Commit 6fcb77d
authored
[SYCL][clang] Clarify warning message for potential property conflicts (#20572)
The compiler currently warns when properties are used in conjunction
with SYCL 2020 properties, warning about potentially ignored conflicting
properties. This commit makes the warning messages a little clearer to
help users understand what particular properties may be of concern.
---------
Signed-off-by: Larsen, Steffen <[email protected]>1 parent 530e546 commit 6fcb77d
File tree
4 files changed
+78
-72
lines changed- clang
- include/clang/Basic
- lib/Sema
- test/SemaSYCL
- sycl/test/extensions/properties
4 files changed
+78
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13425 | 13425 | | |
13426 | 13426 | | |
13427 | 13427 | | |
13428 | | - | |
13429 | | - | |
| 13428 | + | |
| 13429 | + | |
| 13430 | + | |
13430 | 13431 | | |
13431 | 13432 | | |
13432 | 13433 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3256 | 3256 | | |
3257 | 3257 | | |
3258 | 3258 | | |
3259 | | - | |
3260 | | - | |
3261 | | - | |
3262 | | - | |
3263 | | - | |
| 3259 | + | |
| 3260 | + | |
| 3261 | + | |
| 3262 | + | |
| 3263 | + | |
| 3264 | + | |
| 3265 | + | |
| 3266 | + | |
| 3267 | + | |
| 3268 | + | |
3264 | 3269 | | |
3265 | 3270 | | |
3266 | | - | |
| 3271 | + | |
3267 | 3272 | | |
3268 | 3273 | | |
3269 | 3274 | | |
| |||
0 commit comments