1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  6. 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
  7. 0e28a25 Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary. by Craig Topper · 11 years ago
  8. b1aa16a Merge diagnostic group tables to reduce data size and relocation entries. by Craig Topper · 11 years ago
  9. 85c4851 Const-correct some iterators. No functional change. by Craig Topper · 11 years ago
  10. 519f26b Remove trailing whitespace by Craig Topper · 11 years ago
  11. 566bf62 ArrayRef<T>() -> None cleanup by Dmitri Gribenko · 11 years ago
  12. 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 12 years ago
  13. 98e7369 Error if an anonymous DiagGroup is referenced multiple times. by Jordan Rose · 12 years ago
  14. 30bc63f Sort the #include lines under utils/... by Chandler Carruth · 12 years ago
  15. 38859ee Don't throw exceptions in clang-tblgen by switching to PrintFatalError. by Joerg Sonnenberger · 12 years ago
  16. 1ab4632 tblgen: Use LLVM-style RTTI in clang-tblgen by Sean Silva · 12 years ago
  17. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  18. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  19. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  20. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  21. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  22. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  23. 3cc509b Make clang-tblgen backends functions instead of TableGenBackends. by Jakob Stoklund Olesen · 12 years ago
  24. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 12 years ago
  25. d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 13 years ago
  26. 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
  27. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 13 years ago
  28. f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 13 years ago
  29. 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 13 years ago
  30. 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
  31. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  32. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago