[PATCH] D19038: Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.

Michael Miller via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 12 15:27:39 PDT 2016


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

Added two AST matchers: isDelegatingConstructor for CXXConstructorDecl::IsDelegatingConstructor; and isUserProvided corresponding to CXXMethodDecl::isUserProvided.

http://reviews.llvm.org/D19038

Files:
  docs/LibASTMatchersReference.html
  include/clang/ASTMatchers/ASTMatchers.h
  unittests/ASTMatchers/ASTMatchersTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19038.53479.patch
Type: text/x-patch
Size: 7942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160412/dcc8e4b5/attachment.bin>


More information about the cfe-commits mailing list