projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9f286
)
[docs] Fix rst title in clang langext docs. NFCI
author
Kristina Brooks
<notstina@gmail.com>
Fri, 5 Apr 2019 18:26:43 +0000
(18:26 +0000)
committer
Kristina Brooks
<notstina@gmail.com>
Fri, 5 Apr 2019 18:26:43 +0000
(18:26 +0000)
Fix an odd line in LanguageExtensions.rst which
rendered incorrectly due to an underscore being
mixed in with dashes.
llvm-svn: 357793
clang/docs/LanguageExtensions.rst
patch
|
blob
|
history
diff --git
a/clang/docs/LanguageExtensions.rst
b/clang/docs/LanguageExtensions.rst
index
d79d412
..
0299dde
100644
(file)
--- a/
clang/docs/LanguageExtensions.rst
+++ b/
clang/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``