index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
CheckDeadStores.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-279
/
+0
*
Suppress dead store warnings involving objects initialized with CXXExprTempor...
Ted Kremenek
2009-12-23
1
-0
/
+4
*
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-16
1
-4
/
+16
*
Until we can make the dead stores checker smarter, dont' emit dead store warn...
Ted Kremenek
2009-12-15
1
-0
/
+4
*
Add a heuristic to the dead stores checker to prune dead stores for variables...
Ted Kremenek
2009-12-03
1
-1
/
+2
*
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-29
1
-1
/
+1
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-3
/
+2
*
Change CheckDeadStores to use Expr::isNullPointerConstant, which will correct...
Ted Kremenek
2009-11-22
1
-6
/
+5
*
Make AnalysisManager stateless. Now other analyzer components only depends on
Zhongxing Xu
2009-09-10
1
-4
/
+5
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-45
/
+45
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-2
/
+2
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-2
/
+2
*
Remove hack from LiveVariables analysis where variables whose address are taken
Ted Kremenek
2009-04-07
1
-4
/
+38
*
Sentence-type bug type and category.
Ted Kremenek
2009-04-02
1
-5
/
+5
*
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
Ted Kremenek
2009-04-01
1
-43
/
+3
*
Fix PR 2514: Do not flag dead initializations for variables initialized to a ...
Ted Kremenek
2009-02-09
1
-2
/
+15
*
Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more
Eli Friedman
2009-01-25
1
-1
/
+1
*
Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...
Ted Kremenek
2009-01-20
1
-5
/
+44
*
Dead stores checker: Don't flag dead stores for self-assignments (common esca...
Ted Kremenek
2009-01-09
1
-3
/
+10
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-1
/
+1
*
Enhance dead store checker to not flag preincrements to dead variables where ...
Ted Kremenek
2008-10-15
1
-0
/
+7
*
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-20
1
-3
/
+3
*
Added FIXME.
Ted Kremenek
2008-08-09
1
-0
/
+1
*
Don't use Expr::isIntegerConstantExpr just to check if a pointer value is ini...
Ted Kremenek
2008-08-09
1
-13
/
+9
*
Don't flag any dead stores for variables marked unused.
Ted Kremenek
2008-08-07
1
-1
/
+1
*
Added decl_iterator to DeclStmt to provide an abstract interface to iterate o...
Ted Kremenek
2008-08-05
1
-2
/
+3
*
Change 'dead store (++/--)' to 'dead increment'
Ted Kremenek
2008-08-02
1
-1
/
+1
*
Don't emit 'dead initialization' warnings for variables marked 'unused'.
Ted Kremenek
2008-07-25
1
-3
/
+9
*
Issue dead store warnings for preincrements involved in a subexpression.
Ted Kremenek
2008-07-24
1
-6
/
+1
*
Don't flag dead stores when the result of a preincrement/predecrement is used...
Ted Kremenek
2008-07-23
1
-1
/
+6
*
Further refine dead store checking to distinguish between dead stores and dea...
Ted Kremenek
2008-07-23
1
-22
/
+65
*
Rename file.
Ted Kremenek
2008-07-22
1
-0
/
+152