[clang] [SYCL] SYCL host kernel launch support for the sycl_kernel_entry_point attribute. (PR #152403)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 19 04:01:21 PST 2025


================
@@ -898,6 +899,25 @@ static std::string convertCallArgsToString(Sema &S,
   return Result;
 }
 
+static std::string
+printCallArgsValueCategoryAndType(Sema &S, llvm::ArrayRef<const Expr *> Args) {
----------------
Fznamznon wrote:

I'm not really a fan of inventing printing mechanics outside of ASTPrinter but that probably integration header trauma is speaking. Let's see what the community says.

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


More information about the cfe-commits mailing list