================
Comment at: lib/CodeGen/CodeGenModule.h:258
@@ -256,2 +257,3 @@
   CGOpenCLRuntime* OpenCLRuntime;
+  CGOpenMPRuntime* OpenMPRuntime;
   CGCUDARuntime* CUDARuntime;
----------------
Probably not a comment for your line, but it'd be safer to use 
`std::unique_ptr` instead of raw pointers. That would also eliminate explicit 
calls to `delete`.




http://reviews.llvm.org/D2883



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to