From: Aaron Ballman Date: Tue, 21 Oct 2014 13:39:56 +0000 (+0000) Subject: Fixing the MSVC build by removing friendship with CodeGenFunction; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2827547fe8c19b757bbe96dcae456ce4a5ff9487;p=clang Fixing the MSVC build by removing friendship with CodeGenFunction; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220293 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index a31cd1bf7a..80a7548561 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -113,7 +113,6 @@ class CodeGenFunction : public CodeGenTypeCache { void operator=(const CodeGenFunction &) LLVM_DELETED_FUNCTION; friend class CGCXXABI; - friend class CGOpenMPRegionInfo; public: /// A jump destination is an abstract label, branching to which may /// require a jump out through normal cleanups.