[all-commits] [llvm/llvm-project] 3e9a7b: [ASTMatchers] Matcher macros with params move para...
Nathan James via All-commits
all-commits at lists.llvm.org
Mon Feb 24 23:50:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e9a7b2ba470bbe9cf3de3e4b15ba09dcfd206aa
https://github.com/llvm/llvm-project/commit/3e9a7b2ba470bbe9cf3de3e4b15ba09dcfd206aa
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchersMacros.h
Log Message:
-----------
[ASTMatchers] Matcher macros with params move params instead of copying
Summary: Use move semantics instead of copying for AST Matchers with parameters
Reviewers: aaron.ballman, gribozavr2
Reviewed By: gribozavr2
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D75096
More information about the All-commits
mailing list