Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
dce7bd6688423f9607e07755327337e39d1e936e
/
Driver
/
ASTStreamers.cpp
c0508f9
switch the various CFG-based stuff over to using ASTConsumer interface,
by Chris Lattner
· 17 years ago
3d4997d
convert ast printer and dumper ocver to ASTConsumer interface,
by Chris Lattner
· 17 years ago
556beb7
add a new ASTConsumer consumer to simplify stuff in the driver.
by Chris Lattner
· 17 years ago
8e74c93
by Steve Naroff
· 17 years ago
b800dc2
make the sourcemgr available through ASTContext.
by Chris Lattner
· 17 years ago
2bd42fa
Some small tweaks to the recent Objc support...
by Steve Naroff
· 17 years ago
c0576ca
Fixed LiveVariables to no longer track the liveness of function pointers
by Ted Kremenek
· 17 years ago
567a7e6
-check-dead-stores now no longer prints out the function declarations
by Ted Kremenek
· 17 years ago
74bf2c9
Refactored driver options that perform analyses/work over CFGs to use
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
0c727a3
Allow a SourceManager to optionally be passed into Stmt::dump
by Chris Lattner
· 17 years ago
7dba860
Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow
by Ted Kremenek
· 17 years ago
70c8b2e
Make parse-ast-print print the storage class and inline specifier of functions.
by Chris Lattner
· 17 years ago
026473c
Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitalization.
by Ted Kremenek
· 17 years ago
fddd518
Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.
by Ted Kremenek
· 17 years ago
6000dac
add a new AST dumper interface (E->dump()). This dumps out
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago