summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/option-aliases.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-221-2/+2
| | | | | | | | | | | | The issue was reported by @xazax.hun here: https://reviews.llvm.org/D69825#1827826 "This patch (D69825) breaks scan-build-py which parses the output of "-###" to get -cc1 command. There might be other tools with the same problems. Could we either remove (in-process) from CC1Command::Print or add a line break? Having the last line as a valid invocation is valuable and there might be tools relying on that." Differential Revision: https://reviews.llvm.org/D72982 (cherry picked from commit 133a7e631cee97965e310f0d110739217427fd3d)
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-031-10/+13
| | | | | | | Convert the last few tests using -ccc-print-options to -### and remove -ccc-print-options. llvm-svn: 189802
* Driver: Change Option parsing to always create arguments referring to unaliasedDaniel Dunbar2010-06-091-0/+11
| | | | | | | | options. - This matches the intent of the .td files, and will simplify alias handling. - PR7321. llvm-svn: 105763
* Revert "Driver: Change Option parsing to always create arguments referring toDaniel Dunbar2010-06-091-11/+0
| | | | | | unaliased", this isn't quite right yet. llvm-svn: 105747
* Driver: Change Option parsing to always create arguments referring to unaliasedDaniel Dunbar2010-06-091-0/+11
options. - This matches the intent of the .td files, and will simplify alias handling. - PR7321. llvm-svn: 105744
OpenPOWER on IntegriCloud