1. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  2. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  3. efdfc1d Add color output to 'diagtool tree' to show what warnings are enabled by default. by Ted Kremenek · 12 years ago
  4. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  5. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  6. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  7. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  8. a437b84 Enhance 'diagtool list-warnings' to report number of diagnostics covered directly under -Wpedantic, and enhance warning-flags.c test to test that this set does not grow. by Ted Kremenek · 12 years ago
  9. 19bf662 [diagtool] Appease buildbots by explicitly using makeArrayRef. by Jordan Rose · 12 years ago
  10. e742763 [diagtool] Add a new "tree" command to shows warnings activated by a flag. by Jordan Rose · 12 years ago
  11. 0764573 [diagtool] Write to llvm::outs() by default instead of llvm::errs() by Jordan Rose · 12 years ago
  12. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  13. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  14. e3bbfca Fix cmake build. by Rafael Espindola · 12 years ago
  15. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  16. 28ba2ee diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticIndexName. by NAKAMURA Takumi · 12 years ago
  17. e2f705d [diagtool] Properly order libraries in Makefile for buildbot. by Jordan Rose · 12 years ago
  18. 0832f82 [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend. by Jordan Rose · 12 years ago
  19. 0a5ca35 [diagtool] Pull show-enabled back out for now. by Jordan Rose · 12 years ago
  20. b705489 [diagtool] Unbork Makefile build. by Jordan Rose · 12 years ago
  21. 4fab4fd [diagtool] Appease buildbot by adding llvm_unreachable. by Jordan Rose · 12 years ago
  22. f11b0f9 [diagtool] Add 'show-enabled', which displays which warnings are enabled. by Jordan Rose · 12 years ago
  23. 39876df [diagtool] The driver skips two arguments, not one. by Jordan Rose · 12 years ago
  24. 6c44886 Provide common include for all diagnostic headers. by David Blaikie · 12 years ago
  25. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  26. 59283a0 Reduce dependencies. by Benjamin Kramer · 13 years ago
  27. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  28. 83f06e8 The diagtool registration system tries to use a global variable from a method by Nick Lewycky · 13 years ago
  29. 7eab9d3 Add libsupport to list of libraries to link into diagtool by Ted Kremenek · 13 years ago
  30. 2dc651d Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for analyzing and working with clang diagnostics. by Ted Kremenek · 13 years ago