[all-commits] [llvm/llvm-project] 1dee80: [SaveAndRestore] Upgrade this to support non-copya...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Fri Oct 14 08:14:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dee803afab1afdd122f217680dbbd35826799a3
https://github.com/llvm/llvm-project/commit/1dee803afab1afdd122f217680dbbd35826799a3
Author: Chris Lattner <clattner at nondot.org>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M llvm/include/llvm/Support/SaveAndRestore.h
Log Message:
-----------
[SaveAndRestore] Upgrade this to support non-copyable types.
This adds a constructor and upgrades the dtor to work with
move-only types.
Differential Revision: https://reviews.llvm.org/D135940
More information about the All-commits
mailing list