From: Kristina Brooks Date: Fri, 5 Apr 2019 18:26:43 +0000 (+0000) Subject: [docs] Fix rst title in clang langext docs. NFCI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a763130e80e70b5a79e4ce4c1865d771714290f6;p=clang [docs] Fix rst title in clang langext docs. NFCI Fix an odd line in LanguageExtensions.rst which rendered incorrectly due to an underscore being mixed in with dashes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357793 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index d79d412277..0299dde887 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -1791,7 +1791,7 @@ the arguments. Both arguments and the result have the bitwidth specified by the name of the builtin. ``__builtin_rotateright`` -_------------------------ +------------------------- * ``__builtin_rotateright8`` * ``__builtin_rotateright16``