Detecting clang or llvm in Xcode 4.2

Use either __clang__ or __llvm__ defines.

More information can be found at stackoverflow

Leave a Reply