[clang] [SYCL] Basic diagnostics for the sycl_kernel_entry_point attribute. (PR #120327)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 2 08:07:58 PST 2025
================
@@ -1550,6 +1550,8 @@ NamedDecl *Sema::ActOnNonTypeTemplateParameter(Scope *S, Declarator &D,
IdResolver.AddDecl(Param);
}
+ ProcessDeclAttributes(S, Param, D);
----------------
erichkeane wrote:
Still want Aaron to check on this.
https://github.com/llvm/llvm-project/pull/120327
More information about the cfe-commits
mailing list