[PATCH] D125684: [clangd] Support UnresolvedUsingTypeLoc AST node in FindTarget.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 03:55:25 PDT 2022
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/FindTarget.cpp:384
}
+ void VisitUnresolvedUsingType(const UnresolvedUsingType * UUT) {
+ Outer.add(UUT->getDecl(), Flags);
----------------
nit: formatting around `*`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125684/new/
https://reviews.llvm.org/D125684
More information about the cfe-commits
mailing list