sammccall marked 2 inline comments as done. sammccall added inline comments.
================ Comment at: clangd/ClangdServer.cpp:264 Callback<std::vector<TextEdit>> CB) { - auto Action = [Pos](Path File, std::string NewName, + auto Action = [Pos](std::string File, std::string NewName, Callback<std::vector<TextEdit>> CB, ---------------- kadircet wrote: > Why change Path to std::string ? Oops, removed this capture and then re-added it. Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61596/new/ https://reviews.llvm.org/D61596 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits