[clang] 7a5c1a4 - [clang][docs] Fix warning in LanguageExtensions

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 13 08:40:25 PST 2024


Author: David Spickett
Date: 2024-02-13T16:39:59Z
New Revision: 7a5c1a4abc750fef335c2ee5191d59ebe9e4bf18

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

LOG: [clang][docs] Fix warning in LanguageExtensions

build-llvm/tools/clang/docs/LanguageExtensions.rst:2768: WARNING: Title underline too short.

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index ca78a5c39cf73..ee1d25396ca86 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -2765,7 +2765,7 @@ that even if present, its use may depend on run-time privilege or other OS
 controlled state.
 
 ``__builtin_readsteadycounter``
-------------------------------
+-------------------------------
 
 ``__builtin_readsteadycounter`` is used to access the fixed frequency counter
 register (or a similar steady-rate clock) on those targets that support it.


        


More information about the cfe-commits mailing list