From: Nick Mathewson Date: Thu, 18 Sep 2014 14:23:14 +0000 (-0400) Subject: Activate INSTRUMENT_DOWNLOADS under clang analyzer as well as coverity X-Git-Tag: tor-0.2.6.1-alpha~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb175dac9641f5678875904bb289a1c03054f22c;p=thirdparty%2Ftor.git Activate INSTRUMENT_DOWNLOADS under clang analyzer as well as coverity Patch from teor; ticket 13177. --- diff --git a/src/or/or.h b/src/or/or.h index 06d4e3c926..4d612ff65f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -14,7 +14,7 @@ #include "orconfig.h" -#ifdef __COVERITY__ +#if defined(__clang_analyzer__) || defined(__COVERITY__) /* If we're building for a static analysis, turn on all the off-by-default * features. */ #ifndef INSTRUMENT_DOWNLOADS