================
@@ -873,6 +873,27 @@ expression.
}];
}
+def SYCLAddressSpaceDocs : Documentation {
+ let Category = DocCatType;
+ let Heading = "Address space attributes for SYCL";
----------------
tahonermann wrote:
A shorter more declarative syntax exists for this:
```suggestion
def SYCLAddressSpaceDocs : DocumentationCategory<"SYCL Address Spaces"> {
```
https://github.com/llvm/llvm-project/pull/200849
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits