Skip to content

Commit

Permalink
ReleaseNote: Mention SpecialCaseList change
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Apr 17, 2024
1 parent e6c3289 commit a562fa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@ Changes to Sanitizers
---------------------
* HWASan now defaults to detecting use-after-scope bugs.

* ``SpecialCaseList`` used by sanitizer ignore lists (e.g. ``*_ignorelist.txt``
in the Clang resource directory) now uses glob patterns instead of a variant
of POSIX Extended Regular Expression (where ``*`` is translated to ``.*``) by
default. Search for ``|`` to find patterns that may have different meanings
now.

Changes to the Profile Runtime
------------------------------

Expand Down

0 comments on commit a562fa5

Please sign in to comment.