]> granicus.if.org Git - clang/commit
Add the ability to AST match a variable declaration that is an exception variable.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 15 Jul 2015 17:11:21 +0000 (17:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 15 Jul 2015 17:11:21 +0000 (17:11 +0000)
commit19eed2939e10fdd431ae6774fde6f8dad9be4fbf
tree835c4ec0342ae26160f46143be0f96a68ea2c87c
parentbfbaed9ca73cba98737766f0145ffd8c7838895b
Add the ability to AST match a variable declaration that is an exception variable.

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