Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: dwmcqueen on May 27, 2010, 06:26:33 pm
-
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?
-
through a plug-in. The sdk allows you to get hold of the project, the targets; the files in the project and so on ...