Activate INSTRUMENT_DOWNLOADS under clang analyzer as well as coverity

Patch from teor; ticket 13177.
This commit is contained in:
Nick Mathewson 2014-09-18 10:23:14 -04:00
parent 3f9fac7ee4
commit bb175dac96

View File

@ -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