aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/ClangDiagnosticsEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use raw_ostream::write_escaped instead of EscapeString.Daniel Dunbar2009-10-171-10/+6
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-3/+2
* Add output of the SFINAE bit for Clang's diagnosticsDouglas Gregor2009-06-141-0/+6
* prove diagnostic -> group mapping information.Chris Lattner2009-04-161-1/+13
* encode subgroups into the clang .inc file. -Wall now works!Chris Lattner2009-04-161-11/+30
* start producing subgroup info.Chris Lattner2009-04-161-8/+31
* make sure that empty diag groups get known by clang.Chris Lattner2009-04-151-2/+8
* implement support for writing out diagnostic group tables.Chris Lattner2009-04-151-137/+51
* use UppercaseString instead of EmitAllCapsChris Lattner2009-04-151-16/+7
* use escape string.Chris Lattner2009-04-151-13/+6
* rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner2009-04-151-1/+1
* don't infer diag class from parenting relations, make it an explicit fieldChris Lattner2009-04-151-15/+1
* include the default mapping in the clang diagnostic .inc files.Chris Lattner2009-04-151-7/+2
* minor cleanupsChris Lattner2009-04-151-17/+11
* Constify method to make VC++ happy. Patch by Brian Diekelman!Ted Kremenek2009-04-011-2/+2
* fix a few spelling errors and typosJim Grosbach2009-03-261-1/+1
* Add sanity check in Clang TableGen backend to check if 'Component' is a string.Ted Kremenek2009-03-231-1/+1
* Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek2009-03-191-1/+2
* tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek2009-03-181-7/+19
* 'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek2009-03-181-5/+19
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-181-0/+101
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-131-9/+33
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-131-0/+84