================
@@ -0,0 +1,9 @@
+// RUN: %clang -x c++ -std=c++20 -emit-llvm -S %s -o %t.ll
+// RUN: %clang -x c++ -fopenmp -std=c++20 -emit-llvm -S %s -o %t.ll
+
+void bar(int N, int (*arr_)[N][N]) {
----------------
Karthikdhondi wrote:

Added regression coverage for both lvalue and rvalue references to VLAs and 
also added for multidimensional pointer-to-VLA cases

https://github.com/llvm/llvm-project/pull/182480
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to