Add AST matchers for Objective-C @throw, @try, @catch and @finally.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12104 Build 12104: arc lint + arc unit
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 122586 docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNodeTest.cpp
|