1. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  2. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  3. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  4. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  5. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  6. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  7. 3cc509b Make clang-tblgen backends functions instead of TableGenBackends. by Jakob Stoklund Olesen · 12 years ago
  8. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 12 years ago
  9. d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 13 years ago
  10. d49cb20 Store the warning option corresponding to a diagnostics as an index into the option table instead of storing the name. by Benjamin Kramer · 13 years ago
  11. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 13 years ago
  12. f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 13 years ago
  13. 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 13 years ago
  14. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  15. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  16. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago