[all-commits] [llvm/llvm-project] 03eb78: [SYCL] Correct misplaced sycl_kernel_entry_point a...
Tom Honermann via All-commits
all-commits at lists.llvm.org
Thu Jan 9 13:40:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03eb786f75e36e9e203e0092ec3c6c589fd53c4f
https://github.com/llvm/llvm-project/commit/03eb786f75e36e9e203e0092ec3c6c589fd53c4f
Author: Tom Honermann <tom.honermann at intel.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M clang/test/SemaSYCL/sycl-kernel-entry-point-attr-appertainment.cpp
Log Message:
-----------
[SYCL] Correct misplaced sycl_kernel_entry_point attribute in a namespace declaration of a negative test. (#122375)
Commit 1a73654b3212b623ac21b9deb3aeaadc6906b7e4 added a missing
diagnostic for incorrect placement of an attribute in a namespace
declaration. This change corrects a SYCL test that inadvertently
exercised the `sycl_kernel_entry_point` attribute in the wrong
declaration location.
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