summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/std.c
Commit message (Collapse)AuthorAgeFilesLines
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-3/+13
| | | | | | | | | | | | | | | | | -trigraphs is now an alias for -ftrigraphs. -fno-trigraphs makes it possible to explicitly disable trigraphs, which couldn't be done before. clang -std=c++11 -fno-trigraphs now builds without GNU extensions, but with trigraphs disabled. Previously, trigraphs were only disabled in GNU modes or with -std=c++1z. Make the new -f flags the cc1 interface too. This requires changing -trigraphs to -ftrigraphs in a few cc1 tests. Related to PR21974. llvm-svn: 224790
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-3/+3
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Convert some driver checks to FileCheck.Sebastian Redl2009-10-261-6/+6
| | | | llvm-svn: 85133
* Driver: Fix forwarding of -{std,ansi,trigraphs} when there areDaniel Dunbar2009-04-071-0/+8
multiple instances of an option. Also, removed direct -ansi support from clang-cc. llvm-svn: 68558
OpenPOWER on IntegriCloud