summaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangDiagnosticsEmitter.cpp
Commit message (Expand)AuthorAge
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-06
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* tblgen/ClangDiagnostics: Add support for split default warning "no-werror" andDaniel Dunbar2011-09-29
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Update the Clang diagnostic emitter to emit IDs for diagnostic categories.John McCall2011-06-15
* [tablegen] A couple of changes to ClangDiagnosticEmmitter.Argyrios Kyrtzidis2011-05-25
* Remove unused STL header includes.Jay Foad2011-04-23
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-15
* Wrap the struct in an anonymous namespace.Argyrios Kyrtzidis2011-02-13
* Clang: separate the access-control diagnostics from other diagnostics that do...Douglas Gregor2011-01-27
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* diaggroup categories should take precedence over diag-specific groups.Chris Lattner2010-05-24
* Update tablegen to generate shorts instead of chars for subgroup arrays.Chandler Carruth2010-05-13
* add the ability to associate 'category' names with clang diagnosticsChris Lattner2010-05-04
* Add an extra newline to separate PP directives from the contentsKovarththanan Rajaratnam2010-03-18
* Use raw_ostream::write_escaped instead of EscapeString.Daniel Dunbar2009-10-17
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Add output of the SFINAE bit for Clang's diagnosticsDouglas Gregor2009-06-14
* prove diagnostic -> group mapping information.Chris Lattner2009-04-16
* encode subgroups into the clang .inc file. -Wall now works!Chris Lattner2009-04-16
* start producing subgroup info.Chris Lattner2009-04-16
* make sure that empty diag groups get known by clang.Chris Lattner2009-04-15
* implement support for writing out diagnostic group tables.Chris Lattner2009-04-15
* use UppercaseString instead of EmitAllCapsChris Lattner2009-04-15
* use escape string.Chris Lattner2009-04-15
* rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner2009-04-15
* don't infer diag class from parenting relations, make it an explicit fieldChris Lattner2009-04-15
* include the default mapping in the clang diagnostic .inc files.Chris Lattner2009-04-15
* minor cleanupsChris Lattner2009-04-15
* Constify method to make VC++ happy. Patch by Brian Diekelman!Ted Kremenek2009-04-01
* fix a few spelling errors and typosJim Grosbach2009-03-26
* Add sanity check in Clang TableGen backend to check if 'Component' is a string.Ted Kremenek2009-03-23
* Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek2009-03-19
* tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek2009-03-18
* 'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek2009-03-18
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-18
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-13
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-13