summaryrefslogtreecommitdiff
path: root/test/Driver/unknown-arg.c
AgeCommit message (Expand)Author
2017-05-24Driver must return non-zero code on errors in command lineSerge Pavlov
2017-05-11Reverted r302775Serge Pavlov
2017-05-11Driver must return non-zero code on errors in command lineSerge Pavlov
2016-01-26Recommit the test for r258720 using -###Ehsan Akhgari
2016-01-26Revert the test for r258720 temporarilyEhsan Akhgari
2016-01-25[MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari
2013-09-25Produce an error for unknown -f options.Rafael Espindola
2013-09-25Produce an error if a -cc1 only option is passed to the driver.Rafael Espindola
2013-09-24Produce an error for unknown -m options.Rafael Espindola
2013-09-23Produce errors for unknown options.Rafael Espindola
2013-09-23Fix an incomplete copy and paste in my previous patch.Rafael Espindola
2013-09-23Add tests on how clang currently handles some unknown options.Rafael Espindola
2012-12-08Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...Benjamin Kramer
2012-01-25[driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis