[PATCH] D125513: [clang-cl] Add /Zc:wchar_t- option
Pengxuan Zheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 15 14:16:21 PDT 2022
pzheng marked an inline comment as done.
pzheng added inline comments.
================
Comment at: clang/include/clang/Driver/Options.td:6663
def _SLASH_Zc_ternary : CLIgnoredFlag<"Zc:ternary">;
def _SLASH_Zc_wchar_t : CLIgnoredFlag<"Zc:wchar_t">;
def _SLASH_ZH_MD5 : CLIgnoredFlag<"ZH:MD5">;
----------------
thakis wrote:
> Can you move this up (next to the `-` flag), and add a help text? It's no longer ignored now (if you do e.g. `/Zc:wchar_t- /Zc:wchar_t`)
Thanks for the comment, @thakis. I have made the change accordingly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125513/new/
https://reviews.llvm.org/D125513
More information about the cfe-commits
mailing list