]> granicus.if.org Git - clang/commit
Implement an AST matcher for C++ exception catch handlers that can catch any exceptio...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 2 Jul 2015 12:53:22 +0000 (12:53 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 2 Jul 2015 12:53:22 +0000 (12:53 +0000)
commita8245d8fe2d5228413d2e5ae23e4a036e0072c70
tree88a2030cbccc35c083bd90247558a8464fd54629
parentce92dcef1e80db289dd788d66f72034a474a29ee
Implement an AST matcher for C++ exception catch handlers that can catch any exception type (...).

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