summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTStreamers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ASTStreamers.* -> ASTConsumers.*Chris Lattner2007-10-071-356/+0
* add a missing ;Chris Lattner2007-10-061-1/+1
* stub out some printing of objc decls.Chris Lattner2007-10-061-2/+25
* Migrated LiveVariables and UninitializedVariables to now use theTed Kremenek2007-10-011-1/+1
* Further refactored DataflowSolver. Now most code for the solver is sharedTed Kremenek2007-09-251-2/+1
* Added support to clang driver to view ASTs using GraphViz. ThisTed Kremenek2007-09-191-0/+25
* UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...Ted Kremenek2007-09-171-1/+24
* Removed check for NULL CFG. Bad CFGs will fire an assertion failureTed Kremenek2007-09-171-5/+3
* switch the llvm emitter to ASTConsumer interface.Chris Lattner2007-09-161-0/+54
* switch the various CFG-based stuff over to using ASTConsumer interface,Chris Lattner2007-09-151-58/+45
* convert ast printer and dumper ocver to ASTConsumer interface,Chris Lattner2007-09-151-54/+45
* add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner2007-09-151-26/+0
* Phase 2 of making the Decl class more lightweight...Steve Naroff2007-09-131-4/+4
* make the sourcemgr available through ASTContext.Chris Lattner2007-09-131-4/+8
* Some small tweaks to the recent Objc support...Steve Naroff2007-09-101-0/+8
* Fixed LiveVariables to no longer track the liveness of function pointersTed Kremenek2007-09-101-1/+2
* -check-dead-stores now no longer prints out the function declarationsTed Kremenek2007-09-071-0/+1
* Refactored driver options that perform analyses/work over CFGs to useTed Kremenek2007-09-071-52/+81
* Added "Dead Stores", a flow-sensitive checker that checks for storesTed Kremenek2007-09-061-0/+27
* LiveVariables:Ted Kremenek2007-09-061-1/+1
* Added an early implementation of Live-Variables analysis built onTed Kremenek2007-09-061-0/+25
* Allow a SourceManager to optionally be passed into Stmt::dumpChris Lattner2007-08-301-1/+1
* Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allowTed Kremenek2007-08-291-3/+6
* Make parse-ast-print print the storage class and inline Chris Lattner2007-08-261-1/+13
* Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitaliza...Ted Kremenek2007-08-231-1/+1
* Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.Ted Kremenek2007-08-211-0/+27
* add a new AST dumper interface (E->dump()). This dumps outChris Lattner2007-08-081-9/+45
* Submitted by: Bill WendlingBill Wendling2007-06-231-0/+109
OpenPOWER on IntegriCloud