[cfe-dev] [analyzer] -analyzer-output=text in scan-build

Anna Zaks via cfe-dev cfe-dev at lists.llvm.org
Sun Oct 4 22:42:23 PDT 2015


There is no scan-build option that supports it right now. However, it would be trivial to add. $Options{OutputFormat} variable is used to set the value of "-analyzer-output".

Anna.
> On Oct 2, 2015, at 1:49 PM, Alexander Droste via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> 
> Hi,
> 
> it is possible, to somehow pass the -analyzer-output=text flag
> to scan-build, in order to activate tracing diagnostics
> for the command line output? This would be handy, as the scan-build
> script eases the static analyzer use for nontrivial build setups
> and -analyzer-output=text provides information about traced paths
> of implementations defined in headers which are not presented in the
> html output.
> 
> -Alex
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list