1. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  2. aad6953 Expressive diagnostics-- worth their weight in gold? (Fixing a spelling error.) by Gordon Henriksen · 16 years ago
  3. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago[Renamed (93%) from Driver/TextDiagnosticPrinter.cpp]
  4. db82568 fix crash when printing diagnostics with tokens that span through more than one line by Nuno Lopes · 16 years ago
  5. 165b954 Allow redirecting text diagnostic printer output to any llvm::OStream, rather by Nate Begeman · 16 years ago
  6. 2b70af4 Fixed copy-paste error. by Ted Kremenek · 16 years ago
  7. 58de026 by Steve Naroff · 16 years ago
  8. efe7f36 by Steve Naroff · 16 years ago
  9. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 16 years ago
  10. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 16 years ago
  11. e41b7cd When forming the squigly underline for a diagnostic, make sure to by Chris Lattner · 17 years ago
  12. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  13. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  14. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  15. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  16. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  17. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  18. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  19. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  20. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  21. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  22. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  23. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  24. 20e6ccd add better comments. by Chris Lattner · 17 years ago
  25. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago