summaryrefslogtreecommitdiff
path: root/test/Analysis/PR2978.m
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
2016-10-16Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""Devin Coughlin
2016-10-08[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"Artem Dergachev
2016-10-04Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka
2016-10-03[analyzer] Add extra notes to ObjCDeallocCheckerArtem Dergachev
2016-03-02[analyzer] Move ObjCDeallocChecker out of the alpha package.Devin Coughlin
2016-02-25[analyzer] Reapply r261917 with a fix.Devin Coughlin
2016-02-25Revert "[analyzer] Make ObjCDeallocChecker path sensitive."Devin Coughlin
2016-02-25[analyzer] Make ObjCDeallocChecker path sensitive.Devin Coughlin
2016-02-11[analyzer] Improve pattern matching in ObjCDealloc checker.Devin Coughlin
2016-02-06[analyzer] DeallocChecker: Don't warn on release of readonly assign property ...Devin Coughlin
2016-01-27[analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.Devin Coughlin
2015-07-24[Static Analyzer] Some tests do not turn on core checkers. Running the analyz...Gabor Horvath
2012-08-24Fix analyzer tests.Ted Kremenek
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2011-02-17[analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis
2010-02-05Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss...Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-07-21Prep for new warning.Mike Stump
2009-05-01Check for method type conflict between declaration inFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar
2008-12-06Patch to diagnose a variety of misuse of propertyFariborz Jahanian
2008-11-17Fix <rdar://problem/6333904> [sema] message lookup on super is incorrectSteve Naroff
2008-10-30Add method that will be invoked using the dot-syntax just to test that the mi...Ted Kremenek
2008-10-30Patch by Nikita Zhuk: test case for fix for false positive reported in PR2978.Ted Kremenek