Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging with Clang

I'd like to use clang on my Xcode iPhone project. However this is the getting started guide:

http://clang.llvm.org/get_started.html

I've been working with Xcode for a year but this is far far far from being understandable to me! Can anyone explain in plain english how to install and use Clang with my existing iPhone project? I am not familiar with loading things from the console.

Thanks!

Dan

like image 936
Dan Morgan Avatar asked Dec 23 '22 12:12

Dan Morgan


1 Answers

Nikita Zhuk has wrapped Clang in a GUI and made it available at http://www.karppinen.fi/analysistool/. Very useful.

like image 62
Ben Gottlieb Avatar answered Dec 31 '22 12:12

Ben Gottlieb