Map /Zc:wchar_t- to the cc1 flag -fno-wchar which is already supported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems generally ok.
clang/include/clang/Driver/Options.td | ||
---|---|---|
6680–6681 | 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) |
clang/test/Driver/cl-zc.cpp | ||
---|---|---|
50 | Should probably remove /Zc:wchar_t from the list of ignored options in clang/test/Driver/cl-options.c too. |
clang/test/Driver/cl-zc.cpp | ||
---|---|---|
50 | Good catch. I have updated clang/test/Driver/cl-options.c in the latest change. |
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)