summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/DiagnosticOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-2/+0
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-1/+4
* Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek2011-10-291-0/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Update the remaining comments in Frontend to 'expansion'.Chandler Carruth2011-07-141-2/+1
* Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor2011-05-211-0/+5
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-1/+3
* Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar2011-04-071-0/+3
* Add an option to suppress include stack printing on note diagnostics.Chandler Carruth2011-03-271-0/+1
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-4/+0
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-191-0/+2
* Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin2010-06-111-0/+5
* Remove a dependency on Frontend headers in the Driver library. Also savesChandler Carruth2010-05-061-2/+2
* add a new -fdiagnostics-show-category=none/id/name option, giving controlChris Lattner2010-05-041-0/+3
* Introduce a limit on the depth of the macro instantiation backtraceDouglas Gregor2010-05-041-1/+6
* Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor2010-04-201-1/+3
* add clang -cc1 level support for "-ferror-limit 42"Chris Lattner2010-04-071-0/+3
* Introduce serialization and deserialization of diagnostic informationDouglas Gregor2010-01-281-1/+5
* diagnose invalid values of -ftabstop, patch by Christian Adaker!Chris Lattner2010-01-131-1/+2
* implement -ftabstop=width, patch by Christian AdåkerChris Lattner2010-01-091-0/+4
* Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar2009-11-121-0/+4
* Move warning options into DiagnosticOptions.Daniel Dunbar2009-11-121-5/+17
* Move dump-build-information option into DiagnosticOptions.Daniel Dunbar2009-11-121-0/+4
* Fix commento.Daniel Dunbar2009-11-041-1/+1
* Factor out a diagnostic options class.Daniel Dunbar2009-11-041-0/+49