aprantl added inline comments.

================
Comment at: lib/CodeGen/CodeGenModule.h:292
@@ -291,3 +291,3 @@
   CGCUDARuntime* CUDARuntime;
-  CGDebugInfo* DebugInfo;
+  std::unique_ptr<CGDebugInfo> DebugInfo;
   ObjCEntrypoints *ObjCData;
----------------
This could be a separate useful NFC commit.


http://reviews.llvm.org/D19072



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to