Skip to content

Commit d3b5634

Browse files
committed
Speculatively fix the Clang sphinx build
This file builds correctly for me locally, but gives a warning about not being able to lex the binary literal as C++ code. This should fix the issue found by: https://lab.llvm.org/buildbot/#/builders/92/builds/38522
1 parent d423e17 commit d3b5634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,7 @@ the configuration (without a prefix: ``Auto``).
32223222

32233223
* ``int8_t Binary`` Format separators in binary literals.
32243224

3225-
.. code-block:: c++
3225+
.. code-block:: text
32263226
32273227
-1: 0b100111101101
32283228
0: 0b10011'11'0110'1

0 commit comments

Comments
 (0)