When I ported Sparse to Windows, I removed all the type specific ptr_list types - and instead used ptr_list directly. However, this makes the code less readable as the list type is not evident, and also creates unnecessary differences when comparing with Sparse. This issue is to restore the type specific ptr_list definitions but do it in a way that I can understand.
When I ported Sparse to Windows, I removed all the type specific ptr_list types - and instead used ptr_list directly. However, this makes the code less readable as the list type is not evident, and also creates unnecessary differences when comparing with Sparse. This issue is to restore the type specific ptr_list definitions but do it in a way that I can understand.