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:
33a7f16
)
Another round of speculative fixes for Clang sphinx
author
Aaron Ballman
<aaron@aaronballman.com>
Wed, 11 Jan 2023 18:26:21 +0000
(13:26 -0500)
committer
Aaron Ballman
<aaron@aaronballman.com>
Wed, 11 Jan 2023 18:27:33 +0000
(13:27 -0500)
It seems that changing Format.h is insufficient to get the docs to
rebuild? Changing the .rst file directly to at least see if that gets
the bot back to green finally.
clang/docs/ClangFormatStyleOptions.rst
patch
|
blob
|
history
diff --git
a/clang/docs/ClangFormatStyleOptions.rst
b/clang/docs/ClangFormatStyleOptions.rst
index 7fe74f2d4e3b80ee3d85b9a881644bd72c265387..3b3079584db7a2e59c51874410c7a6b53f1a5ba6 100644
(file)
--- a/
clang/docs/ClangFormatStyleOptions.rst
+++ b/
clang/docs/ClangFormatStyleOptions.rst
@@
-3231,7
+3231,7
@@
the configuration (without a prefix: ``Auto``).
* ``int8_t Decimal`` Format separators in decimal literals.
- .. code-block::
c++
+ .. code-block::
text
-1: 18446744073709550592ull
0: 184467'440737'0'95505'92ull
@@
-3239,7
+3239,7
@@
the configuration (without a prefix: ``Auto``).
* ``int8_t Hex`` Format separators in hexadecimal literals.
- .. code-block::
c++
+ .. code-block::
text
-1: 0xDEADBEEFDEADBEEFuz
0: 0xDEAD'BEEF'DE'AD'BEE'Fuz