[clang] Fixing array-to-pointer decay induced issue with conversion of the multidimentional arrays in C language. (PR #159896)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 1 06:04:47 PDT 2025
earnol wrote:
@AaronBallman Please check this PR and associated discussion https://github.com/llvm/llvm-project/issues/159603.
Summary of the goal here is not have an error (warning is ok) when multidimentional array being cast to the pointer of the same base type.
https://github.com/llvm/llvm-project/pull/159896
More information about the cfe-commits
mailing list