-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] add clang diagnostic for illegal types of kernel free function arguments #19244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
steffenlarsen
merged 26 commits into
intel:sycl
from
dklochkov-emb:sycl-free-function-illegal-types
Aug 21, 2025
Merged
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6a61f36
[SYCL] add clang diagnostic for illegal data types of kernel free fun…
dklochkov-emb 54d198e
[SYCL] fix syntax
dklochkov-emb 778314d
Merge branch 'sycl' into sycl-free-function-illegal-types
dklochkov-emb e57c90c
[SYCL] do not emit diagnostics if class with virtual method is used a…
dklochkov-emb e4036ad
[SYCL] fix formatting
dklochkov-emb dedadc1
[SYCL] remove unnecessary change
dklochkov-emb d9c209d
[SYCL][E2E] do not save integration header
dklochkov-emb 208e1a8
[SYCL] do not serialize string number into integer if mangled name is…
dklochkov-emb a96965e
Merge remote-tracking branch 'upstream/sycl' into sycl-free-function-…
dklochkov-emb 18a7adb
[SYCL] use visitor infrastructure to emit clang diagnostics
dklochkov-emb bc1ae10
Merge remote-tracking branch 'upstream/sycl' into sycl-free-function-…
dklochkov-emb 61e3b45
[SYCL][E2E] remove redudant const
dklochkov-emb bf79a78
Merge remote-tracking branch 'upstream/sycl' into sycl-free-function-…
dklochkov-emb a33a06a
[SYCL] use SyclKernelFieldChecker to check for virtual inheritance
dklochkov-emb 7cdd945
Merge remote-tracking branch 'upstream/sycl' into sycl-free-function-…
dklochkov-emb 375485e
[SYCL] do not recurse withh on whole method
dklochkov-emb 6f9ef69
[SYCL] use leaveStruct method to check on virtual inheritance
dklochkov-emb 5722de2
[SYCL] fix formatting
dklochkov-emb c9f944c
[SYCL] fix coding style
dklochkov-emb 9adf700
[SYCL] use checker constructor to pass free function location
dklochkov-emb 1779409
[SYCL] update diagostic error name
dklochkov-emb df2523d
[SYCL] add new tests to check virtual inhertance
dklochkov-emb e2e229b
[SYCL] more tests
dklochkov-emb 56e8997
[SYCL] fix empty line
dklochkov-emb b221357
Merge remote-tracking branch 'upstream/sycl' into sycl-free-function-…
dklochkov-emb 361c0fa
[SYCL] remove unused variables and arguments
dklochkov-emb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.