Skip to content

Commit b6e37a6

Browse files
committed
[PR] fmayer - few tweaks
1 parent 37a1728 commit b6e37a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/RealtimeSanitizer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ In general, ``ScopedDisabler`` should be preferred, as it is the most performant
218218
- Compile-time
219219
- Stack
220220
- Very low
221-
- Suppresses all sanitizer error reports in the current scope and all invoked functions.
221+
- Suppresses all RTSan error reports in the current scope and all invoked functions.
222222
* - ``function-name-matches`` suppression
223223
- Run-time
224224
- Single function
@@ -234,7 +234,7 @@ In general, ``ScopedDisabler`` should be preferred, as it is the most performant
234234
``ScopedDisabler``
235235
##################
236236

237-
At compile time, RealtimeSanitizer may be disabled for a scope using ``__rtsan::ScopedDisabler``. Within the scope where the ``ScopedDisabler`` object is instantiated, all sanitizer error reports are suppressed. This suppression applies to the current scope as well as all invoked functions, including any functions called transitively.
237+
At compile time, RealtimeSanitizer may be disabled for a scope using ``__rtsan::ScopedDisabler``. Within the scope where the ``ScopedDisabler`` object is instantiated, all RTSan error reports are suppressed for that thread. This suppression applies to the current scope as well as all invoked functions, including any functions called transitively.
238238

239239
.. code-block:: c++
240240

0 commit comments

Comments
 (0)