[clang] 7d20f70 - [OpenCL] [NFC] Fixed underline being too short in rst

Ole Strohm via cfe-commits cfe-commits at lists.llvm.org
Tue May 11 01:50:47 PDT 2021


Author: Ole Strohm
Date: 2021-05-11T09:45:28+01:00
New Revision: 7d20f709ea6da8442a153beda7ecdda07440f046

URL: https://github.com/llvm/llvm-project/commit/7d20f709ea6da8442a153beda7ecdda07440f046
DIFF: https://github.com/llvm/llvm-project/commit/7d20f709ea6da8442a153beda7ecdda07440f046.diff

LOG: [OpenCL] [NFC] Fixed underline being too short in rst

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index bdb5b3adf39f..235bcac8f00f 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -1814,7 +1814,7 @@ supporting the variadic arguments e.g. majority of CPU targets.
   void bar(int a, ...); // error - variadic prototype is not allowed
 
 ``__cl_clang_non_portable_kernel_param_types``
----------------------------------------------
+----------------------------------------------
 
 With this extension it is possible to enable the use of some restricted types
 in kernel parameters specified in `C++ for OpenCL v1.0 s2.4


        


More information about the cfe-commits mailing list