Skip to content

Commit 342c8db

Browse files
authored
[rtsan] NFC: Docs update adding links to Disabling, adding a few ` marks (#119075)
1 parent 69227a1 commit 342c8db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/docs/RealtimeSanitizer.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ A **partial** list of flags RealtimeSanitizer respects:
187187
* - ``abort_on_error``
188188
- OS dependent
189189
- boolean
190-
- If true, the tool calls abort() instead of _exit() after printing the error report. On some OSes (OSX, for exmple) this is beneficial because a better stack trace is emitted on crash.
190+
- If true, the tool calls ``abort()`` instead of ``_exit()`` after printing the error report. On some OSes (MacOS, for exmple) this is beneficial because a better stack trace is emitted on crash.
191191
* - ``symbolize``
192192
- ``true``
193193
- boolean
194194
- If set, use the symbolizer to turn virtual addresses to file/line locations. If false, can greatly speed up the error reporting.
195195
* - ``suppressions``
196-
- ""
196+
- ``""``
197197
- path
198-
- If set to a valid suppressions file, will suppress issue reporting. See details in "Disabling", below.
198+
- If set to a valid suppressions file, will suppress issue reporting. See details in `Disabling and Suppressing`_.
199199

200200

201201
Some issues with flags can be debugged using the ``verbosity=$NUM`` flag:
@@ -244,6 +244,7 @@ To register a callback which will be invoked before a RTSan kills the process:
244244
...
245245
}
246246
247+
.. _disabling-and-suppressing:
247248

248249
Disabling and suppressing
249250
-------------------------

0 commit comments

Comments
 (0)