This revision was automatically updated to reflect the committed changes.
Closed by commit rG9daab7fb02d2: [ExprConstant] fix ICE from Evaluate on
_Atomic structs (authored by nickdesaulniers).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152303/new
nickdesaulniers updated this revision to Diff 529652.
nickdesaulniers added a comment.
- add release note
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152303/new/
https://reviews.llvm.org/D152303
Files:
clang/docs/ReleaseNotes.rst
clang/lib/A
aaron.ballman accepted this revision.
aaron.ballman added a comment.
Please add a release note for the fix, but otherwise LGTM. Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152303/new/
https://reviews.llvm.org/D152303
_
ahatanak accepted this revision.
ahatanak added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152303/new/
https://reviews.llvm.org/D152303
___
nickdesaulniers created this revision.
Herald added a project: All.
nickdesaulniers requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Fixes two crashes reported by @efriedma and @ahatanak, as per
@ahatanak's analysis.
Link: https://reviews.l