Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
encukou and hugovk authored Aug 22, 2024
1 parent b5fe622 commit 8fdfbe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development-tools/clang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Pre-built Clang builds are available for most platforms:
- On Windows, the installer for Visual Studio (not Code)
includes the "C++ clang tools for windows" feature.

You can also build `clang` from source; refer to
You can also build ``clang`` from source; refer to
`the clang documentation <https://clang.llvm.org/>`_ for details.

The installer does not install all the components needed on occasion. For
example, you might want to run a ``scan-build`` or examine the results with
``scan-view``. If this is your case, you can build Clang from source and
copy tools from ``tools/clang/tools`` to a directory on your PATH.
copy tools from ``tools/clang/tools`` to a directory on your ``PATH``.


Python build setup
Expand Down Expand Up @@ -132,7 +132,7 @@ Or: ::
export CC="clang -fsanitize=undefined"
export CXX="clang++ -fsanitize=undefined -fno-sanitize=vptr"

Its OK to specify both sanitizers.
It's OK to specify both sanitizers.

After this, run ``./configure``, ``make`` and ``make test`` as usual.

Expand Down

0 comments on commit 8fdfbe3

Please sign in to comment.