[all-commits] [llvm/llvm-project] c38bef: [clang][bytecode] Fix delete[] dtor order (#128411)
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Feb 23 02:32:56 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c38befd94ffe84e7d0d01ae9af10e32319f3ef12
https://github.com/llvm/llvm-project/commit/c38befd94ffe84e7d0d01ae9af10e32319f3ef12
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-02-23 (Sun, 23 Feb 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/new-delete.cpp
Log Message:
-----------
[clang][bytecode] Fix delete[] dtor order (#128411)
As always, call array dtors in reverse order.
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