[all-commits] [llvm/llvm-project] 243b35: [clang][Interp] Support destructors

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Mar 30 04:17:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 243b355ee0f063cff4988f061215839020c2175b
      https://github.com/llvm/llvm-project/commit/243b355ee0f063cff4988f061215839020c2175b
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    M clang/lib/AST/Interp/ByteCodeStmtGen.h
    M clang/test/AST/Interp/cxx20.cpp

  Log Message:
  -----------
  [clang][Interp] Support destructors

Emit destructors for non-primitive (array) variables on scope ends.

Differential Revision: https://reviews.llvm.org/D145545




More information about the All-commits mailing list