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