Fixed a nasty layering violation in the edis source
[oota-llvm.git] / utils / TableGen / ClangDiagnosticsEmitter.cpp
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...