<div dir="ltr">I added --analyze to clang-cl in r216964, but it just generates .plist files. It doesn't do anything clever or integrate-y.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 8:53 AM, Jordan Rose <span dir="ltr"><<a href="mailto:jordan_rose@apple.com" target="_blank">jordan_rose@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-Xclang is for internal options. I don't have a Windows machine, but I would actually assume that "clang-cl.exe --analyze main.c" still works.<br>

<br>
Also CCing Anton, who's done some of the work making sure the analyzer runs on Windows. I'm not sure if he's tried any VS integration, though.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jordan<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Aug 29, 2014, at 6:37 , bataliero1234 <<a href="mailto:a1463431@trbvm.com">a1463431@trbvm.com</a>> wrote:<br>
<br>
> Visual runs clang-cl.exe. Is it possible to force clang-cl to invoke<br>
> --analyze argument in clang.exe. ?<br>
><br>
>> clang.exe --analyze main.c<br>
> Works correctly. But when I modify main.c and include "windows.h" I get<br>
>> "main.c:2:10: fatal error: 'windows.h' file not found"<br>
><br>
><br>
> I have tried "-Xclang <arg>         Pass <arg> to the clang compiler"<br>
>> CL.exe -Xclang --analyze main.c<br>
>> error: unknown argument: '--analyze'<br>
><br>
> but it doesn't help.<br>
><br>
><br>
><br>
> --<br>
> View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/Clang-static-analysis-under-VisualStudio2012-tp4041403p4041456.html" target="_blank">http://clang-developers.42468.n3.nabble.com/Clang-static-analysis-under-VisualStudio2012-tp4041403p4041456.html</a><br>

> Sent from the Clang Developers mailing list archive at Nabble.com.<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>
<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>