[all-commits] [llvm/llvm-project] 1db148: [clang][Sema] Split SYCLKernel back into its own a...

Nick Sarnie via All-commits all-commits at lists.llvm.org
Mon Oct 13 08:10:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1db148cc946eb95fefd5399766e379fc030eef78
      https://github.com/llvm/llvm-project/commit/1db148cc946eb95fefd5399766e379fc030eef78
  Author: Nick Sarnie <nick.sarnie at intel.com>
  Date:   2025-10-13 (Mon, 13 Oct 2025)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaSYCL.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp

  Log Message:
  -----------
  [clang][Sema] Split SYCLKernel back into its own attribute (#162868)

Based on feedback from https://github.com/llvm/llvm-project/pull/161905,
partially revert https://github.com/llvm/llvm-project/pull/137882/ so
that `sycl_kernel` is a separate attribute and not just a spelling of
`device_kernel`.

Signed-off-by: Sarnie, Nick <nick.sarnie at intel.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list