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

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 01:11:16 PDT 2019


gribozavr added a comment.

> I prefer Option 2 because it is a cleaner, more understandable design for the matchers.

I agree with Aaron. Clang or Clang Tooling provide no promise of source stability. Of course we should not break things just because we can, but API coherence and maintainability of Clang Tooling code are good reasons.


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