aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/malloc-sizeof.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-1/+1
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-1/+1
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen1-1/+1
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-1/+1
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-1/+1
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen1-1/+1
2012-09-08[analyzer] Address John's code review for r163407.Anna Zaks1-1/+3
2012-09-07[analyzer] Fix a false positive in sizeof malloc checker.Anna Zaks1-0/+14
2012-06-08[analyzer] MallocSizeofChecker false positive: when sizeof is argumentAnna Zaks1-2/+3
2012-05-07[analyzer]Turn on MallocSizeOfChecker by default; shorten the diagnosticAnna Zaks1-9/+9
2012-05-01malloc size checker: Ignore const'ness of pointer types when determining of a...Ted Kremenek1-0/+8
2011-12-08Add an experimental MallocSizeofChecker, which reports inconsistenciesPeter Collingbourne1-0/+27