Don't require C bindings opcode numbers to be kept in sync.
[oota-llvm.git] / utils / TableGen / ClangDiagnosticsEmitter.cpp
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-29 Daniel Dunbartblgen/ClangDiagnostics: Add support for split default...
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-06-15 John McCallUpdate the Clang diagnostic emitter to emit IDs for...
2011-05-25 Argyrios Kyrtzidis[tablegen] A couple of changes to ClangDiagnosticEmmitter.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-02-13 Argyrios KyrtzidisWrap the struct in an anonymous namespace.
2011-01-27 Douglas GregorClang: separate the access-control diagnostics from...
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-05-24 Chris Lattnerdiaggroup categories should take precedence over diag...
2010-05-13 Chandler CarruthUpdate tablegen to generate shorts instead of chars...
2010-05-04 Chris Lattneradd the ability to associate 'category' names with...
2010-03-18 Kovarththanan Raja... Add an extra newline to separate PP directives from...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-14 Douglas GregorAdd output of the SFINAE bit for Clang's diagnostics
2009-04-16 Chris Lattnerprove diagnostic -> group mapping information.
2009-04-16 Chris Lattnerencode subgroups into the clang .inc file. -Wall now...
2009-04-16 Chris Lattnerstart producing subgroup info.
2009-04-15 Chris Lattnermake sure that empty diag groups get known by clang.
2009-04-15 Chris Lattnerimplement support for writing out diagnostic group...
2009-04-15 Chris Lattneruse UppercaseString instead of EmitAllCaps
2009-04-15 Chris Lattneruse escape string.
2009-04-15 Chris Lattnerrename -gen-clang-diags-options -> -gen-clang-diag...
2009-04-15 Chris Lattnerdon't infer diag class from parenting relations, make...
2009-04-15 Chris Lattnerinclude the default mapping in the clang diagnostic...
2009-04-15 Chris Lattnerminor cleanups
2009-04-01 Ted KremenekConstify method to make VC++ happy. Patch by Brian...
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2009-03-23 Ted KremenekAdd sanity check in Clang TableGen backend to check...
2009-03-19 Ted KremenekFix regression in 'tblgen -gen-clang-diags-defs': Emit...
2009-03-18 Ted Kremenektblgen -gen-clang-diags-options: Output OptionTable...
2009-03-18 Ted Kremenek'tblgen -gen-clang-diags-options' now outputs the Optio...
2009-03-18 Ted KremenekAdd another Clang TableGen-backend (-gen-clang-diags...
2009-03-13 Ted KremenekAdd (hidden) TableGen command option '-clang-component...
2009-03-13 Ted KremenekAdd initial implementation of a TableGen backend for...