I’m using Visual Studio 2010, and in my C++/CLI project there are two Code Analysis settings:
- Enable Code Analysis on Build
- Enable Code Analysis for C/C++ on Build
My question is about the second setting.
I’ve enabled it and it takes a long time to run and it doesn’t find much.
Do you recommend enabling this feature? Why?
Never did anything for me. In theory, it’s supposed to help catch logical errors, but I’ve never found it to report anything.