[all-commits] [llvm/llvm-project] 224f18: [CIR] Handle operator delete with virtual destruct...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Fri Oct 24 11:05:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 224f18e549c42233e1cc597873803a183927dfb3
      https://github.com/llvm/llvm-project/commit/224f18e549c42233e1cc597873803a183927dfb3
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-10-24 (Fri, 24 Oct 2025)

  Changed paths:
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenCXXABI.h
    M clang/lib/CIR/CodeGen/CIRGenExprCXX.cpp
    M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
    M clang/test/CIR/CodeGen/delete.cpp

  Log Message:
  -----------
  [CIR] Handle operator delete with virtual destructors (#165010)

This adds support for emitting operator delete when used with classes
that have a virtual destructor.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list