Re: C++ compiler isn't being used
Re: C++ compiler isn't being used
- Subject: Re: C++ compiler isn't being used
- From: Jocelyn Houle <email@hidden>
- Date: Wed, 24 Aug 2011 21:18:55 -0400
> I'd also discourage you from switching to C++ for this alone, it's much slower and less supported. ex: refactoring, the static analyzer, etc. don't support C++.
FYI: more recent CLang/LLVM versions started adding support for C++ static analysis. I tried it last spring with Xcode 3:
http://clang-analyzer.llvm.org/release_notes.html
and I believe Xcode 4's Clang version supports it by default.
It's probably not as mature as its C analyzer, but it does work, and will hopefully improve over time.
Don't know about the status of refactoring, as I've turned off indexing... _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden