[PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 13 16:44:30 PDT 2016
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
More information about the cfe-commits
mailing list