[PATCH] D141608: [include-cleaner] Don't consider the underlying type of Decltype MemberProvider as a use
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 01:36:53 PST 2023
kadircet added a comment.
I am a little skeptical about this one. I think it's somewhat an obscure pattern, and probably warrants a use of the type when it can be deduced and the user code is accessing members (relying on the type more than an opaque manner). So what about waiting on this patch until we encounter examples in real world that require such a treatment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141608/new/
https://reviews.llvm.org/D141608
More information about the cfe-commits
mailing list