1. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 12 years ago
  2. 0f58464 Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. by Benjamin Kramer · 12 years ago
  3. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  4. aee526e Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 13 years ago
  5. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  6. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  7. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  8. 548f6c8 More missing header inclusions from llvm_unreachable migration. by David Blaikie · 13 years ago
  9. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  10. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  11. c238955 Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. by Daniel Dunbar · 15 years ago
  12. 4cbe3b6 Simplify. by Daniel Dunbar · 15 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  14. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago[Renamed (96%) from lib/Driver/TextDiagnosticBuffer.cpp]
  15. 64ea69f Handle fatal errors. by Ben Laurie · 16 years ago
  16. 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 16 years ago
  17. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  18. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  19. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  20. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  21. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  22. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  23. 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]
  24. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  25. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  26. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  27. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  28. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  29. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago