[PATCH] D125513: [clang-cl] Add /Zc:wchar_t- option

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 15 13:33:04 PDT 2022


thakis added a comment.

Seems generally ok.



================
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">;
----------------
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`)


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