[PATCH] D60543: [clang] Update isDerivedFrom to support Objective-C classes 🔍

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 12:37:19 PDT 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM



================
Comment at: clang/lib/ASTMatchers/ASTMatchFinder.cpp:820
+  llvm::DenseMap<const ObjCInterfaceDecl *,
+                 std::set<const ObjCCompatibleAliasDecl *>>
+      CompatibleAliases;
----------------
gribozavr wrote:
> `unordered_set`?
or `SmallPtrSet`?


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