[clang] 76f84e7 - [Doc] Fix sphinx warnings about wrong code-block format
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 30 04:41:03 PDT 2021
Author: Alexey Bader
Date: 2021-04-30T11:40:10+03:00
New Revision: 76f84e772978a3daef33df5bea7da676a0163f28
URL: https://github.com/llvm/llvm-project/commit/76f84e772978a3daef33df5bea7da676a0163f28
DIFF: https://github.com/llvm/llvm-project/commit/76f84e772978a3daef33df5bea7da676a0163f28.diff
LOG: [Doc] Fix sphinx warnings about wrong code-block format
Differential Revision: https://reviews.llvm.org/D101549
Added:
Modified:
clang/docs/SYCLSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/SYCLSupport.rst b/clang/docs/SYCLSupport.rst
index 8c1ed19dff4e6..d45ecfbea53f8 100644
--- a/clang/docs/SYCLSupport.rst
+++ b/clang/docs/SYCLSupport.rst
@@ -99,7 +99,7 @@ space attributes for pointers:
- private_space
-.. code-block::
+.. code-block:: C++
+
+ //TODO: add support for __attribute__((opencl_global_host)) and __attribute__((opencl_global_device)).
- TODO: add support for `__attribute__((opencl_global_host))` and
- `__attribute__((opencl_global_device))`.
More information about the cfe-commits
mailing list