index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
Warnings.cpp
Age
Commit message (
Expand
)
Author
2010-06-11
Add an option -fshow-overloads=best|all to limit the number of overload
Jeffrey Yasskin
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-03-17
Simplify ProcessWarningOptions since it can't fail
Kovarththanan Rajaratnam
2009-12-23
switch -Werror/-Wfatal-errors error conditions to use diagnostics instead
Chris Lattner
2009-12-22
implement -W[no-]fatal-errors, patch by Christian Adåker!
Chris Lattner
2009-11-12
Move warning options into DiagnosticOptions.
Daniel Dunbar
2009-11-10
Add Diagnostic::Report method for reporting diagnostics without a location.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-14
PR4715
Shantonu Sen
2009-06-23
switch Warnings.cpp to use the diagnostics machinery to print diagnostics, no...
Chris Lattner
2009-05-19
Clean up some unnecessary includes.
Eli Friedman
2009-05-19
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
Eli Friedman