]> granicus.if.org Git - clang/commitdiff
Attempting to unbreak the MSVC 2012 build.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 16 Apr 2014 19:59:42 +0000 (19:59 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 16 Apr 2014 19:59:42 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206414 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/ThreadSafetyCommon.h

index 4cbb7b9137677ccaaefa4c21c0d1b0e0ded3a536..619db082b124555100805b02dd8d7b89f31c2c10 100644 (file)
@@ -283,6 +283,7 @@ private:
 
   private:
     BlockInfo(const BlockInfo &) LLVM_DELETED_FUNCTION;
+    void operator=(const BlockInfo &) LLVM_DELETED_FUNCTION;
   };
 
   // We implement the CFGVisitor API