News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Integration with Clang and Static Code Analysis

Started by dwmcqueen, May 27, 2010, 06:26:33 PM

Previous topic - Next topic

dwmcqueen

I noticed an earlier topic regarding this, but don't believe any progress has been made. 

I'd like to integrate the CLang static code analysis into CodeBlocks (http://clang-analyzer.llvm.org/) similar to how it is integrated into Xcode (http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html).  Would this require direct integration into CodeBlocks or can this be accomplished through a plugin?

killerbot

through a plug-in. The sdk allows you to get hold of the project, the targets; the files in the project and so on ...