Add objcCategoryImplDecl which matches ObjC category definitions
(@implementation). This matcher complements objcCategoryDecl (@interface)
which was added in D30854.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39293
Add objcCategoryImplDecl matcher ClosedPublic Authored by kastiglione on Oct 25 2017, 9:17 AM.
Details Summary Add objcCategoryImplDecl which matches ObjC category definitions
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 25 2017, 9:28 AM Closed by commit rL316670: Add objcCategoryImplDecl matcher (authored by kastiglione). · Explain WhyOct 26 2017, 8:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 120431 cfe/trunk/docs/LibASTMatchersReference.html
cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
cfe/trunk/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
|