aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-sizeof.c
AgeCommit message (Expand)Author
2012-09-08[analyzer] Address John's code review for r163407.Anna Zaks
2012-09-07[analyzer] Fix a false positive in sizeof malloc checker.Anna Zaks
2012-06-08[analyzer] MallocSizeofChecker false positive: when sizeof is argumentAnna Zaks
2012-05-07[analyzer]Turn on MallocSizeOfChecker by default; shorten the diagnosticAnna Zaks
2012-05-01malloc size checker: Ignore const'ness of pointer types when determining of a...Ted Kremenek
2011-12-08Add an experimental MallocSizeofChecker, which reports inconsistenciesPeter Collingbourne