[clang] d3b5634 - Speculatively fix the Clang sphinx build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 04:33:03 PST 2023
Author: Aaron Ballman
Date: 2023-01-11T07:32:55-05:00
New Revision: d3b563444606b5d9a45c74eb60e7ebbcb97cc711
URL: https://github.com/llvm/llvm-project/commit/d3b563444606b5d9a45c74eb60e7ebbcb97cc711
DIFF: https://github.com/llvm/llvm-project/commit/d3b563444606b5d9a45c74eb60e7ebbcb97cc711.diff
LOG: 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
Added:
Modified:
clang/docs/ClangFormatStyleOptions.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 05eca35aa971..7fe74f2d4e3b 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
More information about the cfe-commits
mailing list