[all-commits] [llvm/llvm-project] f8724b: [clang][bytecode] Check live-ness when calling dto...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Apr 28 08:47:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8724bd873878df81720bdec8b7a9a24f2a40a03
https://github.com/llvm/llvm-project/commit/f8724bd873878df81720bdec8b7a9a24f2a40a03
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/records.cpp
Log Message:
-----------
[clang][bytecode] Check live-ness when calling dtors (#137645)
We can't call a destructor on a dead pointer.
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