[all-commits] [llvm/llvm-project] 8d2625: [clang][bytecode][NFC] Dead blocks are always unin...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Aug 8 05:57:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d26252eece6510e62cc657d3e8b2cdcc97bdbea
https://github.com/llvm/llvm-project/commit/8d26252eece6510e62cc657d3e8b2cdcc97bdbea
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBlock.cpp
M clang/lib/AST/ByteCode/InterpState.cpp
Log Message:
-----------
[clang][bytecode][NFC] Dead blocks are always uninitialized (#152699)
We always call the descriptor dtor before, so they are never
initialized.
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