1. 8b56366 Replace double negation of !FileID.isInvalid() with FileID.isValid(). by Yaron Keren · 10 years ago
  2. 2e2b0b3 Add DiagID and Warning Flag to DiagnosticsLog by Steven Wu · 11 years ago
  3. 11f8a94 Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling. by David Blaikie · 11 years ago
  4. 525fdfc Use PlistSupport in a few more places by Alp Toker · 11 years ago
  5. 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
  6. 7416024 Add 'remark' diagnostic type in 'clang' by Tobias Grosser · 12 years ago
  7. c8a7146 Split FileEntry name vs. isValid by Ben Langmuir · 12 years ago
  8. 30071cea Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 12 years ago
  9. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  10. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  11. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  12. f47fa30 Remove unnecessary default cases in switches over enums. by David Blaikie · 14 years ago
  13. d0e9e3a Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 14 years ago
  14. 011824f [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS by Chad Rosier · 14 years ago
  15. b578432 Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 14 years ago
  16. e2eefae Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 14 years ago
  17. 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  18. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  19. ce1035c Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. by Daniel Dunbar · 14 years ago
  20. c032503 Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for by Daniel Dunbar · 14 years ago
  21. 719393a Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don't by Daniel Dunbar · 14 years ago
  22. 4f3a28b Frontend: Continue flushing out LogDiagnosticPrinter. by Daniel Dunbar · 14 years ago
  23. 2083c32 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 14 years ago