[PATCH] D60543: [clang] Update isDerivedFrom to support Objective-C classes 🔍
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 8 09:13:29 PDT 2019
gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/ASTMatchers/ASTMatchFinder.cpp:820
+ llvm::DenseMap<const ObjCInterfaceDecl *,
+ std::set<const ObjCCompatibleAliasDecl *>>
+ CompatibleAliases;
----------------
`unordered_set`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60543/new/
https://reviews.llvm.org/D60543
More information about the cfe-commits
mailing list