https://github.com/maryammo updated https://github.com/llvm/llvm-project/pull/202710
>From e80f52b9cc446105dcd7679b9cb71f3a38bfef00 Mon Sep 17 00:00:00 2001 From: Maryam Moghadas <[email protected]> Date: Tue, 9 Jun 2026 15:45:06 +0000 Subject: [PATCH] [clang][z/OS] Add test for TypeLoc tail padding alignment fix --- clang/test/Driver/tyloctype_alignment.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 clang/test/Driver/tyloctype_alignment.cpp diff --git a/clang/test/Driver/tyloctype_alignment.cpp b/clang/test/Driver/tyloctype_alignment.cpp new file mode 100644 index 0000000000000..a4a44cf1641dd --- /dev/null +++ b/clang/test/Driver/tyloctype_alignment.cpp @@ -0,0 +1,6 @@ +// RUN: %clang -c %s + +template<class T> +int fpclassify(T v); +template<> +int fpclassify<float> (float v); _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
