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
clang_tidy is using GCC instead of clang 10 and is running into CI failures
https://dev.azure.com/cncf/envoy/_build/results?buildId=51547&view=logs&j=3bf5ec37-bb6f-5fb6-2cf1-5134dc6106d6&t=41d571fe-3811-578d-07de-68468f467dae
DiagnosticName: clang-diagnostic-error Notes: - FileOffset: 12459 FilePath: /usr/lib/gcc/x86_64-linux-gnu/9/include/xmmintrin.h Message: '''__builtin_ia32_cmpnleps'' declared here' Replacements: [] - DiagnosticMessage: FileOffset: 19280 FilePath: /usr/lib/gcc/x86_64-linux-gnu/9/include/xmmintrin.h Message: use of undeclared identifier '__builtin_ia32_cvtsi2ss'; did you mean '__builtin_ia32_cvtsd2ss'?
The text was updated successfully, but these errors were encountered:
Fixed #13159
Sorry, something went wrong.
No branches or pull requests
clang_tidy is using GCC instead of clang 10 and is running into CI failures
https://dev.azure.com/cncf/envoy/_build/results?buildId=51547&view=logs&j=3bf5ec37-bb6f-5fb6-2cf1-5134dc6106d6&t=41d571fe-3811-578d-07de-68468f467dae
The text was updated successfully, but these errors were encountered: