Advanced Static Analysis for C/C++

In this white paper:

Static analysis tools for finding programming problems have been around for decades. The early generation tools are nowadays considered quite primitive.

These tools have more recently been superseded by advanced tools such as CodeSonar.

But how are they different? This paper compares the quality of results, the kinds of defects that primitive tools can't find, the user interfaces, and several other key differences.


For more GrammaTech white papers, click here.

Previous Article
VDC Research Highlights Cybersecurity Concerns in Industry 4.0
VDC Research Highlights Cybersecurity Concerns in Industry 4.0

Security concerns should guide decisions from the earliest stages through the full software development lif...

Next Article
Enhancing Code Reviews with Static Analysis
Enhancing Code Reviews with Static Analysis

INTRODUCTION: Code reviews (or inspections) are an effective way to reduce defects in software...