Fixes two crashes reported by @efriedma and @ahatanak, as per
@ahatanak's analysis.
Link: https://reviews.llvm.org/D151587#4397446
Link: https://reviews.llvm.org/D151587#4399684
Paths
| Differential D152303
[ExprConstant] fix ICE from Evaluate on _Atomic structs ClosedPublic Authored by nickdesaulniers on Jun 6 2023, 1:15 PM.
Details Summary Fixes two crashes reported by @efriedma and @ahatanak, as per Link: https://reviews.llvm.org/D151587#4397446
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 8 2023, 5:44 AM Closed by commit rG9daab7fb02d2: [ExprConstant] fix ICE from Evaluate on _Atomic structs (authored by nickdesaulniers). · Explain WhyJun 8 2023, 1:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 529703 clang/docs/ReleaseNotes.rst
clang/lib/AST/ExprConstant.cpp
clang/test/CodeGenCXX/atomicinit.cpp
|