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
__array_extent
Clang crashes on
auto test() { return __array_extent(int, ); }
https://godbolt.org/z/3Wa51enP9
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-clang-frontend
Author: Nikolas Klauser (philnik777)
Sorry, something went wrong.
[Clang] Fix crash on improper use of __array_extent (#94173)
27fe526
Check whether parsing of the argument failed before attempting to build the expression. Fixes #80474.
Successfully merging a pull request may close this issue.
Clang crashes on
https://godbolt.org/z/3Wa51enP9
The text was updated successfully, but these errors were encountered: