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.
This commit is contained in:
Aaron Ballman 2022-09-16 07:19:30 -04:00
parent 23ace26e0d
commit c7c0ce7d9e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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);