[PATCH] D92956: Fix range-loop-analysis checks for trivial copyability
Anshil Gandhi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 21:52:59 PST 2021
gandhi21299 added a comment.
I tried to implement a fix by using the `hasCopyAssignmentWithConstParam()` method (instead of `hasNonTrivialCopyConstructor()`), the same test fails.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92956/new/
https://reviews.llvm.org/D92956
More information about the cfe-commits
mailing list