index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
dead-stores.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Skip checking blocks in dependent contexts.
Devin Coughlin
2015-11-18
1
-2
/
+16
*
[Static Analyzer] Lambda support.
Gabor Horvath
2015-09-11
1
-0
/
+14
*
Disable dead stores checker for template instantations. Fixes <rdar://proble...
Ted Kremenek
2013-02-18
1
-0
/
+18
*
libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.
Jordan Rose
2013-02-16
1
-2
/
+9
*
Fix bad CFG construction bug when handling C++ 'try' statements.
Ted Kremenek
2012-11-13
1
-0
/
+23
*
Tweak DeadStoresChecker to not warn about dead stores to variables that
Ted Kremenek
2012-09-06
1
-0
/
+17
*
Remove BasicConstraintManager. It hasn't been in active service for a while.
Ted Kremenek
2012-08-22
1
-1
/
+0
*
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-28
1
-2
/
+0
*
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-03-12
1
-5
/
+5
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Move the DeadStores checker out of the 'core' package.
Argyrios Kyrtzidis
2011-02-28
1
-5
/
+5
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-5
/
+5
*
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
1
-5
/
+5
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-5
/
+5
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-5
/
+5
*
Don't emit a dead store for '++' operations unless it occurs with a return st...
Ted Kremenek
2011-02-12
1
-3
/
+3
*
Enhance AnalysisConsumer to also visit functions
Ted Kremenek
2011-01-20
1
-0
/
+12
*
Add dead stores C++ test case that was previously asserting due to an
Ted Kremenek
2010-06-25
1
-0
/
+8
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-4
/
+4
*
Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.
Ted Kremenek
2010-02-05
1
-5
/
+5
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
1
-5
/
+5
*
Suppress dead store warnings involving objects initialized with CXXExprTempor...
Ted Kremenek
2009-12-23
1
-0
/
+26
*
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-16
1
-6
/
+35
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-5
/
+5
*
Until we can make the dead stores checker smarter, dont' emit dead store warn...
Ted Kremenek
2009-12-15
1
-0
/
+20
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-5
/
+5
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-5
/
+5
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-4
/
+4
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-2
/
+0
*
Improve CFG support for C++ throw expressions.
Mike Stump
2009-07-22
1
-0
/
+21