================ @@ -47,6 +57,13 @@ getWorkspaceSymbols(llvm::StringRef Query, int Limit, /// same order that they appear. llvm::Expected<std::vector<DocumentSymbol>> getDocumentSymbols(ParsedAST &AST); +/// Returns the symbol tags for the given declaration. ---------------- ratzdi wrote:
Done. https://github.com/llvm/llvm-project/pull/167536 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
