[PATCH] D85722: [SystemZ][z/OS] enable trigraphs by default on z/OS

Fanbo Meng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 13 06:40:06 PDT 2020


fanbo-meng requested changes to this revision.
fanbo-meng added a comment.
This revision now requires changes to proceed.

Can you modify `clang/test/Frontend/trigraphs.cpp` and `clang/test/Lexer/cxx1z-trigraphs.cpp` ? These tests are assuming trigraphs are disabled by `-std=gnu++11 -fms-compatibility -std=c++1z`, and it won't be the case here because on z/OS trigraphs are still enabled when these options are present.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85722/new/

https://reviews.llvm.org/D85722



More information about the cfe-commits mailing list