r220293 - Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.
Aaron Ballman
aaron at aaronballman.com
Tue Oct 21 06:39:56 PDT 2014
Author: aaronballman
Date: Tue Oct 21 08:39:56 2014
New Revision: 220293
URL: http://llvm.org/viewvc/llvm-project?rev=220293&view=rev
Log:
Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.h
Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=220293&r1=220292&r2=220293&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Tue Oct 21 08:39:56 2014
@@ -113,7 +113,6 @@ class CodeGenFunction : public CodeGenTy
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.
More information about the cfe-commits
mailing list