[PATCH] D82392: [CodeGen] Add public function to emit C++ destructor call.
Zoe Carver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 14:41:41 PDT 2020
zoecarver updated this revision to Diff 274616.
zoecarver added a comment.
- Remove `emitCXXDestructorCall` and add `getCXXDestructorImplicitParam`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82392/new/
https://reviews.llvm.org/D82392
Files:
clang/include/clang/CodeGen/CodeGenABITypes.h
clang/lib/CodeGen/ABIInfo.h
clang/lib/CodeGen/CGCXXABI.h
clang/lib/CodeGen/CodeGenABITypes.cpp
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82392.274616.patch
Type: text/x-patch
Size: 7312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200630/203a12a3/attachment-0001.bin>
More information about the cfe-commits
mailing list