aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Diagnostic.td
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-19[Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier
2017-10-16[refactor] allow the use of refactoring diagnosticsAlex Lorenz
2017-09-22Add Cross Translation Unit support libraryGabor Horvath
2017-04-21Add comments to the diagnostic kinds in Diagnostic.td.Nico Weber
2016-09-12Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith
2014-07-02ARCMigrate: simplify diagnostic handlingAlp Toker
2014-06-16Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker
2014-06-12Complete the switch from mappings to declarative diagnostic severitiesAlp Toker
2014-04-16Add support for optimization reports.Diego Novillo
2014-02-28Add 'remark' diagnostic type in 'clang'Tobias Grosser
2013-11-12Rather than duplicating extension diagnostics to allow them to cause aRichard Smith
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-02-09Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-09-29Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar
2011-04-21Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.Argyrios Kyrtzidis
2011-04-21Have #pragma message not turn into error by -Werror, by default. Fixes rdar:/...Argyrios Kyrtzidis
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-01-27Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor
2010-05-24push categories forward a bit more: document them, add someChris Lattner
2010-05-04add the ability to associate 'category' names with diagnosticsChris Lattner
2009-06-14Update LLVM.Douglas Gregor
2009-04-16other half of 69274Chris Lattner
2009-04-16add scafolding to represent heirarchical warnings, start with -Wall.Chris Lattner
2009-04-15add anonymous groups for all the warning command line flags that the clangChris Lattner
2009-04-15add support for -Wextra and -WChris Lattner
2009-04-15comment out IsGroup: tblgen isn't instantiating these dependent defs quite ri...Chris Lattner
2009-04-15fix a name shadowing problem in tblgen.Chris Lattner
2009-04-15use slightly more verbose to work around a tblgen bug for now.Chris Lattner
2009-04-15annotate diagnostics with which groups they belong to. Each Chris Lattner
2009-04-15now that we've decoupled diagnostic classes from default mappings,Chris Lattner
2009-04-15Make diagnostic class explicit in the diag record instead ofChris Lattner
2009-04-15make default diagnostic mapping more explicit in .td file.Chris Lattner
2009-03-18Add stub TableGen file for diagnostic options.Ted Kremenek
2009-03-18Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclassTed Kremenek
2009-03-14Update tablegen diagnostic files to be in sync with the def files.Sebastian Redl
2009-03-13Include component warning TableGen files in Diagnostic.td.Ted Kremenek
2009-03-04The basic representation of diagnostics information in tablegen format, plus ...Sebastian Redl