Skip to content

Commit c750847

Browse files
committed
[libcxx][docs][dfsan] Fix rst rendering related typos
* Fix the code block disappearance problem by adding a new line * Fix the typo where I forgot a space Reviewed By: ldionne Differential Revision: https://reviews.llvm.org/D78953
1 parent f30416f commit c750847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/docs/DataFlowSanitizer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ How to build libc++ with DFSan
2424
==============================
2525

2626
DFSan requires either all of your code to be instrumented or for uninstrumented
27-
functions to be listed as``uninstrumented`` in the `ABI list`_.
27+
functions to be listed as ``uninstrumented`` in the `ABI list`_.
2828

2929
If you'd like to have instrumented libc++ functions, then you need to build it
3030
with DFSan instrumentation from source. Here is an example of how to build
3131
libc++ and the libc++ ABI with data flow sanitizer instrumentation.
3232

3333
.. code-block:: console
34+
3435
cd libcxx-build
3536
3637
# An example using ninja

0 commit comments

Comments
 (0)