sammccall added inline comments.
================ Comment at: clang/include/clang/AST/Type.h:4372 +class UsingType : public Type, public llvm::FoldingSetNode { + QualType UnderlyingTy; + NamedDecl *Found; ---------------- Hmm, maybe I should be getting this from Found, rather than storing it. We'd have to do more work than e.g. TypedefType though, as we have to check the possible types of Found. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D114251/new/ https://reviews.llvm.org/D114251 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits