echristo 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; ---------------- aprantl wrote: > This could be a separate useful NFC commit. And can you fix the formatting of the stuff above it while you're at "useful NFC commits"?
http://reviews.llvm.org/D19072 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits