Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl...
authorAlexander Kornienko <alexfh@google.com>
Wed, 13 Apr 2016 11:13:08 +0000 (11:13 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 13 Apr 2016 11:13:08 +0000 (11:13 +0000)
commit7d20a5afdbe77bccea3d854de2b6d86ee8fc8c8c
tree49989857a9ea5dbd5ed8cbb43a5a0e15f029772a
parent074edd7c1e5f1df4a538a1efe19f4753f367c96e
Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.

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

Reviewers: aaron.ballman, alexfh

Subscribers: klimek, cfe-commits

Patch by Michael Miller!

Differential Revision: http://reviews.llvm.org/D19038

llvm-svn: 266189
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/unittests/ASTMatchers/ASTMatchersTest.cpp