summaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-sizeof.c
AgeCommit message (Expand)Author
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
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