Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

How I Improved My Legacy C++ Project with PVS-Studio

$
0
0

PVS-Studio

Since a few months, I’ve been refactoring my old C++/OpenGL project. Thus far, I used compilers (MSVC and Clang), my knowledge or free tools. At some point, I also got a chance to leverage a solid static analysis tool - PVS-Studio. The tool helped me with identifying 8 critical issues not to mention good code style and performance enhancements (in total 137 warnings)

Read on to see my report.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles