<div dir="ltr">hi Anton,<div>hi David,<br><div><br></div><div>i was working on to re-implement scan-build functionality in python. (the result you can find <<a href="https://github.com/rizsotto/Beye">https://github.com/rizsotto/Beye</a>>) currently i am struggling with python packaging. (but it's already works on Linux and FreeBSD.)</div><div><br></div><div>and it works as you desired. ;) it has two major parts: one which capture the compiler invocations and log those into a compilation database. and the one which run the static analyzer against the compilation database and generate the report. (in between the two you might run a program which transforms/filters command line arguments, if that desired.)</div><div><br></div></div><div>regards,<br></div><div>Laszlo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 27, 2014 at 10:41 PM, David Chisnall <span dir="ltr"><<a href="mailto:David.Chisnall@cl.cam.ac.uk" target="_blank">David.Chisnall@cl.cam.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 27 Oct 2014, at 20:30, Anton Yartsev <<a href="mailto:anton.yartsev@gmail.com">anton.yartsev@gmail.com</a>> wrote:<br>
<br>
> Any thoughts and suggestions are welcome!<br>
<br>
</span>Better documentation of the flags that scan-build is going to pass to clang would be top of my list.  I don't want to tie running the static analyser to a build step, I want my build system to generate an analyse target.<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>