Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ad_invariants: Do not generate invariants for pointers when the point…
…ed-to type is void. If some block has void-type in our abstract domain, we cannot produce meaningful invariants, because we cannot insert the necessary casts easily. To generate invariants even for these casees, one may try to determine the type to cast to by looking at the abstract value more closely.
- Loading branch information