index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
clang-cc
/
Warnings.cpp
Age
Commit message (
Expand
)
Author
2009-05-19
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
Eli Friedman
2009-05-19
Move the warning options from Warnings.cpp to clang-cc.cpp.
Eli Friedman
2009-04-19
move group twiddling options into Diagnostic.cpp instead of
Chris Lattner
2009-04-19
Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo
Chris Lattner
2009-04-16
implement framework for -fdiagnostics-show-option, but tblgen isn't
Chris Lattner
2009-04-16
move handling of -pedantic and -pedantic-errors into Diagnostics,
Chris Lattner
2009-04-16
arrange for -Wno-error=foo warnings to be immune to -Werror as
Chris Lattner
2009-04-16
when tblgen fills in all the subgroup info, clang is ready for it.
Chris Lattner
2009-04-15
make unknown warnings a warning, not an error.
Chris Lattner
2009-04-15
add support for -Wextra and -W
Chris Lattner
2009-04-15
use tablgen-generated warning groups.
Chris Lattner
2009-04-15
now that we've decoupled diagnostic classes from default mappings,
Chris Lattner
2009-04-15
rename variable in comment, not just in code :).
Chris Lattner
2009-04-15
Rejigger how -pedantic and -pedantic-errors work and their interaction
Chris Lattner
2009-04-15
remove some commented out -Wstrict-selector-match stuff.
Chris Lattner
2009-04-15
clean up error messages.
Chris Lattner
2009-04-15
Add support for -Werror=foo and -Wno-error=foo
Chris Lattner
2009-04-15
refactor a bunch of the warning parsing stuff to simplify it. This removes the
Chris Lattner
2009-04-14
add support for -W[no-]extra-tokens
Chris Lattner
2009-04-11
add some #includes for better compatibility with gcc 4.4,
Chris Lattner
2009-04-08
add support for -Wtrigraphs and -Wno-trigraphs.
Chris Lattner
2009-03-31
Implement -Wmissing-prototypes. Fixes PR3911.
Douglas Gregor
2009-03-31
Add support for -Wdeprecated-declarations.
Steve Naroff
2009-03-30
Implement -Wno-pointer-sign.
Eli Friedman
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar