Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
59092d0b934bc5c28996cec294ba1016798928b3
/
Analysis
311ff02
Add a new Rewriter::getRangeSize method.
by Chris Lattner
· 17 years ago
c7229c3
move IdentifierTable.h from liblex to libbasic.
by Chris Lattner
· 17 years ago
11e7218
Migrated LiveVariables and UninitializedVariables to now use the
by Ted Kremenek
· 17 years ago
bcb07d5
Fixed bug where assignments to variables wrapped in parentheses would not
by Ted Kremenek
· 17 years ago
6ce2b63
Fixed UninitializedValues to properly propagate uninitialized "taint"
by Ted Kremenek
· 17 years ago
c6a1faf
DeadStores no longer reports warnings for stores to non-local variables.
by Ted Kremenek
· 17 years ago
f63aa45
Significant cleanups and bug-fixes to LiveVariables. Uses new refactored
by Ted Kremenek
· 17 years ago
a1de8c7
Fixed several bugs in the propagation of "uninitialized value"
by Ted Kremenek
· 17 years ago
aead153
Created new "ExprDeclBitVector" type bundle for dataflow analyses that need boolean
by Ted Kremenek
· 17 years ago
1de632b
Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client
by Ted Kremenek
· 17 years ago
e88f683
Comment formatting changes. No real content changes.
by Ted Kremenek
· 17 years ago
6179aaf
Minor comment changes.
by Ted Kremenek
· 17 years ago
4cd8b3c
Removed "EverKilled" class in DeadStores checker; it is no longer used.
by Ted Kremenek
· 17 years ago
fdd225e
Further refactored DataflowSolver. Now most code for the solver is shared
by Ted Kremenek
· 17 years ago
11de5cb
Updated header file inlcude to new location of
by Ted Kremenek
· 17 years ago
2367e63
Updated VC++ project files. Disambiguated a variable.
by Hartmut Kaiser
· 17 years ago
b297754
More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor.
by Ted Kremenek
· 17 years ago
fe1b1e6
DataflowSolver now acccepts an "_Equal" template parameter that allows the user
by Ted Kremenek
· 17 years ago
44e4026
Changed solver to use "==" operator when comparing dataflow values
by Ted Kremenek
· 17 years ago
59d1827
Minor performance fix in transfer function logic. Previously we
by Ted Kremenek
· 17 years ago
43a1698
More refactoring and code reduction.
by Ted Kremenek
· 17 years ago
294a7c9
Add overloaded versions of DataflowSolver::runOnBlock to simplify
by Ted Kremenek
· 17 years ago
a90b0d1
Added member template CFG::VisitBlockStmts to provide a succinct way
by Ted Kremenek
· 17 years ago
8e28065
Moved TransferFunction object within DataflowSolver to be a instance
by Ted Kremenek
· 17 years ago
105bfee
Modified DataFlowValues and DataflowSolver to associate dataflow value
by Ted Kremenek
· 17 years ago
2a9d82a
Bug fix to merging of data flow values (merge incorrectly made values
by Ted Kremenek
· 17 years ago
599e29c
Renamed file due to mispelling.
by Ted Kremenek
· 17 years ago
2bf5514
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with
by Ted Kremenek
· 17 years ago
cd5860c
More progress on UnitializedValues checker. We now have preliminary support
by Ted Kremenek
· 17 years ago
20ee4fb
Split tracking of unitialized values for Decls and CFGBlock-level expressions.
by Ted Kremenek
· 17 years ago
56d516d
Removed "ObserverTy" from core DataflowValues types. The observer
by Ted Kremenek
· 17 years ago
c0508f9
switch the various CFG-based stuff over to using ASTConsumer interface,
by Chris Lattner
· 17 years ago
30df93b
fix comment
by Chris Lattner
· 17 years ago
13ed7fe
Prototype implementation of new template-based dataflow solver.
by Ted Kremenek
· 17 years ago
9474504
by Steve Naroff
· 17 years ago
b800dc2
make the sourcemgr available through ASTContext.
by Chris Lattner
· 17 years ago
97487a0
Minor space tightening.
by Ted Kremenek
· 17 years ago
37f9701
Fixed recursion bug: should call Visit on child instead of VisitStmt.
by Ted Kremenek
· 17 years ago
f175805
Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code
by Ted Kremenek
· 17 years ago
ce1cab9
For looking at "dead stores" in declarations, we now check to see
by Ted Kremenek
· 17 years ago
a596533
Fixed potential NULL dereference when iterating over a chain of Decls.
by Ted Kremenek
· 17 years ago
8467583
get rid of ugly "warning: no newline at end of file"
by Gabor Greif
· 17 years ago
c0576ca
Fixed LiveVariables to no longer track the liveness of function pointers
by Ted Kremenek
· 17 years ago
b00c95e
Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and
by Ted Kremenek
· 17 years ago
83522a3
Added more checking in "dead stores" for values that are initialized
by Ted Kremenek
· 17 years ago
e2ca142
Minor bug fixes to corner cases where LiveVariables would crash on some CFGs
by Ted Kremenek
· 17 years ago
1ed6d2e
Forgot to check in the actual "dead stores" checker in the last commit!
by Ted Kremenek
· 17 years ago
055c275
Added "Dead Stores", a flow-sensitive checker that checks for stores
by Ted Kremenek
· 17 years ago
27b07c5
LiveVariables:
by Ted Kremenek
· 17 years ago
e4e6334
Added an early implementation of Live-Variables analysis built on
by Ted Kremenek
· 17 years ago