index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
Analyses
Age
Commit message (
Expand
)
Author
2008-12-09
Fixed LiveVariables bug where we didn't consider block-level expressions that...
Ted Kremenek
2008-11-14
Rename header file.
Ted Kremenek
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
Fix bug in terminator processing for uninitialized-values: simply ignore the ...
Ted Kremenek
2008-03-31
Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed
Ted Kremenek
2008-03-14
Path-sensitive analyses no longer take a FunctionDecl, but any Decl representing
Ted Kremenek
2008-03-13
The LiveVariables analysis no longer requires a FunctionDecl&; this allows it
Ted Kremenek
2008-03-07
Added --trim-path-graph to the driver to trim paths from the ExplodedGraph
Ted Kremenek
2008-03-06
fix typos
Gabor Greif
2008-02-19
--grsimple now reports the number of nodes in the ExplodedGraph for
Ted Kremenek
2008-02-15
Added --grsimple-view option to clang driver; this is the same as
Ted Kremenek
2008-02-14
Renamed GRConstants => GRSimpleVals.
Ted Kremenek
2008-02-07
Added proof-of-concept NULL pointer diagnostics to GRConstants.
Ted Kremenek
2008-01-29
Modified LiveVariables to perform all of its base initialization in the ctor,
Ted Kremenek
2008-01-29
Driver now passes the top-level FunctionDecl* to GRConstants.
Ted Kremenek
2008-01-24
Added passing "ASTContext" to both GREngine and GRConstants.
Ted Kremenek
2008-01-17
Modified the notion of "Block-level expressions" in CFGs to include Stmt*. This
Ted Kremenek
2008-01-17
Added support to dataflow solver to (when requested) also record dataflow
Ted Kremenek
2008-01-16
Add missing header file for GRConstants analysis.
Ted Kremenek
2008-01-11
Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge
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