1. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
  2. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
  3. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago[Renamed (93%) from Sema/ASTStreamer.cpp]
  4. a0e328f kill the ASTStreamer class, inlining it into its only client: clang::ParseAST by Chris Lattner · 17 years ago
  5. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  6. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  7. 89307ff by Steve Naroff · 17 years ago
  8. 1f64432 by Steve Naroff · 17 years ago
  9. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  10. 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  11. 58ff9e8 by Steve Naroff · 17 years ago
  12. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  13. 68d331a by Steve Naroff · 17 years ago
  14. 4b1aa81 remove some obsolete interfaces. by Chris Lattner · 17 years ago
  15. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  16. 6f4b92c Fix 80 col violations. by Chris Lattner · 17 years ago
  17. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago