summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Diagnostic.td
Commit message (Expand)AuthorAgeFilesLines
* Add comments to the diagnostic kinds in Diagnostic.td.Nico Weber2017-04-211-0/+12
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-121-0/+3
* ARCMigrate: simplify diagnostic handlingAlp Toker2014-07-021-0/+4
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-5/+8
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-22/+24
* Add support for optimization reports.Diego Novillo2014-04-161-0/+1
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+3
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-14/+29
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-8/+0
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-0/+1
* Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar2011-09-291-4/+6
* Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.Argyrios Kyrtzidis2011-04-211-2/+6
* Have #pragma message not turn into error by -Werror, by default. Fixes rdar:/...Argyrios Kyrtzidis2011-04-211-0/+2
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-0/+8
* Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor2011-01-271-0/+2
* push categories forward a bit more: document them, add someChris Lattner2010-05-241-1/+4
* add the ability to associate 'category' names with diagnosticsChris Lattner2010-05-041-0/+8
* Update LLVM.Douglas Gregor2009-06-141-0/+3
* other half of 69274Chris Lattner2009-04-161-70/+2
* add scafolding to represent heirarchical warnings, start with -Wall.Chris Lattner2009-04-161-15/+27
* add anonymous groups for all the warning command line flags that the clangChris Lattner2009-04-151-3/+55
* add support for -Wextra and -WChris Lattner2009-04-151-0/+6
* comment out IsGroup: tblgen isn't instantiating these dependent defs quite ri...Chris Lattner2009-04-151-1/+1
* fix a name shadowing problem in tblgen.Chris Lattner2009-04-151-1/+1
* use slightly more verbose to work around a tblgen bug for now.Chris Lattner2009-04-151-1/+1
* annotate diagnostics with which groups they belong to. Each Chris Lattner2009-04-151-11/+11
* now that we've decoupled diagnostic classes from default mappings,Chris Lattner2009-04-151-0/+6
* Make diagnostic class explicit in the diag record instead ofChris Lattner2009-04-151-6/+15
* make default diagnostic mapping more explicit in .td file.Chris Lattner2009-04-151-20/+25
* Add stub TableGen file for diagnostic options.Ted Kremenek2009-03-181-0/+3
* Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclassTed Kremenek2009-03-181-10/+6
* Update tablegen diagnostic files to be in sync with the def files.Sebastian Redl2009-03-141-4/+5
* Include component warning TableGen files in Diagnostic.td.Ted Kremenek2009-03-131-0/+10
* The basic representation of diagnostics information in tablegen format, plus ...Sebastian Redl2009-03-041-0/+41