index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Driver
/
warning-options.cpp
Age
Commit message (
Expand
)
Author
2013-01-15
[driver] Warnings for warning options are handled by the frontend. The drive...
Chad Rosier
2012-12-20
clang/test/Driver/warning-options.cpp: Appease MSYS bash.
NAKAMURA Takumi
2012-12-19
Typo.
Chad Rosier
2012-12-19
[driver] Have -isysroot warn on nonexistent paths.
Chad Rosier
2012-10-24
Add a test for -Warc-abi as requested by Fariborz.
Nico Weber
2012-08-03
Reduce temp file pollution in some test cases.
Benjamin Kramer
2012-07-07
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...
NAKAMURA Takumi
2012-07-06
Implement -Wpedantic and --no-pedantic to complement -Weverything.
Ted Kremenek
2012-06-21
Revert r158423 corresponding to r158796, "test/Driver/warning-options.cpp: Ma...
NAKAMURA Takumi
2012-06-20
Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de...
Ted Kremenek
2012-06-13
test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed w...
NAKAMURA Takumi
2012-06-13
Provide a -no-pedantic to cancel out -pedantic.
John McCall
2012-05-16
Tweek r156937 a bit so that the suggestions are correct.
Chad Rosier
2012-05-16
Warn about -Wno-foo where foo is an unknown warning option. This is helpful
Chad Rosier
2012-05-04
Fix -Wlarge-by-value-copy option handling in the driver.
Jean-Daniel Dupas