[all-commits] [llvm/llvm-project] 0ce32a: Revert "[ASTMatchers] Matcher macros with params m...
Hans via All-commits
all-commits at lists.llvm.org
Fri Nov 27 05:52:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ce32a79825f307d2f46b8a5823489a67d6d072f
https://github.com/llvm/llvm-project/commit/0ce32a79825f307d2f46b8a5823489a67d6d072f
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchersMacros.h
Log Message:
-----------
Revert "[ASTMatchers] Matcher macros with params move params instead of copying"
This broke some clang matcher tests in 32-bit MSVC builds; see PR46781.
> 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
This reverts commit 3e9a7b2ba470bbe9cf3de3e4b15ba09dcfd206aa.
More information about the All-commits
mailing list