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