07-16-2017 06:58 AM
Hello ..... My question is , as we use cpp check to analyze C/C++ code....is their any tool available by national instruments or by other company to analyze code written in labwindows...
Regards,
SA
07-16-2017 10:04 PM
Try Unity for static code analysis..
07-17-2017 01:12 AM
Since CVI has been using clang compiler since version 2013, I think the best option is to use Clang Static Analyzer.
Does CVI supply an out-of-the-box integration for it?
07-17-2017 02:56 AM
HI Vix, I would like to give a look to the tool you mention but the antivirus claims the page is risky due to some trojan in the downloads ![]()
Have you an alternative, more secure link?
07-17-2017 03:03 AM
Hi Roberto,
which antivirus do you use?
If it is McAfee, it's quite common to have false positive and you should submit the link to McAfee.
In a couple of days you should be able to access the page.
The page itself allows you to download a build for Mac OS X and source code for other platforms.
If NI didn't include it in CVI, I think you must rebuild it from sources and it could be a little bit frustrating.
07-17-2017 03:51 AM
It's Norton Security and I don't seem to see a link where to ask for a page review...
07-17-2017 03:53 AM
Maybe this page, with option "A4 - When browsing the web" can work.
Do you have the chance to try?
07-17-2017 11:35 AM
thankx....
07-18-2017 01:08 AM
I've just remembered that some years ago I created a product suggestion on this topic.
Feel free to give kudos if you like.
07-18-2017 02:43 AM
The PVS-Studio analyzer works (with Clang), too.