[cfe-dev] Clang static analysis under VisualStudio2012

Reid Kleckner rnk at google.com
Tue Sep 2 14:46:02 PDT 2014


I added --analyze to clang-cl in r216964, but it just generates .plist
files. It doesn't do anything clever or integrate-y.


On Tue, Sep 2, 2014 at 8:53 AM, Jordan Rose <jordan_rose at apple.com> wrote:

> -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.
>
> 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.
>
> Jordan
>
>
> On Aug 29, 2014, at 6:37 , bataliero1234 <a1463431 at trbvm.com> wrote:
>
> > Visual runs clang-cl.exe. Is it possible to force clang-cl to invoke
> > --analyze argument in clang.exe. ?
> >
> >> clang.exe --analyze main.c
> > Works correctly. But when I modify main.c and include "windows.h" I get
> >> "main.c:2:10: fatal error: 'windows.h' file not found"
> >
> >
> > I have tried "-Xclang <arg>         Pass <arg> to the clang compiler"
> >> CL.exe -Xclang --analyze main.c
> >> error: unknown argument: '--analyze'
> >
> > but it doesn't help.
> >
> >
> >
> > --
> > View this message in context:
> http://clang-developers.42468.n3.nabble.com/Clang-static-analysis-under-VisualStudio2012-tp4041403p4041456.html
> > Sent from the Clang Developers mailing list archive at Nabble.com.
> > _______________________________________________
> > cfe-dev mailing list
> > cfe-dev at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140902/e116db8f/attachment.html>


More information about the cfe-dev mailing list