[clang] [llvm] [Clang][OpenMP] Handle check for non-contiguous mapping in pointer-based array sections (PR #157443)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 28 09:36:08 PST 2025


================
@@ -0,0 +1,44 @@
+// RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s -Wuninitialized
+// RUN: %clang_cc1 -verify -fopenmp-simd -ferror-limit 100 %s -Wuninitialized
+
+extern void *malloc(__SIZE_TYPE__);
+extern void free(void *);
----------------
alexey-bataev wrote:

Clang unit test does not need to use these functions, remove

https://github.com/llvm/llvm-project/pull/157443


More information about the cfe-commits mailing list