Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ok, this looks like a straightforward addition. I will finalize this review once the parent review is completed though.
clang/lib/AST/ItaniumMangle.cpp | ||
---|---|---|
2495 ↗ | (On Diff #340528) | Can you also update this comment? |
clang/test/SemaSYCL/address-space-conversions.cpp | ||
---|---|---|
74 | Done. |
clang/docs/SYCLSupport.rst | ||
---|---|---|
96 ↗ | (On Diff #344399) | I think we should extend conversion rules too. |
Ok, so you want to allow converting implicitly to global but not to device/host?
Let's update the doc straight away!