[clang] [clang][Sema] Recheck array size once the element type is complete (PR #219817)
Akash Manna via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 02:21:26 PDT 2026
================
@@ -0,0 +1,55 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-linux-gnu %s
----------------
akash-manna-sky wrote:
Renamed it to `SemaCXX/array-size.cpp` as the C++ counterpart of `Sema/array-size.c` (which I left untouched), keeping the GH213855 namespace for the issue reference.
https://github.com/llvm/llvm-project/pull/219817
More information about the cfe-commits
mailing list