]> granicus.if.org Git - clang/commitdiff
Fixing the MSVC 2013 build, NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 10 Oct 2014 12:40:56 +0000 (12:40 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 10 Oct 2014 12:40:56 +0000 (12:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219491 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.cpp

index cc69d60924ccec4f57ed9367d8e00756d10c539e..ce227ffc4b394615485ffc1f49cc4d1b0d8731bf 100644 (file)
@@ -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(