Skip to content

Commit 84b7086

Browse files
authored
[rtsan] NFC: Update docs with suppress_equal_stacks (llvm#117187)
1 parent bb23ac6 commit 84b7086

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

clang/docs/RealtimeSanitizer.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ A **partial** list of flags RealtimeSanitizer respects:
167167
* - ``halt_on_error``
168168
- ``true``
169169
- boolean
170-
- Exit after first reported error. If false (continue after a detected error), deduplicates error stacks so errors appear only once.
170+
- Exit after first reported error.
171+
* - ``suppress_equal_stacks``
172+
- ``true``
173+
- boolean
174+
- If true, suppress duplicate reports (i.e. only print each unique error once). Only particularly useful when ``halt_on_error=false``.
171175
* - ``print_stats_on_exit``
172176
- ``false``
173177
- boolean

0 commit comments

Comments
 (0)