summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Error if an anonymous DiagGroup is referenced multiple times.Jordan Rose2013-01-101-2/+119
* Sort the #include lines under utils/...Chandler Carruth2012-12-041-2/+2
* Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger2012-10-251-3/+5
* tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva2012-10-101-6/+6
* Fix horrible regression in control of warnings caused by introduction of -Wpe...Ted Kremenek2012-08-101-4/+12
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...Ted Kremenek2012-08-071-0/+17
* Re-apply r159875 with fixes.Ted Kremenek2012-07-071-10/+229
* Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi2012-07-071-228/+10
* Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek2012-07-061-10/+228
* Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen2012-06-131-9/+18
* Remove DiagGroups from notes, and add a TableGen assertion to catch them.Richard Smith2012-05-041-0/+2
* [tablegen] Make sure that the code that is determining the order of warning g...Argyrios Kyrtzidis2012-03-061-51/+46
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-5/+23
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-8/+0
* Remove unused include of VectorExtras.h.Benjamin Kramer2012-01-071-1/+0
* Validate DiagGroup names in TableGen, they're used as command line arguments ...Benjamin Kramer2011-11-151-0/+4
* Use StringRef's case transformation methods.Benjamin Kramer2011-11-061-2/+1
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-061-0/+378
OpenPOWER on IntegriCloud