[PATCH] D140807: [clang][Interp] Skip calling simple destructors

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 07:21:52 PST 2023


erichkeane added a comment.

This still would have to call the destructors of base and member types, right?  And this just means that it isn't user defined AND isn't deleted for some reason, so this doesn't mean 'trivial'.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140807



More information about the cfe-commits mailing list