-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Crash on syntax error: using MyClass::;
#62296
Crash on syntax error: using MyClass::;
#62296
Comments
@llvm/issue-subscribers-clang-frontend |
@llvm/issue-subscribers-c-20 |
Worked in Clang 15, crashes in Clang 16: https://godbolt.org/z/YaTfsqfdo |
It's possible that the issue is here: https://github.com/llvm/llvm-project/blob/main/clang/lib/Sema/SemaInit.cpp#L6237 What I'm seeing is that CC @alanzhao1 as this seems related to 95a4c0c and if this can be fixed so we can backport to a 16.x release, that would be great. |
Further reduction: https://godbolt.org/z/rrq5Th1zo
It seems like the issue isn't the syntax error - the issue is that we're not rejecting the protected constructor |
/cherry-pick 7417e9d |
Error: Command failed due to missing milestone. |
/cherry-pick 7417e9d |
Failed to cherry-pick: 7417e9d Please manually backport the fix and push it to your github fork. Once this is done, please add a comment like this:
|
/branch alanzhao1/llvm-project/init-crash-fix |
/pull-request llvm/llvm-project-release-prs#436 |
Here's the code, which I compile with
-std=c++20
.This crashes the compiler in addition to generating a diagnostic. Tested on Clang 16 and on trunk 9372e42 on GodBolt.
The text was updated successfully, but these errors were encountered: