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