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