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

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 13 10:41:52 PDT 2020


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.

LGTM with suggested changes.



================
Comment at: clang/test/Lexer/cxx1z-trigraphs.cpp:19
+// Note, there is intentionally trailing whitespace one lines below.
 // ??/
+error here;
----------------
Intentional whitespace disappeared.


================
Comment at: clang/test/Lexer/cxx1z-trigraphs.cpp:24
+// expected-error at 11 {{}} expected-warning at 11 {{trigraph ignored}}
+// expected-error at 13 {{}} {failed}} expected-warning at 13 {{trigraph ignored}}
+// expected-error at 16 {{}}
----------------
This seems to have changed in a weird way?


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