]> granicus.if.org Git - clang/commit
Add ObjC exception statement AST matchers
authorDave Lee <davelee.com@gmail.com>
Sat, 11 Nov 2017 22:46:15 +0000 (22:46 +0000)
committerDave Lee <davelee.com@gmail.com>
Sat, 11 Nov 2017 22:46:15 +0000 (22:46 +0000)
commit831957f6bfedc23696ecc25ec3f251e532e9ccf5
tree53e8c7d1d34fc2197cea2025d0f057f0e06d8d47
parenta748214a43e14a3bd48c8aa2c20b7226c12575f3
Add ObjC exception statement AST matchers

Summary: Add AST matchers for Objective-C @throw, @try, @catch and @finally.

Reviewers: aaron.ballman, malcolm.parsons, alexshap, compnerd

Reviewed By: aaron.ballman

Subscribers: cfe-commits, klimek

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

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