Our website uses cookies to enhance your browsing experience.
Accept
to the top
close form

Fill out the form in 2 simple steps below:

Your contact information:

Step 1
Congratulations! This is your promo code!

Desired license type:

Step 2
Team license
Enterprise license
** By clicking this button you agree to our Privacy Policy statement
close form
Request our prices
New License
License Renewal
--Select currency--
USD
EUR
* By clicking this button you agree to our Privacy Policy statement

close form
Free PVS‑Studio license for Microsoft MVP specialists
* By clicking this button you agree to our Privacy Policy statement

close form
To get the licence for your open-source project, please fill out this form
* By clicking this button you agree to our Privacy Policy statement

close form
I am interested to try it on the platforms:
* By clicking this button you agree to our Privacy Policy statement

close form
check circle
Message submitted.

Your message has been sent. We will email you at


If you haven't received our response, please do the following:
check your Spam/Junk folder and click the "Not Spam" button for our message.
This way, you won't miss messages from our team in the future.

>
What's new in 7.30
What's new in PVS‑Studio 7.30
whatsnew image

User annotations for PVS-Studio C++ analyzer

The PVS-Studio C++ analyzer now provides a mechanism for user annotations. It's a way of marking up types and functions in JSON format in order to provide the analyzer with additional information. Due to this information, the analyzer can find more errors in code. The annotations are specified in a special JSON format file. Among other things, user annotations enable you to mark a function as unsafe to use, define its own type as nullable, etc. You can learn more about the mode in the documentation.

whatsnew image

Unreal Engine integration enhancements

We significantly enhanced the PVS-Studio integration with Unreal Engine. The enhancements are available starting with UE version 5.4.

  • An implementation of multi-file navigation through warnings included in the analyzer report.
  • A fix for an error that causes the analysis to fail in Unreal Engine 5.3 when analyzing via the -StaticAnalyzer=PVSStudio compilation flag.
  • A support for disabling the standard warning output of the Unreal Build Tool to the console when running the analysis. It can significantly reduce the analyzer report post-processing time in projects with a large number of warnings.
  • An analysis of auto-generated files (.gen.cpp) is now disabled by default. You can use a special setting to enable it again.
  • A setting to run the analyzer only on project source files (skipping the Unreal Engine core module) is available. This enables you to significantly speed up the analysis process.
Subscribe to the new release newsletter
Every two months we release a new PVS-Studio version and send out a newsletter. Want to know everything about the new features?
Subscribe!
* By clicking this button you agree to our Privacy Policy statement
whatsnew image

Extension of individual file analysis mode

The system of analyzing individual files by using the --sourceFiles flag and re-generating the project dependency cache was extended. Now this mode is more robust to scenarios where the dependency cache is in a state that does not match the project structure. It can happen, for example, if multiple branches are used in a version control system. Moreover, we added the option to run the analysis with a full cache update: this enables you to analyze a project with a fully correct cache of dependencies in case there is no way to keep it up to date.

whatsnew image

Support for RISC-V platform

Now the C++ analyzer supports the GNU RISC-V GCC Toolchain for the RISC-V platform.

Learn more about updates in the release history
Looking for earlier updates? Watch this video
This video presents new features we added to PVS-Studio over the past 3 years. If you've just joined us or missed our new feature announcements - this video will help you stay up to date. It's only five minutes of your time!