From: Aaron Ballman Date: Wed, 16 Apr 2014 19:59:42 +0000 (+0000) Subject: Attempting to unbreak the MSVC 2012 build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a349622ca66118455a84ed0d18726716b8f0c37;p=clang Attempting to unbreak the MSVC 2012 build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206414 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/Analyses/ThreadSafetyCommon.h b/include/clang/Analysis/Analyses/ThreadSafetyCommon.h index 4cbb7b9137..619db082b1 100644 --- a/include/clang/Analysis/Analyses/ThreadSafetyCommon.h +++ b/include/clang/Analysis/Analyses/ThreadSafetyCommon.h @@ -283,6 +283,7 @@ private: private: BlockInfo(const BlockInfo &) LLVM_DELETED_FUNCTION; + void operator=(const BlockInfo &) LLVM_DELETED_FUNCTION; }; // We implement the CFGVisitor API