News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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 ...