[PATCH] D24874: Fully implement the matcher for CXXCtorInitializer

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 23 10:16:34 PDT 2016


aaron.ballman created this revision.
aaron.ballman added reviewers: klimek, sbenza.
aaron.ballman added a subscriber: cfe-commits.
Herald added a subscriber: klimek.

It turns out that our support for the `cxxCtorInitializer()` matcher was incomplete in that it could not be used as a top-level matcher because it was not derived from one of the blessed base class types. This patch completes the support for this AST matcher.

https://reviews.llvm.org/D24874

Files:
  include/clang/ASTMatchers/ASTMatchFinder.h
  include/clang/ASTMatchers/ASTMatchers.h
  lib/ASTMatchers/ASTMatchFinder.cpp
  unittests/ASTMatchers/ASTMatchersNodeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24874.72305.patch
Type: text/x-patch
Size: 5689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160923/895c328b/attachment-0001.bin>


More information about the cfe-commits mailing list