]> granicus.if.org Git - clang/commit
Complete support for the cxxCtorInitializer() AST matcher so that it can be used...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 26 Sep 2016 17:04:27 +0000 (17:04 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 26 Sep 2016 17:04:27 +0000 (17:04 +0000)
commita384821bc33f8e8d6fcbf14a3048c11940f2a708
tree1bdbcc9dc1112ba86e18f4a9fcc6223d5d3683b7
parentb2c1023a57dfe16e64e14fcd207a82f1571345a1
Complete support for the cxxCtorInitializer() AST matcher so that it can be used as a top-level matcher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282417 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchFinder.h
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/ASTMatchFinder.cpp
unittests/ASTMatchers/ASTMatchersNodeTest.cpp