[all-commits] [llvm/llvm-project] 282b27: [CIR] Implement array-to-incomplete-array cast (#1...
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Apr 14 15:39:40 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 282b2720fe1fd9a75f25e91ade6adaf1466c0869
https://github.com/llvm/llvm-project/commit/282b2720fe1fd9a75f25e91ade6adaf1466c0869
Author: Erich Keane <ekeane at nvidia.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
A clang/test/CIR/CodeGen/cast-cxx20.cpp
Log Message:
-----------
[CIR] Implement array-to-incomplete-array cast (#192138)
This is a noop cast that is allowed in some situations in C++20, and is
validated with one of the test suites. This patch adds a very defensive
NYI diagnostic to replace the other one, plus implements the array decay
case.
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