Siddharth Shankar Swain via llvm-dev
2019-Apr-05 11:25 UTC
[llvm-dev] scan-build on Windows
Hi all, Can anyone help in installing and running "scan-build" on Windows ? Thanks, Siddharth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190405/4e10fdaf/attachment.html>
Artem Dergachev via llvm-dev
2019-Apr-05 18:13 UTC
[llvm-dev] [cfe-dev] scan-build on Windows
Hi, I never tried it myself but i can try to help you with specific problems that you're having if you disclose them. scan-build is a Perl script, it most likely requires having Perl and a few Perl modules installed and that's it. On 4/5/19 4:25 AM, Siddharth Shankar Swain via cfe-dev wrote:> Hi all, > > Can anyone help in installing and running "scan-build" on Windows ? > > Thanks, > Siddharth > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
Hi Siddharth, alternativly you can try this <https://github.com/rizsotto/scan-build>, it's written in Python. Regards, Laszlo On Sat, Apr 6, 2019 at 5:14 AM Artem Dergachev via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Hi, > > I never tried it myself but i can try to help you with specific problems > that you're having if you disclose them. > > scan-build is a Perl script, it most likely requires having Perl and a > few Perl modules installed and that's it. > > On 4/5/19 4:25 AM, Siddharth Shankar Swain via cfe-dev wrote: > > Hi all, > > > > Can anyone help in installing and running "scan-build" on Windows ? > > > > Thanks, > > Siddharth > > > > _______________________________________________ > > cfe-dev mailing list > > cfe-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190406/8c2b174c/attachment.html>