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
/
DeadStores.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename file.
Ted Kremenek
2008-07-22
1
-152
/
+0
*
Distinguish between dead stores and dead initializations.
Ted Kremenek
2008-07-15
1
-9
/
+19
*
Refactor Dead Stores error reporting to use the simplified BugReporter::EmitB...
Ted Kremenek
2008-07-14
1
-35
/
+14
*
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i...
Ted Kremenek
2008-07-03
1
-1
/
+1
*
Added static analysis check to see if a subclass of NSObject implements -deal...
Ted Kremenek
2008-07-03
1
-17
/
+0
*
Unify the code path for the Dead Stores checker to always use the BugReporter...
Ted Kremenek
2008-07-02
1
-101
/
+23
*
Refactored some of the BugReporter interface so that data such as the ASTCont...
Ted Kremenek
2008-07-02
1
-2
/
+2
*
Added version of CheckDeadStores that accepts a client-provided LiveVariables...
Ted Kremenek
2008-07-02
1
-0
/
+6
*
When using the dead-stores checker with the BugReporter class, properly captu...
Ted Kremenek
2008-06-20
1
-3
/
+8
*
Modified the dead stores checker to...
Ted Kremenek
2008-06-20
1
-20
/
+53
*
Don't use ostringstream (pulling in <sstream>) when creating the dead store d...
Ted Kremenek
2008-05-22
1
-5
/
+6
*
Improve dead stores diagnostics to include the variable name.
Ted Kremenek
2008-05-21
1
-3
/
+10
*
Emit dead store warnings for ++ and -- operators.
Ted Kremenek
2008-05-05
1
-8
/
+24
*
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
1
-3
/
+3
*
Improve dead store diagnostic.
Ted Kremenek
2008-04-15
1
-1
/
+1
*
Bug fix in dead stores: don't always check the liveness of the first decl
Ted Kremenek
2008-04-15
1
-1
/
+1
*
Don't flag dead stores that occur in macros.
Ted Kremenek
2008-04-14
1
-0
/
+4
*
Bug fix in dead-store checker when walking the Decls in a DeclStmt: don't
Ted Kremenek
2008-04-14
1
-2
/
+5
*
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-14
1
-8
/
+104
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+87