index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Driver
/
ASTStreamers.cpp
Age
Commit message (
Expand
)
Author
2007-10-07
Rename ASTStreamers.* -> ASTConsumers.*
Chris Lattner
2007-10-06
add a missing ;
Chris Lattner
2007-10-06
stub out some printing of objc decls.
Chris Lattner
2007-10-01
Migrated LiveVariables and UninitializedVariables to now use the
Ted Kremenek
2007-09-25
Further refactored DataflowSolver. Now most code for the solver is shared
Ted Kremenek
2007-09-19
Added support to clang driver to view ASTs using GraphViz. This
Ted Kremenek
2007-09-17
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...
Ted Kremenek
2007-09-17
Removed check for NULL CFG. Bad CFGs will fire an assertion failure
Ted Kremenek
2007-09-16
switch the llvm emitter to ASTConsumer interface.
Chris Lattner
2007-09-15
switch the various CFG-based stuff over to using ASTConsumer interface,
Chris Lattner
2007-09-15
convert ast printer and dumper ocver to ASTConsumer interface,
Chris Lattner
2007-09-15
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-09-13
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
make the sourcemgr available through ASTContext.
Chris Lattner
2007-09-10
Some small tweaks to the recent Objc support...
Steve Naroff
2007-09-10
Fixed LiveVariables to no longer track the liveness of function pointers
Ted Kremenek
2007-09-07
-check-dead-stores now no longer prints out the function declarations
Ted Kremenek
2007-09-07
Refactored driver options that perform analyses/work over CFGs to use
Ted Kremenek
2007-09-06
Added "Dead Stores", a flow-sensitive checker that checks for stores
Ted Kremenek
2007-09-06
LiveVariables:
Ted Kremenek
2007-09-06
Added an early implementation of Live-Variables analysis built on
Ted Kremenek
2007-08-30
Allow a SourceManager to optionally be passed into Stmt::dump
Chris Lattner
2007-08-29
Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow
Ted Kremenek
2007-08-26
Make parse-ast-print print the storage class and inline
Chris Lattner
2007-08-23
Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitaliza...
Ted Kremenek
2007-08-21
Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.
Ted Kremenek
2007-08-08
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer