-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for configuration with clang-cl version 7 or older that don't support /clang: arguments #10624
Comments
Unfortunately, this appears to be unsupportable -- unless someone knows of an equivalent of However, you should be able to workaround the issue by setting your compilerPath in c_cpp_properties.json to a clang-cl 8 or newer compiler. Your code would still be built with clang 7 (and compile_commands.json would still reference that version of clang-cl), but setting that compilerPath will enable us to be query that compiler correctly....assuming there isn't some other issue. |
We use |
@sean-mcmanus @Colengms |
Reopening. It looks like it might be possible to make this work clang-cl 7 with |
This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog. |
See the thread at #10529 (comment)
The text was updated successfully, but these errors were encountered: