summaryrefslogtreecommitdiff
path: root/clang/test/Driver/warning-options.cpp
AgeCommit message (Expand)Author
2024-06-12[clang] Implement -Wmissing-include-dirs (#94827)Braden Helmer
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2016-09-20Fix a regex error breaking tests.Zachary Turner
2016-09-20Add some entropy to the folder name in Driver/warning-options.cpp.Zachary Turner
2014-12-02Re-apply "Revert r166370 and r166540 now that Xcode 4.6 has been available fo...Bob Wilson
2013-03-12Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for ...Bob Wilson
2013-03-12Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.Bob Wilson
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