[PATCH] D83448: [CodeGen] Emit destructor calls to destruct non-trivial C struct temporaries created by conditional and assignment operators

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 14:12:09 PDT 2020


dblaikie added a comment.

Idle curiosity: The patch description says "non-trivial C struct temporaries" - can C have non-trivial structs? Or is this limited to Objective C (judging/guessing by the tests)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83448



More information about the cfe-commits mailing list