[clangd] Fix a missing override keyword, NFC.

This commit is contained in:
Haojian Wu 2021-01-21 11:06:43 +01:00
parent bee486851c
commit facea4a2d4
1 changed files with 2 additions and 1 deletions

View File

@ -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