summaryrefslogtreecommitdiff
path: root/test/Analysis/dead-stores.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add a checker option to detect nested dead storesKristof Umann2019-09-031-2/+2
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Update mailing list references to lists.llvm.orgTanya Lattner2015-08-051-1/+1
* [Static Analyzer] Some tests do not turn on core checkers. Running the analyz...Gabor Horvath2015-07-241-1/+1
* Teach DeadStoresChecker about attribute objc_precise_lifetime.Ted Kremenek2014-01-151-0/+8
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* [analyzer] Add a test for dead stores, which uses OpaqueValExpr.Anna Zaks2012-05-151-0/+20
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Fix regression in LiveVariables when reasoning about variables captured by bl...Ted Kremenek2011-12-221-1/+13
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-2/+2
* [analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-1/+1
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-1/+1
* Add test case for dead stores checker to not flag dead assignments to 'self' ...Ted Kremenek2011-02-011-0/+17
* Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (inclu...Ted Kremenek2010-10-221-0/+18
* Dead emit dead store warnings when assigning nil to an ObjC objectTed Kremenek2010-02-231-0/+7
* Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek2010-02-051-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Fix a bug in the dead stores checker reported in the following email:Ted Kremenek2008-07-031-0/+36