summaryrefslogtreecommitdiff
path: root/test/Analysis/malloc.m
AgeCommit message (Expand)Author
2017-03-08[analyzer] Clarify 'uninitialized function argument' messagesDaniel Marjamaki
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
2014-01-07[analyzer] Pointers escape into +[NSValue valueWithPointer:]...Jordan Rose
2013-05-31[analyzer] Malloc checker should only escape the receiver when “[O init..]â...Anna Zaks
2013-05-31[analyzer] Fix a false positive reported on rare strange code, which happens ...Anna Zaks
2012-09-12Adjust some analyzer tests to place widely shared inputs inside of anChandler Carruth
2012-05-03[analyzer] Allow pointers escape through calls containing callback args.Anna Zaks
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-28[analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...Ted Kremenek