[PATCH] D88885: [clangd] Disambiguate overloads of std::move for header insertion.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 9 01:27:18 PDT 2020


sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/index/SymbolCollector.cpp:557
   // :-(
   llvm::SmallString<256> QName;
   for (const auto &Entry : IncludeFiles)
----------------
kadircet wrote:
> this one is no longer needed.
whoops, fixed in 6ee47f552ba7654a0997c8deb71f65d0d91f4a28


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88885/new/

https://reviews.llvm.org/D88885



More information about the cfe-commits mailing list