rnk marked 2 inline comments as done. ================ Comment at: lib/CodeGen/CodeGenModule.h:292 @@ -291,3 +291,3 @@ CGCUDARuntime* CUDARuntime; - CGDebugInfo* DebugInfo; + std::unique_ptr<CGDebugInfo> DebugInfo; ObjCEntrypoints *ObjCData; ---------------- echristo wrote: > 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"? r266263
http://reviews.llvm.org/D19072 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
