From: Aaron Ballman Date: Wed, 11 Jan 2023 12:29:36 +0000 (-0500) Subject: Speculatively fix the Clang sphinx build X-Git-Tag: upstream/17.0.6~21402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3b563444606b5d9a45c74eb60e7ebbcb97cc711;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 05eca35..7fe74f2 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -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