Skip to content

[Clang] Fix a crash in the diagnostic emission of invalid immediate calls #66699

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

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

cor3ntin
Copy link
Contributor

CXXCtorInitializer may not refer to a FieldDecl because it might also denote another constructor call.

Fixes #66324

…alls.

`CXXCtorInitializer` may not refer to a FieldDecl because it might
also denote another constructor call.

Fixes llvm#66324
@cor3ntin cor3ntin requested a review from erichkeane September 18, 2023 21:11
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:frontend Language frontend issues, e.g. anything involving "Sema" labels Sep 18, 2023
@cor3ntin cor3ntin merged commit cacdb90 into llvm:main Sep 18, 2023
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
…alls (llvm#66699)

`CXXCtorInitializer` may not refer to a FieldDecl because it might also
denote another constructor call.

Fixes llvm#66324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[clang] ICE in immediate-escalating functions
3 participants