<div dir="ltr">Hi,<br><br><div><br>On Wed, Nov 11, 2015 at 10:37 PM, Jonathan Roelofs via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>> wrote:<br>><br>> I think you ought to be running scan-build on the resulting makefiles, not on configure itself (unless you intend to analyze the code that configure uses to feature-test the compiler).<br>><br><br></div><div>Well it that case, ive been doing it wrong for *years* now. <br>;)<br><br></div><div>I thought the reason for running configure through scan-build, is because configure generates the makefiles that contain CC= (and friends) that will give you gcc instead of ccc-analyzer if you dont run 'scan-build ./configure', so that you can just do :<br><br></div><div>$ scan-build -o /dir1/dir2 ./configure<br></div><div>$ scan-build make<br><br></div><div><br>Of course, I may be wrong.<br><br><br></div><div>- Maarten<br></div><div><br><br></div></div>