We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As shown above this project makes use of google's protobuf and compiling a generated c++ file by protobuf seems to not work...
I believe this is due to the fact that clang uses .pcm files instead of microsoft's .ifc files, Is there any work around this issue?
.pcm
.ifc
The text was updated successfully, but these errors were encountered:
This is the same as #29.
I think it is more reasonable to wait for the official fix. This feature will be fixed sooner or later. https://discourse.llvm.org/t/clang-cl-exe-support-for-c-modules/72257/14 llvm/llvm-project#64118
In most cases. You can try to choose ISO C++20 Standard (/std:c++20) to solve the problem
ISO C++20 Standard (/std:c++20)
Sorry, something went wrong.
I have the same issue on c++20 aswell and sadly i can't downgrade more, and the official llvm discourse seems to be stale sadly...
No branches or pull requests
As shown above this project makes use of google's protobuf and compiling a generated c++ file by protobuf seems to not work...
I believe this is due to the fact that clang uses
.pcm
files instead of microsoft's.ifc
files, Is there any work around this issue?The text was updated successfully, but these errors were encountered: