summaryrefslogtreecommitdiff
path: root/test/Driver/unknown-arg.c
Commit message (Expand)AuthorAge
* Produce an error for unknown -f options.Rafael Espindola2013-09-25
* Produce an error if a -cc1 only option is passed to the driver.Rafael Espindola2013-09-25
* Produce an error for unknown -m options.Rafael Espindola2013-09-24
* Produce errors for unknown options.Rafael Espindola2013-09-23
* Fix an incomplete copy and paste in my previous patch.Rafael Espindola2013-09-23
* Add tests on how clang currently handles some unknown options.Rafael Espindola2013-09-23
* Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...Benjamin Kramer2012-12-08
* [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis2012-01-25