summaryrefslogtreecommitdiffstats
path: root/test/Analysis/dead-stores.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-1/+1
* [analyzer] Skip checking blocks in dependent contexts.Devin Coughlin2015-11-181-2/+16
* [Static Analyzer] Lambda support.Gabor Horvath2015-09-111-0/+14
* Disable dead stores checker for template instantations. Fixes <rdar://proble...Ted Kremenek2013-02-181-0/+18
* libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.Jordan Rose2013-02-161-2/+9
* Fix bad CFG construction bug when handling C++ 'try' statements.Ted Kremenek2012-11-131-0/+23
* Tweak DeadStoresChecker to not warn about dead stores to variables thatTed Kremenek2012-09-061-0/+17
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-1/+0
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-2/+0
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-5/+5
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis2011-02-281-5/+5
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-5/+5
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-5/+5
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-5/+5
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-5/+5
* Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek2011-02-121-3/+3
* Enhance AnalysisConsumer to also visit functionsTed Kremenek2011-01-201-0/+12
* Add dead stores C++ test case that was previously asserting due to anTed Kremenek2010-06-251-0/+8
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-4/+4
* Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek2010-02-051-5/+5
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-5/+5
* Suppress dead store warnings involving objects initialized with CXXExprTempor...Ted Kremenek2009-12-231-0/+26
* Add (initial?) static analyzer support for handling C++ references.Ted Kremenek2009-12-161-6/+35
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-5/+5
* Until we can make the dead stores checker smarter, dont' emit dead store warn...Ted Kremenek2009-12-151-0/+20
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-5/+5
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-5/+5
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Improve CFG support for C++ throw expressions.Mike Stump2009-07-221-0/+21