Skip to content

Commit a562fa5

Browse files
committed
ReleaseNote: Mention SpecialCaseList change
1 parent e6c3289 commit a562fa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.rst

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

438+
* ``SpecialCaseList`` used by sanitizer ignore lists (e.g. ``*_ignorelist.txt``
439+
in the Clang resource directory) now uses glob patterns instead of a variant
440+
of POSIX Extended Regular Expression (where ``*`` is translated to ``.*``) by
441+
default. Search for ``|`` to find patterns that may have different meanings
442+
now.
443+
438444
Changes to the Profile Runtime
439445
------------------------------
440446

0 commit comments

Comments
 (0)