Re: [cfe-users] [analyzer] clang analyzer flag vs scan build

2017-07-31 Thread Anna Zaks via cfe-users
I would recommend looking at the build script to see if there are any errors and if the source files where you expect errors to occur are being analyzed. (If it’s a makefile project, do not forget to run scan-build configure.) Cheers, Anna > On Jul 27, 2017, at 12:33 PM, Cyndy Ishida via cfe-use

[cfe-users] [analyzer] clang analyzer flag vs scan build

2017-07-31 Thread Cyndy Ishida via cfe-users
Hi, I was trying to integrate the static analysis tools into a few of my projects. I started using scan-build, and couldn't get it working on larger projects, even after exporting CXX & CC variables. It just always reported 'no bugs found'. Using clang++ --analyze, I was able to see warning mess