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

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 9 17:32:19 PDT 2019


stephanemoore added inline comments.


================
Comment at: clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp:566
+      notMatchesObjC("@interface Y @end typedef Y X; @interface Z : X @end",
+                  ZIsDerivedFromX));
+  EXPECT_TRUE(
----------------
(note that there are unresolved formatting issues that I intend to fix after I establish which approach to pursue)


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