[all-commits] [llvm/llvm-project] 923340: [clang][bytecode] Fix placement new on multidimens...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Apr 13 01:37:47 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 923340b3786470c140598fa7203050786957c484
https://github.com/llvm/llvm-project/commit/923340b3786470c140598fa7203050786957c484
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/placement-new.cpp
Log Message:
-----------
[clang][bytecode] Fix placement new on multidimensional array elements (#191766)
The direct base of those pointers is not a union, i.e. `getRecord()`
returns `nullptr`.
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