Skip to content

Commit c7c0ce7

Browse files
committed
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.
1 parent 23ace26 commit c7c0ce7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clang/docs/JSONCompilationDatabase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Supported Systems
3030
=================
3131

3232
Clang has the ability to generate compilation database fragments via
33-
the :option:`-MJ argument <clang -MJ\<arg>>`. You can concatenate those
33+
``-MJ argument <clang -MJ\<arg>>``. You can concatenate those
3434
fragments together between ``[`` and ``]`` to create a compilation database.
3535

3636
Currently `CMake <https://cmake.org>`_ (since 2.8.5) supports generation

clang/docs/SanitizerCoverage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ The table is encoded in a special section named ``sancov_cfs``
350350
Example:
351351

352352
.. code-block:: c++
353+
353354
int foo (int x) {
354355
if (x > 0)
355356
bar(x);

0 commit comments

Comments
 (0)