Add AST matchers for Objective-C @throw, @try, @catch and @finally.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39940
Add ObjC exception statement AST matchers ClosedPublic Authored by kastiglione on Nov 11 2017, 9:29 AM.
Details Summary Add AST matchers for Objective-C @throw, @try, @catch and @finally.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 11 2017, 11:45 AM Closed by commit rL317992: Add ObjC exception statement AST matchers (authored by kastiglione). · Explain WhyNov 11 2017, 2:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 122591 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
|