We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb23ac6 commit 84b7086Copy full SHA for 84b7086
clang/docs/RealtimeSanitizer.rst
@@ -167,7 +167,11 @@ A **partial** list of flags RealtimeSanitizer respects:
167
* - ``halt_on_error``
168
- ``true``
169
- boolean
170
- - Exit after first reported error. If false (continue after a detected error), deduplicates error stacks so errors appear only once.
+ - 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``.
175
* - ``print_stats_on_exit``
176
- ``false``
177
0 commit comments