aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangDiagnosticsEmitter.cpp
AgeCommit message (Expand)Author
2013-05-05ArrayRef<T>() -> None cleanupDmitri Gribenko
2013-02-21Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek
2013-01-10Error if an anonymous DiagGroup is referenced multiple times.Jordan Rose
2012-12-04Sort the #include lines under utils/...Chandler Carruth
2012-10-25Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger
2012-10-10tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva
2012-08-10Fix horrible regression in control of warnings caused by introduction of -Wpe...Ted Kremenek
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-08-07Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...Ted Kremenek
2012-07-07Re-apply r159875 with fixes.Ted Kremenek
2012-07-07Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi
2012-07-06Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen
2012-05-04Remove DiagGroups from notes, and add a TableGen assertion to catch them.Richard Smith
2012-03-06[tablegen] Make sure that the code that is determining the order of warning g...Argyrios Kyrtzidis
2012-02-15Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2012-02-09Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer
2012-01-07Remove unused include of VectorExtras.h.Benjamin Kramer
2011-11-15Validate DiagGroup names in TableGen, they're used as command line arguments ...Benjamin Kramer
2011-11-06Use StringRef's case transformation methods.Benjamin Kramer
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne