With Xcode 4.4 and earlier versions, each SDK used to have either a copy or a symlink to a Clang compiler available at
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/
SDKs/iPhoneOS${IPHONE_SDKVERSION}.sdk/usr/bin/clang++
With Xcode 4.5.2, there is no Clang compiler at the path above. However, I found it at
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
b) Why does it not depend on the SDK version anymore ?