diff options
Diffstat (limited to 'clang-tools-extra/clangd/index/dex/DexIndex.h')
| -rw-r--r-- | clang-tools-extra/clangd/index/dex/DexIndex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/index/dex/DexIndex.h b/clang-tools-extra/clangd/index/dex/DexIndex.h index d9b2cd14389..8631a234de6 100644 --- a/clang-tools-extra/clangd/index/dex/DexIndex.h +++ b/clang-tools-extra/clangd/index/dex/DexIndex.h @@ -41,7 +41,7 @@ class DexIndex : public SymbolIndex { public: /// \brief (Re-)Build index for `Symbols`. All symbol pointers must remain /// accessible as long as `Symbols` is kept alive. - void build(std::shared_ptr<std::vector<const Symbol *>> Symbols); + void build(std::shared_ptr<std::vector<const Symbol *>> Syms); /// \brief Build index from a symbol slab. static std::unique_ptr<SymbolIndex> build(SymbolSlab Slab); |

