1. a39f048 Change -verify mode to find the "expected-error" and "expected-warning" strings by Chris Lattner · 16 years ago
  2. 879c3ea Remove unneeded CheckASTConsumer function. - No functionality change. by Daniel Dunbar · 16 years ago
  3. ad3c91c Allow \n for newlines in expected error messages. by Sebastian Redl · 16 years ago
  4. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  5. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  6. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago
  7. 14d4140 Allow -parse-noop -verify options to be used together. by Argyrios Kyrtzidis · 16 years ago
  8. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
  9. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  10. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  11. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  12. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  13. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  14. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  15. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  16. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  17. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  18. c5f45e3 Fixed broken English in comment. by Ted Kremenek · 17 years ago
  19. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  20. dce7bd6 From Justin Handville: by Chris Lattner · 17 years ago
  21. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  22. f01654f When relexing the file to find expected warnings/errors, make sure by Chris Lattner · 17 years ago
  23. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
  24. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  25. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  26. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago