Loading clang-tools-extra/clangd/index/remote/Client.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,8 @@ public: }); } llvm::unique_function<bool(llvm::StringRef) const> indexedFiles() const { llvm::unique_function<bool(llvm::StringRef) const> indexedFiles() const override { // FIXME: For now we always return "false" regardless of whether the file // was indexed or not. A possible implementation could be based on // the idea that we do not want to send a request at every Loading Loading
clang-tools-extra/clangd/index/remote/Client.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,8 @@ public: }); } llvm::unique_function<bool(llvm::StringRef) const> indexedFiles() const { llvm::unique_function<bool(llvm::StringRef) const> indexedFiles() const override { // FIXME: For now we always return "false" regardless of whether the file // was indexed or not. A possible implementation could be based on // the idea that we do not want to send a request at every Loading