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

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 17:06:38 PDT 2019


stephanemoore updated this revision to Diff 214035.
stephanemoore marked 6 inline comments as done.
stephanemoore edited the summary of this revision.
stephanemoore added a comment.

Update `isDerivedFrom` to match aliased types and compatibility aliases of
derived Objective-C classes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60543/new/

https://reviews.llvm.org/D60543

Files:
  clang/docs/LibASTMatchersReference.html
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  clang/lib/ASTMatchers/ASTMatchFinder.cpp
  clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60543.214035.patch
Type: text/x-patch
Size: 25413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190808/09d0e390/attachment-0001.bin>


More information about the cfe-commits mailing list