This is an archive of the discontinued LLVM Phabricator instance.

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

Repository
rL LLVM

Event Timeline

michael_miller retitled this revision from to Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMethodDecl::isUserProvided..
michael_miller updated this object.
michael_miller added a subscriber: cfe-commits.
alexfh accepted this revision.Apr 13 2016, 4:11 AM
alexfh edited edge metadata.
This revision is now accepted and ready to land.Apr 13 2016, 4:11 AM
This revision was automatically updated to reflect the committed changes.