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