[clang] [llvm] [clang][docs] Migrate AttributeReference to markdown (PR #215631)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 21:22:35 PDT 2026


================
@@ -5253,15 +5237,13 @@ memory from those that access global host memory. These new address spaces are
 a subset of the `__global/opencl_global` address space, the full address space
 set model for OpenCL 2.0 with the extension looks as follows:
 
-> generic->global->host
->
-> ->device
->
-> ->private
->
-> ->local
->
-> constant
+```text
+generic->global->host
+               ->device
+       ->private
+       ->local
----------------
rnk wrote:

Yes, I fixed this up by hand. I don't think this is rendering correctly today: https://clang.llvm.org/docs//AttributeReference.html#clang-opencl-global-device-clang-opencl-global-host

https://github.com/llvm/llvm-project/pull/215631


More information about the llvm-commits mailing list