summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/show-option-names.c
Commit message (Collapse)AuthorAgeFilesLines
* [Driver] Use -fsyntax-only in test/Driver/show-option-names.cBruno Cardoso Lopes2016-10-111-2/+2
| | | | | | Make the test less expensive, follow up from r283915. llvm-svn: 283917
* [Driver] Fix test from r283913 to unbreak botsBruno Cardoso Lopes2016-10-111-2/+4
| | | | | | | | Followup from r283913 & r283827 http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/55135 llvm-svn: 283915
* Reapply [Driver][Diagnostics] Make 'show option names' default for driver ↵Bruno Cardoso Lopes2016-10-111-0/+5
| | | | | | | | | | | | | | | | | | warnings Reapply r283827 by fixing the tests to not be target specific Currently, driver level warnings do not show option names (e.g. warning: complain about foo [-Woption-name]) in a diagnostic unless -fdiagnostics-show-option is explictly specified. OTOH, the driver by default turn this option on for CC1. Change the logic to show option names by default in the driver as well. Differential Revision: https://reviews.llvm.org/D24516 rdar://problem/27300909 llvm-svn: 283913
* Revert "[Driver][Diagnostics] Make 'show option names' default for driver ↵Renato Golin2016-10-111-5/+0
| | | | | | | | warnings" This reverts commit r283827, as it's breaking all ARM/AARch64 bots. llvm-svn: 283868
* Explicitly ignore return code in test for test systems that use pipefailDaniel Jasper2016-10-111-2/+2
| | | | llvm-svn: 283853
* [Driver][Diagnostics] Make 'show option names' default for driver warningsBruno Cardoso Lopes2016-10-111-0/+5
Currently, driver level warnings do not show option names (e.g. warning: complain about foo [-Woption-name]) in a diagnostic unless -fdiagnostics-show-option is explictly specified. OTOH, the driver by default turn this option on for CC1. Change the logic to show option names by default in the driver as well. Differential Revision: https://reviews.llvm.org/D24516 rdar://problem/27300909 llvm-svn: 283827
OpenPOWER on IntegriCloud