We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-x
clang-cl -help shows that -x is supported directly. It was added by #68921 to support CUDA/HIP.
clang-cl -help
But clang-cl -x c++-module report an error
clang-cl -x c++-module
unsupported option '-x c++-module'; did you mean '/TC' or '/TP'?
Support -x for clang-cl, so that we can use /clang: to compile C++20 modules (#64118).
/clang: