This is an archive of the discontinued LLVM Phabricator instance.

Add objcCategoryImplDecl matcher
ClosedPublic

Authored by kastiglione on Oct 25 2017, 9:17 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

kastiglione created this revision.Oct 25 2017, 9:17 AM
This revision is now accepted and ready to land.Oct 25 2017, 9:28 AM
This revision was automatically updated to reflect the committed changes.