History log of /llvm-project/clang/test/CodeGen/builtins-array-rank.cpp (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3
# c0c36aa0 22-Oct-2024 Congcong Cai <congcongcai0907@163.com>

[clang codegen] fix crash emitting __array_rank (#113186)

Fixed: #113044
the type of `ArrayTypeTraitExpr` can be changed, use i32 directly is
incorrect.

---------

Co-authored-by: Eli Friedma

[clang codegen] fix crash emitting __array_rank (#113186)

Fixed: #113044
the type of `ArrayTypeTraitExpr` can be changed, use i32 directly is
incorrect.

---------

Co-authored-by: Eli Friedman <efriedma@quicinc.com>

show more ...