1. db82568 fix crash when printing diagnostics with tokens that span through more than one line by Nuno Lopes · 16 years ago
  2. 165b954 Allow redirecting text diagnostic printer output to any llvm::OStream, rather by Nate Begeman · 16 years ago
  3. 2b70af4 Fixed copy-paste error. by Ted Kremenek · 16 years ago
  4. 58de026 by Steve Naroff · 17 years ago
  5. efe7f36 by Steve Naroff · 17 years ago
  6. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  7. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  8. e41b7cd When forming the squigly underline for a diagnostic, make sure to 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. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  11. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  12. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  13. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  14. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  15. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  16. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  17. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  18. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  19. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  20. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  21. 20e6ccd add better comments. by Chris Lattner · 17 years ago
  22. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago