[PATCH] D44536: Avoid segfault when destructor is not yet known

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 3 10:40:14 PDT 2020


rjmccall added a comment.

Would you like to pick it back up?  We laid out an implementation path: we need to track the fact that a delete was of an incomplete class type in the AST and then unconditionally treat such operations as trivial to destroy in IRGen.


Repository:
  rC Clang

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

https://reviews.llvm.org/D44536



More information about the cfe-commits mailing list