r219491 - Fixing the MSVC 2013 build, NFC.

Aaron Ballman aaron at aaronballman.com
Fri Oct 10 05:40:57 PDT 2014


Author: aaronballman
Date: Fri Oct 10 07:40:56 2014
New Revision: 219491

URL: http://llvm.org/viewvc/llvm-project?rev=219491&view=rev
Log:
Fixing the MSVC 2013 build, NFC.

Modified:
    cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp

Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp?rev=219491&r1=219490&r2=219491&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp Fri Oct 10 07:40:56 2014
@@ -25,6 +25,8 @@
 using namespace clang;
 using namespace CodeGen;
 
+namespace clang {
+namespace CodeGen {
 /// \brief API for captured statement code generation in OpenMP constructs.
 class CGOpenMPRegionInfo : public CodeGenFunction::CGCapturedStmtInfo {
 public:
@@ -61,6 +63,7 @@ private:
   /// \brief OpenMP executable directive associated with the region.
   const OMPExecutableDirective &Directive;
 };
+}}
 
 LValue CGOpenMPRegionInfo::getThreadIDVariableLValue(CodeGenFunction &CGF) {
   return CGF.MakeNaturalAlignAddrLValue(





More information about the cfe-commits mailing list