[PATCH] D48266: [Driver] Add -fno-digraphs
Jacob Bandes-Storch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 11 22:56:06 PDT 2018
jtbandes marked 2 inline comments as done.
jtbandes added a comment.
If I understood your comment correctly, you meant to remove the diagnostic completely (regardless of whether `-fdigraphs` or `-fno-digraphs` is given, and regardless of whether digraphs were enabled for the selected language)? I've done that, and added a couple `-std=c89` invocations to the test cases.
Repository:
rC Clang
https://reviews.llvm.org/D48266
More information about the cfe-commits
mailing list