[PATCH] D45382: [CodeGen] Avoid destructing a struct type that has already been destructed by a delegated constructor

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 6 12:41:36 PDT 2018


rjmccall added a comment.

Hmm.  I'm not actually sure *why* it's not okay to forward callee-cleanup arguments.  Do we just not have the necessary logic to disable the cleanup in the caller?


Repository:
  rC Clang

https://reviews.llvm.org/D45382





More information about the cfe-commits mailing list