-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Forbid non-trivially-copyable type in annotated_ptr/ref class #11798
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
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
969f778
add support for volatile type
f76912d
clang-format
0f8575c
fix an issue
fc27769
fix an issue
f07c73f
address PR comments
11d75c7
update the spec
0537f5d
change compound and assign operator to T
4fa5761
fix a typo
03f8e1e
use perfect forward to support both LValue and RValue in operators
560e7a6
clang format
0198af5
address PR comment
655dbed
address comment
68d6762
Merge branch 'sycl' of https://github.com/intel/llvm into fix-volatile
6512855
clang format
81576db
address PR comment, use pass-by-value in annotated_ref
254bbf5
Merge branch 'sycl' of https://github.com/intel/llvm into fix-volatile
062794e
clang-format
d2aed0c
update spec to pass-by-value
b588145
fix error
4b50e01
update the func name
cc051f7
Merge branch 'sycl' of https://github.com/intel/llvm into fix-volatile
7295dd3
forbid non-trivially copyable type
a9aafb0
address void pointer and test issue
4059a47
fix test
f5399c3
update test
3d19d6b
update spec and annotated_ptr for void type
66f6cd6
clang format
8d61708
update testt
a65f898
update test
bd8f855
update error string
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
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.