From 72cc9067c17ce6bd14480f72cfdb6da22475d2cc Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 18 Aug 2015 22:10:49 +0000 Subject: [PATCH] Fix for MSVC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245368 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/EHScopeStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/EHScopeStack.h b/lib/CodeGen/EHScopeStack.h index 254133ca81..b4fba596a2 100644 --- a/lib/CodeGen/EHScopeStack.h +++ b/lib/CodeGen/EHScopeStack.h @@ -147,7 +147,7 @@ public: public: Cleanup(const Cleanup &) = default; - Cleanup(Cleanup &&) = default; + Cleanup(Cleanup &&) {} Cleanup() = default; /// Generation flags. -- 2.40.0