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