]> granicus.if.org Git - clang/commit
Add objcCategoryImplDecl matcher
authorDave Lee <davelee.com@gmail.com>
Thu, 26 Oct 2017 15:53:37 +0000 (15:53 +0000)
committerDave Lee <davelee.com@gmail.com>
Thu, 26 Oct 2017 15:53:37 +0000 (15:53 +0000)
commitc9d23a99f00d5e84f1e05d2903ef7538a4d4c33a
tree74ea88e63e675c90092c365580bd073234d81fd7
parent5f17d5ca46b48156b96f81e7c32d381a0ca65b41
Add objcCategoryImplDecl matcher

Summary:
Add `objcCategoryImplDecl` which matches ObjC category definitions
(`@implementation`). This matcher complements `objcCategoryDecl` (`@interface`)
which was added in D30854.

Reviewers: aaron.ballman, malcolm.parsons, alexshap

Reviewed By: aaron.ballman

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D39293

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316670 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNodeTest.cpp