File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3044,8 +3044,8 @@ Global or static variables of type decorated with this attribute have
3044
3044
`sycl-unique-id`, an LLVM IR attribute, added to the definition of each such
3045
3045
variable, which provides a unique string identifier using
3046
3046
__builtin_sycl_unique_stable_id.
3047
- We do not intend to support this as a general attribute that customer code can
3048
- use, so we have this attribute in sycl_detail namespace.
3047
+ We do not intend to support this as a general attribute that user code can use,
3048
+ so we have this attribute in sycl_detail namespace.
3049
3049
3050
3050
.. code-block:: c++
3051
3051
@@ -3064,7 +3064,7 @@ This attribute is part of support for SYCL device_global feature.
3064
3064
[[__sycl_detail__::global_variable_allowed]] attribute is used to avoid
3065
3065
diagnosing an error when global or static variables of type decorated with this
3066
3066
attribute are referenced in device code. We do not intend to support this as a
3067
- general attribute that customer code can use, therefore it is wrapped in
3067
+ general attribute that user code can use, therefore it is wrapped in
3068
3068
sycl_detail namespace.
3069
3069
3070
3070
.. code-block:: c++
You can’t perform that action at this time.
0 commit comments