Skip to content

Commit bff63d9

Browse files
MaskRaypogo59
authored andcommitted
ReleaseNote: Mention SpecialCaseList change (llvm#89141)
Co-authored-by: Paul T Robinson <[email protected]>
1 parent 8e1a47e commit bff63d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,13 @@ Changes to Sanitizers
435435
---------------------
436436
* HWASan now defaults to detecting use-after-scope bugs.
437437

438+
* `SpecialCaseList <https://clang.llvm.org/docs/SanitizerSpecialCaseList.html#format>`_
439+
used by sanitizer ignore lists (e.g. ``*_ignorelist.txt`` in the Clang
440+
resource directory) now uses glob patterns instead of a variant of POSIX
441+
Extended Regular Expression (where ``*`` is translated to ``.*``) by default.
442+
Search for ``|`` to find patterns that may have different meanings now, and
443+
replace ``a|b`` with ``{a,b}``.
444+
438445
Changes to the Profile Runtime
439446
------------------------------
440447

0 commit comments

Comments
 (0)