dgoldman marked 2 inline comments as done.
dgoldman added inline comments.
Comment at: clang-tools-extra/clangd/FindTarget.cpp:188
if (const TypedefNameDecl *TND = dyn_cast(D)) {
+ if (shouldSkipTypedef(TND))
+return;
kadircet wrote:
> why do we
dgoldman marked an inline comment as done.
dgoldman added a comment.
Friendly ping, PTAL
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108556/new/
https://reviews.llvm.org/D108556
___
cfe-commits mailing
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8401713b3ef1: [clangd] Ignore ObjC `id` and `instancetype`
in FindTarget (authored by dgoldman).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108556/new/
h
501 - 503 of 503 matches
Mail list logo