rjmccall added inline comments.

================
Comment at: clang/lib/CodeGen/CGExprAgg.cpp:1627
+        llvm::Constant::getNullValue(CGF.Int8PtrTy),
+        CharUnits::One()); // placeholder
+
----------------
Please declare a lambda to add a cleanup which implicitly creates this 
dominator and then just call it in the places that currently directly do 
`cleanups.push_back`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64656/new/

https://reviews.llvm.org/D64656



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

Reply via email to