================ @@ -0,0 +1,137 @@ +// RUN: %clang_cc1 -triple x86_64-linux-gnu -std=c++17 -fsyntax-only -fsycl-is-device -verify %s ---------------- tahonermann wrote:
Those tests are included with the diagnostic work that will be in the next PR. See [here](https://github.com/tahonermann/llvm-project/compare/sycl-upstream-fe-pr1...tahonermann:llvm-project:sycl-upstream-fe-pr2) for what has been completed. We still have some SFINAE issues to address (an invalid use of the attribute is triggering SFINAE and therefore affecting overload resolution) and I'm still working on a diagnostic for forward declarability of kernel names (for SYCL portability warnings; Clang won't actually require forward declarability since it won't depend on integration headers). https://github.com/llvm/llvm-project/pull/111389 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits