Speculatively fix the Clang sphinx build
authorAaron Ballman <aaron@aaronballman.com>
Wed, 11 Jan 2023 12:29:36 +0000 (07:29 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 11 Jan 2023 12:32:55 +0000 (07:32 -0500)
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

clang/docs/ClangFormatStyleOptions.rst

index 05eca35..7fe74f2 100644 (file)
@@ -3222,7 +3222,7 @@ the configuration (without a prefix: ``Auto``).
 
   * ``int8_t Binary`` Format separators in binary literals.
 
-    .. code-block:: c++
+    .. code-block:: text
 
        -1: 0b100111101101
         0: 0b10011'11'0110'1