Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #Compiler

Posts: # Compiler

Oct 27 2020
Checking Clang 11 with PVS-Studio
Andrey Karpov
Every now and then, we have to write articles about how we've checked another fresh version of some compiler. That's not really much fun. However, as practice shows, if we stop doing that for...
...
Nullable Reference will not protect you, and here is the proof
Nikolay Mironov
Have you ever wanted to get rid of the problem with dereferencing null references? If so, using Nullable Reference types is not your choice. Do you want to know why? This will be our topic...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
PVS-Studio is now in Compiler Explorer!
George Gribkov
Not so long ago, a landmark event has happened: PVS-Studio appeared in Compiler Explorer! Now you can quickly and easily analyze the code for errors right on the godbolt.org site (Compiler...
...
A note of caution about using PVS-Studio on godbolt.org (Compiler Explorer)
Andrey Karpov
We have added an option allowing you to experiment with the PVS-Studio static analyzer on the godbolt.org (Compiler Explorer) website. It supports analysis of C and C++ code. We believe this to be...
...
Apr 16 2020
Checking the GCC 10 compiler with PVS-Studio
Andrey Karpov
The GCC compiler is written with copious use of macros. Another check of the GCC code using PVS-Studio once again confirms the opinion of our team that macros are evil in the flesh. Not only does...
...
Dec 02 2019
Checking the Ark Compiler recently made open-source by Huawei
Sviatoslav Razmyslov
During the summer of 2019, Huawei gave a series of presentations announcing the Ark Compiler technology. The company claims that this open-source project will help developers make the Android...
...
Jun 04 2019
Support of Visual Studio 2019 in PVS-Studio
Sergey Vasiliev
Support of Visual Studio 2019 in PVS-Studio affected a number of components: the plugin itself, the command-line analyzer, the cores of the C++ and C# analyzers, and a few utilities. In this...
...
Apr 29 2019
Finding Bugs in LLVM 8 with PVS-Studio
Andrey Karpov
It's been two years since we last checked the code of the LLVM project with PVS-Studio, so let's see if PVS-Studio is still the leader among tools for detecting bugs and security weaknesses. We'll...
...
Apr 03 2019
Checking the Roslyn Source Code
Sergey Khrenov
Once in a while we go back to the projects that we have previously checked using PVS-Studio, which results in their descriptions in various articles. Two reasons make these comebacks exciting for...
...
Mar 27 2019
How the CSS markup fragment broke the C++ compiler
Sviatoslav Razmyslov
Static analysis methodology involves various technologies. One of them is preprocessing files right before analyzing them. Preprocessed files are created by the compiler that runs in a...
...
View more Pagination arrow previous
Showing: - of 34