PDA

View Full Version : Are there any nice IDEs for Clang?



Jekshadow
May 4th, 2010, 05:19 AM
I have never been an Apple fan, but when I came upon this (http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html), I was amazed. Is there any comparable IDE for Ubuntu (or GNU/Linux in general) that has a nice GUI for Clang's static analysis?

talent03
May 4th, 2010, 05:55 AM
I don't know about gui, but you can download clang and compile it http://clang-analyzer.llvm.org/scan-build.html

It can output html to provide a nice view of the analysis from the look of the page. From what I know its mostly a project dedicated for obj-c and primarily used for OS X. I personally haven't used it, but now that you bring it up; I may have to try this out.

Jekshadow
May 4th, 2010, 06:02 AM
I don't know about gui, but you can download clang and compile it http://clang-analyzer.llvm.org/scan-build.html

It can output html to provide a nice view of the analysis from the look of the page. From what I know its mostly a project dedicated for obj-c and primarily used for OS X. I personally haven't used it, but now that you bring it up; I may have to try this out.

I already have it installed, I am just looking for a nice IDE.

(To install Clang in Lucid, click here (apt:clang) or install the "clang" package)

mamboze
August 10th, 2010, 03:02 AM
any luck?