Skip to content

Commit 531b19a

Browse files
[dfsan][NFC] Fix doc format
1 parent 2ea9db0 commit 531b19a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/docs/DataFlowSanitizer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ If the flag is true, the label of ``v`` is the union of the labels of ``b``,
188188
labels of just ``v1`` and ``v2``.
189189

190190
* ``-dfsan-event-callbacks`` -- An experimental feature that inserts callbacks for
191-
certain data events. Currently callbacks are only inserted for loads, stores,
192-
memory transfers (i.e. memcpy and memmove), and comparisons. Its default value
193-
is false. If this flag is set to true, a user must provide definitions for the
194-
following callback functions:
191+
certain data events. Currently callbacks are only inserted for loads, stores,
192+
memory transfers (i.e. memcpy and memmove), and comparisons. Its default value
193+
is false. If this flag is set to true, a user must provide definitions for the
194+
following callback functions:
195195

196196
.. code-block:: c++
197197

@@ -206,7 +206,7 @@ following callback functions:
206206
origins at memory load and store operations. Its default value is 0.
207207

208208
* ``-dfsan-instrument-with-call-threshold`` -- If a function being instrumented
209-
requires more than this number of origin stores, use callbacks instead of
209+
requires more than this number of origin stores, use callbacks instead of
210210
inline checks (-1 means never use callbacks). Its default value is 3500.
211211

212212
Environment Variables

0 commit comments

Comments
 (0)