[all-commits] [llvm/llvm-project] e01efd: [clang][Interp] Correctly emit destructors for mul...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Oct 26 05:51:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e01efddbf3f977525707d25f500300f62b98fe28
https://github.com/llvm/llvm-project/commit/e01efddbf3f977525707d25f500300f62b98fe28
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/arrays.cpp
Log Message:
-----------
[clang][Interp] Correctly emit destructors for multi-dimensional arrays (#69140)
We were not taking those into account correctly when emitting
destructors. Fix that and add tests for it.
Fixes #69115
More information about the All-commits
mailing list