Tomas Carnecky wrote:
> During the past two days I played with the clang static analyzer. Clang is a 
> C/C++ compiler based on LLVM. The clang static analyzer makes use of clang 
> and the LLVM infrastructure to perform static analysis on C source code. I 
> wrote a blog post [1] about my experience with it so far.
> 
> I tested the static analyzer on a few opensource projects, one of which was 
> the xorg xserver. The results (333 potential bugs) are available on my web 
> server [2]. I skimmed only quickly over the results and they need careful 
> review to find out which ones are actual bugs. Some of the issues are very 
> easy to review (dead assignments, dead increments), others not so much.
> 
> I could run the analyzer on other parts of the xorg stack (mesa, drivers, 
> libraries) if there is interest.

I'd be interested in the results for Mesa.

-Brian

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to