Added two AST matchers: isDelegatingConstructor for CXXConstructorDecl::IsDelegatingConstructor; and isUserProvided corresponding to CXXMethodDecl::isUserProvided.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D19038
Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided. ClosedPublic Authored by michael_miller on Apr 12 2016, 3:27 PM.
Details Summary Added two AST matchers: isDelegatingConstructor for CXXConstructorDecl::IsDelegatingConstructor; and isUserProvided corresponding to CXXMethodDecl::isUserProvided.
Diff Detail Event Timelinemichael_miller retitled this revision from to Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided.. michael_miller updated this object. This revision is now accepted and ready to land.Apr 13 2016, 4:11 AM Closed by commit rL266189: Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and… (authored by alexfh). · Explain WhyApr 13 2016, 4:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 53479 docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
unittests/ASTMatchers/ASTMatchersTest.cpp
|