summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cxx1z-trigraphs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not warn about whitespace between ??/ trigraph and newline in line ↵Richard Smith2017-04-181-1/+6
| | | | | | comments if trigraphs are disabled in the current language. llvm-svn: 300609
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-1/+1
| | | | | | | | | | | | | | | | | -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
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-201-0/+9
llvm-svn: 211392
OpenPOWER on IntegriCloud