Skip to content

Commit f5e86ef

Browse files
committed
Reword sentence about scopeddisabler
1 parent c3187f7 commit f5e86ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/RealtimeSanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 using ``__rtsan::ScopedDisabler``. All RTSan errors are ignored within the lifetime scope of the ``ScopedDisabler`` object.
237+
At compile time, RealtimeSanitizer may be disabled using ``__rtsan::ScopedDisabler``. RTSan ignores any errors originating within the ``ScopedDisabler`` instance variable scope.
238238

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

0 commit comments

Comments
 (0)