[PATCH] D60543: [clang] Add matcher for subclasses of Objective-C interfaces 🔍
Stephane Moore via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 10 15:15:12 PDT 2019
stephanemoore created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
stephanemoore added a reviewer: aaron.ballman.
This change adds a new AST matcher to detect Objective-C classes that
are subclasses of matching Objective-C interfaces.
Test Notes:
Ran clang unit tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D60543
Files:
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60543.194597.patch
Type: text/x-patch
Size: 4933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190410/413a0e63/attachment.bin>
More information about the cfe-commits
mailing list