[clang] c7c0ce7 - Fix the clang Sphinx bot

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 04:21:20 PDT 2022


Author: Aaron Ballman
Date: 2022-09-16T07:19:30-04:00
New Revision: c7c0ce7d9ebdc0a49313bc77e14d1e856794f2e0

URL: https://github.com/llvm/llvm-project/commit/c7c0ce7d9ebdc0a49313bc77e14d1e856794f2e0
DIFF: https://github.com/llvm/llvm-project/commit/c7c0ce7d9ebdc0a49313bc77e14d1e856794f2e0.diff

LOG: Fix the clang Sphinx bot

This addresses failures introduced by:
https://lab.llvm.org/buildbot/#/builders/92/builds/32809

It also fixes a secondary issue that crept in after the above build
started failing.

Added: 
    

Modified: 
    clang/docs/JSONCompilationDatabase.rst
    clang/docs/SanitizerCoverage.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/JSONCompilationDatabase.rst b/clang/docs/JSONCompilationDatabase.rst
index 3075920576814..0227f0bfe3e62 100644
--- a/clang/docs/JSONCompilationDatabase.rst
+++ b/clang/docs/JSONCompilationDatabase.rst
@@ -30,7 +30,7 @@ Supported Systems
 =================
 
 Clang has the ability to generate compilation database fragments via
-the :option:`-MJ argument <clang -MJ\<arg>>`. You can concatenate those
+``-MJ argument <clang -MJ\<arg>>``. You can concatenate those
 fragments together between ``[`` and ``]`` to create a compilation database.
 
 Currently `CMake <https://cmake.org>`_ (since 2.8.5) supports generation

diff  --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst
index c6e77cd7295c2..c7ced397c7223 100644
--- a/clang/docs/SanitizerCoverage.rst
+++ b/clang/docs/SanitizerCoverage.rst
@@ -350,6 +350,7 @@ The table is encoded in a special section named ``sancov_cfs``
 Example:
 
 .. code-block:: c++
+
   int foo (int x) {
     if (x > 0)
       bar(x);


        


More information about the cfe-commits mailing list