[all-commits] [llvm/llvm-project] c8c9af: [clang][Interp] Decay arrays to the first element ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Dec 12 02:02:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8c9af150d34306ee0af94baf8357891ace233ba
https://github.com/llvm/llvm-project/commit/c8c9af150d34306ee0af94baf8357891ace233ba
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/arrays.cpp
Log Message:
-----------
[clang][Interp] Decay arrays to the first element (#72660)
This way we have a pointer to the
first element on the stack.
More information about the All-commits
mailing list