-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[clang][ASTImporter] Implicit ctors with definition not merged could lead to crash #64171
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
Comments
@llvm/issue-subscribers-clang-frontend |
Root cause might be that See https://reviews.llvm.org/D158145 |
Because this fixes a regression and it's a simple fix, we should probably backport this fix to Clang 17.x: https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches |
/cherry-pick 91c4b55 |
Error: Command failed due to missing milestone. |
/cherry-pick 91c4b55 |
/branch llvm/llvm-project-release-prs/issue64171 |
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm/llvm-project#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145 (cherry picked from commit 91c4b55)
/pull-request llvm/llvm-project-release-prs#597 |
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm/llvm-project#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145 (cherry picked from commit 91c4b55)
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
NumFunctionDeclBits is not updated when DeductionCandidateKind is incremented. Fixes llvm#64171 Reviewed By: cor3ntin, balazske, aaron.ballman Differential Revision: https://reviews.llvm.org/D158145
When the first snippet
is merged into the second one
then dumping the
To
context crashesThe text was updated successfully, but these errors were encountered: