1. c238955 Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. by Daniel Dunbar · 15 years ago
  2. 4cbe3b6 Simplify. by Daniel Dunbar · 15 years ago
  3. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  4. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago[Renamed (96%) from lib/Driver/TextDiagnosticBuffer.cpp]
  5. 64ea69f Handle fatal errors. by Ben Laurie · 15 years ago
  6. 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 16 years ago
  7. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  8. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  9. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  10. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  11. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  12. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  13. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago[Renamed (97%) from Driver/TextDiagnosticBuffer.cpp]
  14. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  15. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  16. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  17. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  18. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  19. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago