r206414 - Attempting to unbreak the MSVC 2012 build.
Aaron Ballman
aaron at aaronballman.com
Wed Apr 16 12:59:42 PDT 2014
Author: aaronballman
Date: Wed Apr 16 14:59:42 2014
New Revision: 206414
URL: http://llvm.org/viewvc/llvm-project?rev=206414&view=rev
Log:
Attempting to unbreak the MSVC 2012 build.
Modified:
cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
Modified: cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyCommon.h?rev=206414&r1=206413&r2=206414&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyCommon.h (original)
+++ cfe/trunk/include/clang/Analysis/Analyses/ThreadSafetyCommon.h Wed Apr 16 14:59:42 2014
@@ -283,6 +283,7 @@ private:
private:
BlockInfo(const BlockInfo &) LLVM_DELETED_FUNCTION;
+ void operator=(const BlockInfo &) LLVM_DELETED_FUNCTION;
};
// We implement the CFGVisitor API
More information about the cfe-commits
mailing list