dgoldman added inline comments.
================ Comment at: clang-tools-extra/clangd/CodeComplete.cpp:1716 + Incomplete |= SpecRes.first; + return std::move(SpecRes.second); } ---------------- dgoldman wrote: > Can this be safely moved - looks like it wasn't before? Ah nevermind, missed that this is moving the local copy. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133479/new/ https://reviews.llvm.org/D133479 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits