diff options
author | David Mitchell <davem@iabyn.com> | 2014-12-19 20:31:00 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-12-19 21:49:55 +0000 |
commit | 2e2c882dd53d6b966a0cd3b0ef111ff9e85f2c41 (patch) | |
tree | d7809bac4bc126c385cba256fe5a64cd055a31ae /MANIFEST | |
parent | ab3ebe974fa603224393cc703dcf1d58a58db38a (diff) | |
download | perl-2e2c882dd53d6b966a0cd3b0ef111ff9e85f2c41.tar.gz |
add asan_ignore - which errors to ignore
"clang -fsanitize=undefined" produces lots of false positives.
This file allows certain functions to be excluded from checking.
Use it as:
clang -fsanitize=undefined -fsanitize-blacklist=`pwd`/asan_ignore
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ Artistic The "Artistic License" +asan_ignore Errors to skip under clang's Addresss Sanitizer AUTHORS Contact info for contributors autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod av.c Array value code |