Author: Aaron Ballman Date: 2022-11-30T07:52:59-05:00 New Revision: bb1eca6bbb470e4fea111f4a6929be6f7a4524b3
URL: https://github.com/llvm/llvm-project/commit/bb1eca6bbb470e4fea111f4a6929be6f7a4524b3 DIFF: https://github.com/llvm/llvm-project/commit/bb1eca6bbb470e4fea111f4a6929be6f7a4524b3.diff LOG: Fix Clang sphinx build This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/92/builds/36449 Added: Modified: clang/docs/ClangRepl.rst Removed: ################################################################################ diff --git a/clang/docs/ClangRepl.rst b/clang/docs/ClangRepl.rst index 32790f7b06df..e4892bb9ff72 100644 --- a/clang/docs/ClangRepl.rst +++ b/clang/docs/ClangRepl.rst @@ -21,7 +21,7 @@ Clang-Repl Usage ================ -.. code-block:: c++ +.. code-block:: text clang-repl> #include <iostream> clang-repl> int f() { std::cout << "Hello Interpreted World!\n"; return 0; } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits