rjmccall accepted this revision. rjmccall added a comment. This revision is now accepted and ready to land.
Thank you. Minor request and then LGTM. ================ Comment at: lib/CodeGen/ItaniumCXXABI.cpp:2202 + // __attribute__((destructor)) in a constructor function. + addr = llvm::Constant::getNullValue(CGF.Int8PtrTy); + ---------------- You should probably mention that using null here is okay because this value is just passed back as an argument to the destructor function. Repository: rC Clang https://reviews.llvm.org/D45578 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits