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 e6c3289 commit a562fa5Copy full SHA for a562fa5
llvm/docs/ReleaseNotes.rst
@@ -435,6 +435,12 @@ Changes to Sanitizers
435
---------------------
436
* HWASan now defaults to detecting use-after-scope bugs.
437
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
+
444
Changes to the Profile Runtime
445
------------------------------
446
0 commit comments