summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/dead-stores.cpp
AgeCommit message (Expand)Author
2022-08-23[analyzer] Deadstore static analysis: Fix false positive on C++17 assignmentsFred Tingaud
2022-06-14Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber
2022-06-10[analyzer] Deprecate `-analyzer-store region` flagBalazs Benics
2019-09-03[analyzer] Add a checker option to detect nested dead storesKristof Umann
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-12-01[analyzer] Drop explicit mention of range constraint solverDominic Chen
2015-11-18[analyzer] Skip checking blocks in dependent contexts.Devin Coughlin
2015-09-11[Static Analyzer] Lambda support.Gabor Horvath
2013-02-18Disable dead stores checker for template instantations. Fixes <rdar://proble...Ted Kremenek
2013-02-16libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.Jordan Rose
2012-11-13Fix bad CFG construction bug when handling C++ 'try' statements.Ted Kremenek
2012-09-06Tweak DeadStoresChecker to not warn about dead stores to variables thatTed Kremenek
2012-08-22Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-03-12Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2011-02-17[analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis
2011-02-12Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek
2011-01-20Enhance AnalysisConsumer to also visit functionsTed Kremenek
2010-06-25Add dead stores C++ test case that was previously asserting due to anTed Kremenek
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-02-05Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek
2010-01-23Insulate these from changes to the default for -Wunreachable-code.Mike Stump
2009-12-23Suppress dead store warnings involving objects initialized with CXXExprTempor...Ted Kremenek
2009-12-16Add (initial?) static analyzer support for handling C++ references.Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-15Until we can make the dead stores checker smarter, dont' emit dead store warn...Ted Kremenek
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek
2009-07-22Improve CFG support for C++ throw expressions.Mike Stump