[PATCH] D137070: [clang][Interp] Support destructors

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 04:24:39 PDT 2022


tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Try to use the existing cleanup machinery to implement calling destructors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137070

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/ByteCodeExprGen.h
  clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  clang/test/AST/Interp/cxx20.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137070.471954.patch
Type: text/x-patch
Size: 4676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221031/1e33b534/attachment.bin>


More information about the cfe-commits mailing list