PVS-StudioTrialPVS-Studio is a static code analyzer that scans C, C++ and C++11 code and pinpoints bugs and code with suspicious behavior. The PVS-Studio tool integrates into the Visual C++ and C++Builder.
(10)
Review
Visual Studio
2012, 2010, 2008, 2005
Description
Reviews (10)
Q and A
Sign in to Write a Review
Sort By:
This is a giant leap in how static code analysis should be done. Much better than a warning for every "while(true)" loop. Excellent tool for analysis of MFC C++ code in Visual Studio without the complexities of setting up something like PC-Lint to handle MFC with all its quirks. Cool set of error detection rules (detected several real errors in my project), although easily eats few gigs of memory |