From 2e2c882dd53d6b966a0cd3b0ef111ff9e85f2c41 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 19 Dec 2014 20:31:00 +0000 Subject: 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 --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') 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 -- cgit v1.2.1