index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Analysis
/
UninitializedValues.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-01-26
Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=463...
Ted Kremenek
2008-01-08
Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces.
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-21
Directory restructing of Analysis files.
Ted Kremenek
2007-12-13
For uninitialized values analysis, added special treatment for declarations
Ted Kremenek
2007-12-13
Fixed bug in live-variable analysis and uninitialized-values analysis where
Ted Kremenek
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-11-30
GCC has an extension where the left hand side of the ? : operator can be omit...
Anders Carlsson
2007-11-24
Fixed bogus culling of uninitialized-values "taint" propagation during assign...
Ted Kremenek
2007-11-20
Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of
Ted Kremenek
2007-10-16
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-01
Migrated LiveVariables and UninitializedVariables to now use the
Ted Kremenek
2007-09-28
Fixed UninitializedValues to properly propagate uninitialized "taint"
Ted Kremenek
2007-09-28
Fixed several bugs in the propagation of "uninitialized value"
Ted Kremenek
2007-09-27
Created new "ExprDeclBitVector" type bundle for dataflow analyses that need b...
Ted Kremenek
2007-09-25
Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client
Ted Kremenek
2007-09-20
Updated header file inlcude to new location of
Ted Kremenek
2007-09-19
More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor.
Ted Kremenek
2007-09-18
Minor performance fix in transfer function logic. Previously we
Ted Kremenek
2007-09-18
More refactoring and code reduction.
Ted Kremenek
2007-09-18
Add overloaded versions of DataflowSolver::runOnBlock to simplify
Ted Kremenek
2007-09-18
Added member template CFG::VisitBlockStmts to provide a succinct way
Ted Kremenek
2007-09-18
Modified DataFlowValues and DataflowSolver to associate dataflow value
Ted Kremenek
2007-09-17
Bug fix to merging of data flow values (merge incorrectly made values
Ted Kremenek
2007-09-17
Renamed file due to mispelling.
Ted Kremenek