1. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
  2. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  3. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  4. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  5. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  6. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  7. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  8. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  9. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  10. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  11. c5f45e3 Fixed broken English in comment. by Ted Kremenek · 17 years ago
  12. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  13. dce7bd6 From Justin Handville: by Chris Lattner · 17 years ago
  14. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  15. f01654f When relexing the file to find expected warnings/errors, make sure by Chris Lattner · 17 years ago
  16. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
  17. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  18. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  19. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago