Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not warn about whitespace between ??/ trigraph and newline in line ↵ | Richard Smith | 2017-04-18 | 1 | -1/+6 |
| | | | | | | comments if trigraphs are disabled in the current language. llvm-svn: 300609 | ||||
* | Add driver flags -ftrigraphs, -fno-trigraphs. | Nico Weber | 2014-12-23 | 1 | -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 Smith | 2014-06-20 | 1 | -0/+9 |
llvm-svn: 211392 |