>
>
PVS-Studio 3.40 Released

Andrey Karpov
Articles: 643

PVS-Studio 3.40 Released

A new version of code analyzer PVS-Studio 3.40 has been released.

The main feature of this version is "Mark As False Alarm". Due to it, it is now possible to mark those lines in the source code in which false alarm of the code analyzer happens. After such marking, the analyzer will not output any diagnostic messages for such code any more. This allows using the analyzer constantly and more conveniently in the process of software development for new code verification.

Here is the full list of improvements:

  • A new feature: "Mark as False Alarm".
  • Project Property Sheets support added, a procedure of easy-to-use Visual Studio projects setup.
  • During the verification of parallel programs, the analyzer can walk the code twice; this will allow collecting more information and carrying out more precise diagnostics of some errors.