Commit facea4a2 authored by Haojian Wu's avatar Haojian Wu
Browse files

[clangd] Fix a missing override keyword, NFC.

parent bee48685
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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