https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/128411
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
As always, call array dtors in reverse order.
---
Full diff: https://github.com/llvm/llvm-project/pull/128411.diff
2 Files Affected:
- (modified) clang/lib/AST/ByteCode/Interp.cpp (+4-1)
- (modified) clan
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/128411
As always, call array dtors in reverse order.
>From c8d9fba32d6c97e89d320533fd680f6fa2f80a78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 23 Feb 2025 10:57:47 +0100
Subject: [PATCH]