[all-commits] [llvm/llvm-project] 2c8207: [clang][bytecode] Fix Pointer::toAPValue() for mul...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Oct 31 07:16:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c82079924f1e43b211a6f233ea04ea911a7b581
https://github.com/llvm/llvm-project/commit/2c82079924f1e43b211a6f233ea04ea911a7b581
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M clang/lib/AST/ByteCode/Descriptor.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/unittests/AST/ByteCode/toAPValue.cpp
Log Message:
-----------
[clang][bytecode] Fix Pointer::toAPValue() for multidimensional arrays (#114400)
When we see an array root, that pointer might yet again be an array
element, so check for that.
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