Author Topic: Integration with Clang and Static Code Analysis  (Read 3268 times)

Offline dwmcqueen

  • Multiple posting newcomer
  • *
  • Posts: 56
Integration with Clang and Static Code Analysis
« 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?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Integration with Clang and Static Code Analysis
« Reply #1 on: May 27, 2010, 06:56:35 pm »
through a plug-in. The sdk allows you to get hold of the project, the targets; the files in the project and so on ...