Skip to content

Commit bfd7cba

Browse files
committed
Update the doc.
Created using spr 1.3.6
1 parent 79610ab commit bfd7cba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/docs/SanitizerSpecialCaseList.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Usage with UndefinedBehaviorSanitizer
5858
ability to adjust instrumentation based on type.
5959

6060
By default, supported sanitizers will have their instrumentation disabled for
61-
entris specified within an ignorelist.
61+
entries specified within an ignorelist.
6262

6363
.. code-block:: bash
6464
@@ -77,8 +77,9 @@ For example, supplying the above ``ignorelist.txt`` to
7777
``-fsanitize-ignorelist=ignorelist.txt`` disables overflow sanitizer
7878
instrumentation for arithmetic operations containing values of type ``int``.
7979

80-
The ``=sanitize`` category is also supported. Any entries assigned to the
81-
``sanitize`` category will have their sanitizer instrumentation remain.
80+
The ``=sanitize`` category is also supported. Any ``=sanitize`` category
81+
entries enable sanitizer instrumentation, even if it was ignored by entries
82+
before.
8283

8384
With this, one may disable instrumentation for some or all types and
8485
specifically allow instrumentation for one or many types -- including types

0 commit comments

Comments
 (0)