1. 4f23318 [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. cc15219 [TextDiagnosticBuffer] Fix diagnostic note emission order by Hal Finkel · 8 years ago
  3. 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  4. 86a8567 Support 'remark' in VerifyDiagnosticConsumer by Tobias Grosser · 12 years ago
  5. a8b02c2 TextDiagnosticBuffer: Fix copy-paste mistake in r197856 by Alp Toker · 12 years ago
  6. bc043f2 Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer by Alp Toker · 12 years ago
  7. 30071cea Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 13 years ago
  8. 2fec65d Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. by Benjamin Kramer · 13 years ago
  9. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  10. d0e9e3a Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 14 years ago
  11. b578432 Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 14 years ago
  12. e2eefae Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 14 years ago
  13. 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  14. 7900020 More missing header inclusions from llvm_unreachable migration. by David Blaikie · 14 years ago
  15. 83d382b Switch assert(0/false) llvm_unreachable. by David Blaikie · 14 years ago
  16. c79346a Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 15 years ago
  17. 05762b1 Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. by Daniel Dunbar · 16 years ago
  18. ecd0444 Simplify. by Daniel Dunbar · 16 years ago
  19. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  20. 51adf58 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 17 years ago[Renamed (96%) from clang/lib/Driver/TextDiagnosticBuffer.cpp]
  21. 54a06ce Handle fatal errors. by Ben Laurie · 17 years ago
  22. 48a8c57 eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 17 years ago
  23. 23be067 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 17 years ago
  24. 8488c82 This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 17 years ago
  25. 16ba913 Change the diagnostics interface to take an array of pointers to by Chris Lattner · 17 years ago
  26. 39c16d4 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 17 years ago
  27. e972aa4 Add support for expected-note to Clang's -verify option by Douglas Gregor · 17 years ago
  28. 56fdb6a More #include cleaning by Daniel Dunbar · 17 years ago
  29. b5fc3c3 add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 17 years ago[Renamed (97%) from clang/Driver/TextDiagnosticBuffer.cpp]
  30. 5b12ab8 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  31. 1daa3cf TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 18 years ago
  32. 89fbadd Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 18 years ago
  33. d4e5fba Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 18 years ago
  34. 4431a1b start partitioning the diagnostics into two classes: those by Chris Lattner · 18 years ago
  35. 469211a Submitted by: Bill Wendling Reviewed by: Chris Lattner by Bill Wendling · 18 years ago