[PATCH] D85883: [clangd] Add ClangdServer::customAction() extension point
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 13 03:01:17 PDT 2020
kadircet added a comment.
mostly looks good to me, as discussed offline I would rather expose AST within a thread, both to keep the API changes to a minimum in the future and possibly indicating the "view-ness" of the exposed structs like AST more explicitly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85883/new/
https://reviews.llvm.org/D85883
More information about the cfe-commits
mailing list