This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5ab1e49f958: Improve Wrange-loop-analyses for rvalue
reference (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71806/new/
https://rev
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/D71806/new/
https://reviews.llvm.org/D71806
_
Mordante created this revision.
Mordante added reviewers: rsmith, aaron.ballman, xbolva00.
Mordante added a project: clang.
The Wrange-loop-analyses warns if a copy is made. Suppress this warning when a
temporary is bound to a rvalue reference.
While fixing this issue also found a copy-paste err