This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] Matcher macros with params move params instead of copying
ClosedPublic

Authored by njames93 on Feb 24 2020, 6:09 PM.

Details

Summary

Use move semantics instead of copying for AST Matchers with parameters

Diff Detail

Event Timeline

njames93 created this revision.Feb 24 2020, 6:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2020, 6:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Feb 24 2020, 11:23 PM
This revision is now accepted and ready to land.Feb 24 2020, 11:23 PM
This revision was automatically updated to reflect the committed changes.