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