Tools/Utilities PVS STUDIO (bug detection tool) - All Here

emailx45

Бывалый
Staff member
Moderator
PVS STUDIO (bug detection tool)

PVS-Studio is a tool for bug detection in the source code of programs, written in C, C++, and C#. It works in Windows and Linux environment.
PVS-Studio performs static code analysis and generates a report that helps a programmer find and fix bugs. PVS-Studio performs a wide range of code checks, it is also useful to search for misprints and Copy-Paste errors. Examples of such errors: V501, V517, V522, V523, V3001.

more info PVS-Studio: Static Code Analyzer for C, C++, C# and Java

Supported languages and dialects:

Visual Studio 2015 C, C++, C++/CLI, C++/CX (WinRT), C#
Visual Studio 2013 C, C++, C++/CLI, C++/CX (WinRT), C#
Visual Studio 2012 C, C++, C++/CLI, C++/CX (WinRT), C#
Visual Studio 2010 C, C++, C++/CLI, C#
MinGW C, C++
 
Top