Using Clang's Static Analyzer To Find Bugs In Your Code

Written by Michael Larabel in LLVM on 18 April 2014 at 07:50 PM EDT. 1 Comment
LLVM
Besides shorter compile times and other benefits, one of the other commonly talked about advantages of using LLVM's Clang C/C++ compiler is its arguably excellent static analyzer tool.

Static code analysis can find bugs and catch other gotchas within code-bases, including some issues that might not be easily detected by the programmer. Clang supports static analysis within C, Objective-C, and C++ code-bases. For those new programmers or just not familiar with Clang's abilities, you can learn more about the Clang static analyzer via the LLVM sub-project web-site.

Should you be new to Clang and want to check it out, KDE developer Ivan Čukić has written a brief yet effective blog post going over the Clang static analyzer. For test purposes he analyzed the KActivities code-base. Read Ivan's blog post for some of the basics of using the Clang static analyzer.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week