This revision was automatically updated to reflect the committed changes.
Closed by commit rGae3159e49793: Thread safety analysis: Peel away NoOp
implicit casts in initializers (authored by aaronpuchert).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/
aaron.ballman accepted this revision.
aaron.ballman 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/D69533/new/
https://reviews.llvm.org/D69533
aaronpuchert created this revision.
aaronpuchert added reviewers: aaron.ballman, rsmith.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This happens when someone initializes a variable with guaranteed copy
elision and an added const qualifier. Fixes PR43826.
Repository: