summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-12-19 20:31:00 +0000
committerDavid Mitchell <davem@iabyn.com>2014-12-19 21:49:55 +0000
commit2e2c882dd53d6b966a0cd3b0ef111ff9e85f2c41 (patch)
treed7809bac4bc126c385cba256fe5a64cd055a31ae /MANIFEST
parentab3ebe974fa603224393cc703dcf1d58a58db38a (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 844b7ae2b2..b3f0f2d644 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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