[PATCH] D139409: [include-cleaner] Handle dependent type members in AST
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 19 00:28:36 PST 2022
hokein added inline comments.
================
Comment at: clang-tools-extra/include-cleaner/lib/WalkAST.cpp:48
NamedDecl *resolveType(QualType Type) {
if (Type->isPointerType())
----------------
please rebase the patch, this API is changed in https://github.com/llvm/llvm-project/commit/0ab57bdc9745bfc8147831c09ed05073f87e7040, and the `TemplateSpecializationType` is handled already (to fix the sugar type issue).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139409/new/
https://reviews.llvm.org/D139409
More information about the cfe-commits
mailing list