[PATCH] D74062: [ADT] Fix iplist_impl - use after move warnings (PR43943)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 03:55:10 PST 2020
RKSimon marked an inline comment as done.
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/ADT/ilist.h:206
+ *static_cast<IntrusiveListT *>(this) =
+ std::move(static_cast<IntrusiveListT &>);
return *this;
----------------
rG4c330be678c9 fixed this typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74062/new/
https://reviews.llvm.org/D74062
More information about the llvm-commits
mailing list