This is an archive of the discontinued LLVM Phabricator instance.

ASTMatcher for isMoveAssignmentOperator
ClosedPublic

Authored by jbcoe on Jan 22 2016, 10:37 AM.

Details

Summary

Add ASTMatcher for isMoveAssignmentOperator as I need it for a 'rule-of-5' clang-tidy check.

Add tests and registration for clang-query.

Diff Detail

Repository
rL LLVM

Event Timeline

jbcoe updated this revision to Diff 45699.Jan 22 2016, 10:37 AM
jbcoe retitled this revision from to ASTMatcher for isMoveAssignementOperator.
jbcoe updated this object.
jbcoe added reviewers: aaron.ballman, alexfh, klimek.
jbcoe set the repository for this revision to rL LLVM.
jbcoe retitled this revision from ASTMatcher for isMoveAssignementOperator to ASTMatcher for isMoveAssignmentOperator.Jan 22 2016, 10:37 AM
jbcoe updated this object.
aaron.ballman accepted this revision.Jan 22 2016, 11:35 AM
aaron.ballman edited edge metadata.

LGTM!

This revision is now accepted and ready to land.Jan 22 2016, 11:35 AM

Please merge to trunk if you are happy.

aaron.ballman closed this revision.Jan 22 2016, 2:41 PM

Thanks! I've commit in r258573