diff options
Diffstat (limited to 'clang-tools-extra/include-fixer/SymbolIndex.h')
-rw-r--r-- | clang-tools-extra/include-fixer/SymbolIndex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/include-fixer/SymbolIndex.h b/clang-tools-extra/include-fixer/SymbolIndex.h index 7a84f6bbbf6..f3e6ecd974a 100644 --- a/clang-tools-extra/include-fixer/SymbolIndex.h +++ b/clang-tools-extra/include-fixer/SymbolIndex.h @@ -28,7 +28,7 @@ public: /// \returns A list of `SymbolInfo` candidates. // FIXME: Expose the type name so we can also insert using declarations (or // fix the usage) - virtual std::vector<clang::find_all_symbols::SymbolInfo> + virtual std::vector<find_all_symbols::SymbolAndSignals> search(llvm::StringRef Identifier) = 0; }; |