What preprocessor symbols does Coverity define for a build using 'cov-build'?
问题 We use Coverity's Scan Build service for free and open source projects. I am working through two Coverity findings on tainted parameters ( TAINTED_SCALAR ). The taint is a false positive, so I am trying to instrument the code with Coverity's __coverity_tainted_data_sanitize__ to clear the issue. I want to guard the code that needs to use __coverity_tainted_data_sanitize__ because the function is only used with analysis builds using Coverity's cov-build tool. That is, I want to do something