aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/DiagnosticOptions.h
AgeCommit message (Expand)Author
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-10-29Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-07-14Update the remaining comments in Frontend to 'expansion'.Chandler Carruth
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-04-07Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar
2011-03-27Add an option to suppress include stack printing on note diagnostics.Chandler Carruth
2010-10-11Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor
2010-06-11Add an option -fshow-overloads=best|all to limit the number of overloadJeffrey Yasskin
2010-05-06Remove a dependency on Frontend headers in the Driver library. Also savesChandler Carruth
2010-05-04add a new -fdiagnostics-show-category=none/id/name option, giving controlChris Lattner
2010-05-04Introduce a limit on the depth of the macro instantiation backtraceDouglas Gregor
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2010-04-07add clang -cc1 level support for "-ferror-limit 42"Chris Lattner
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor
2010-01-13diagnose invalid values of -ftabstop, patch by Christian Adaker!Chris Lattner
2010-01-09implement -ftabstop=width, patch by Christian AdåkerChris Lattner
2009-11-12Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar
2009-11-12Move warning options into DiagnosticOptions.Daniel Dunbar
2009-11-12Move dump-build-information option into DiagnosticOptions.Daniel Dunbar
2009-11-04Fix commento.Daniel Dunbar
2009-11-04Factor out a diagnostic options class.Daniel Dunbar