summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
Commit message (Expand)AuthorAgeFilesLines
...
* Don't suppress backend diagnostics in system headersAlp Toker2014-06-101-12/+14
* Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...Alp Toker2014-06-091-2/+2
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-1/+2
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-0/+4
* Switch Wmodule-build to a remarkBen Langmuir2014-05-081-1/+1
* Fix segmentation fault when mixing -Rpass with #line.Diego Novillo2014-05-081-0/+2
* Add -Wmodule-build to make it easy to see when modules are (re)builtBen Langmuir2014-05-051-0/+2
* Add support for optimization reports.Diego Novillo2014-04-161-0/+6
* If a module map is found in a relative -I path, convert the filenames within itRichard Smith2014-03-111-0/+2
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-0/+5
* Wired-up the new LLVM diagnostic system into clang diagnostic system.Quentin Colombet2014-02-061-0/+9
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-171-0/+2
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-0/+2
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-2/+0
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-0/+2
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-1/+2
* Remove unused diagnostic.Benjamin Kramer2013-10-261-2/+0
* SourceManager intialization tweaks.Benjamin Kramer2013-08-121-1/+1
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-0/+2
* If we're unable to create the TargetMachine, then just quit producing theChad Rosier2013-03-271-0/+2
* Fix a crasher by reporting a fatal error if we're unable to create the targetChad Rosier2013-03-261-2/+0
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-1/+7
* Prune unused diagnostics.Benjamin Kramer2013-01-201-2/+0
* Diagnostics: name all implicit groups used more than once.Jordan Rose2013-01-101-5/+5
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-131-0/+2
* Remove unused diagnostics from TableGen files.Dmitri Gribenko2012-11-151-2/+0
* If the precompiled header named by "-include" is actually a directory,Douglas Gregor2012-10-231-0/+2
* Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs2012-10-191-0/+5
* Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...Ted Kremenek2012-07-251-1/+1
* Allow -verify directives to specify a min and max count, not just "+".Jordan Rose2012-07-101-0/+2
* Allow line numbers on -verify directives.Jordan Rose2012-07-101-0/+2
* Remove trailing periods which snuck into a few diagnostic strings.Matt Beaumont-Gay2012-05-171-1/+1
* Drop the question mark when complaining about a non-existing -Wno- flag.Benjamin Kramer2012-05-171-1/+1
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-161-2/+0
* Warn about -Wno-foo where foo is an unknown warning option. This is helpful Chad Rosier2012-05-161-2/+2
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-131-15/+1
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-0/+2
* Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor2011-12-201-0/+2
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-44/+0
* If we can't write the temporary module map file when compiling aDouglas Gregor2011-12-071-1/+2
* When loading a module that involves submodules (e.g., std.vector),Douglas Gregor2011-11-301-0/+4
* When building a module from a module map that isn't simply an umbrellaDouglas Gregor2011-11-161-0/+2
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-161-0/+8
* Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer2011-11-151-1/+7
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-141-2/+2
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-0/+2
* Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek2011-10-291-0/+4
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-131-145/+5
* Hook up -W[no-]analyzer-incompatible-plugin to new warning, and unbreak build...Jordy Rose2011-08-171-1/+2