1. 2b70af4 Fixed copy-paste error. by Ted Kremenek · 17 years ago
  2. 58de026 by Steve Naroff · 17 years ago
  3. efe7f36 by Steve Naroff · 17 years ago
  4. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  5. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  6. e41b7cd When forming the squigly underline for a diagnostic, make sure to by Chris Lattner · 17 years ago
  7. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  8. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  9. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  10. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  11. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  12. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  13. 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
  14. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  15. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  16. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  17. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  18. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  19. 20e6ccd add better comments. by Chris Lattner · 17 years ago
  20. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago