1. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  2. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
  3. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 17 years ago
  4. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  5. ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 17 years ago
  6. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  7. 1b5a4bd Migrated static functions that print decls into a DeclPrinter class, by Ted Kremenek · 17 years ago
  8. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
  9. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  10. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago[Renamed (78%) from Driver/ASTStreamers.h]
  11. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  12. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  13. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  14. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  15. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  16. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  17. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  18. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  19. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  20. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  21. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  22. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago