[Lldb-commits] [clang] [lldb] Reland [MS][clang] Add support for vector deleting destructors (PR #165598)

Eli Friedman via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 5 13:33:01 PST 2025


================
@@ -150,7 +150,7 @@ class VTableComponent {
 
   bool isRTTIKind() const { return isRTTIKind(getKind()); }
 
-  GlobalDecl getGlobalDecl() const {
+  GlobalDecl getGlobalDecl(bool HasVectorDeletingDtors) const {
----------------
efriedma-quic wrote:

Oh, I see.  I guess this is okay, then; not worth increasing the size of VTableComponent.

https://github.com/llvm/llvm-project/pull/165598


More information about the lldb-commits mailing list