Reputation: 14925
I want to map Apple's clang which is shipped with Xcode back to the official clang feature list.
But I couldn't link the two. The version is obscured.
Is there a way to tell?
Upvotes: 6
Views: 942
Reputation: 1302
I didn't quite understand why would you need such information, since they already claim full compatibility with C++11 spec.
Anyway, here's my take on it.
Please note that following steps will not reveal a clear answer but currently I can't think of a better approach to this.
Apple LLVM version 7.3.0 clang 703.0.29
is bundled with Xcode 7.3 (7D175)
.703.0.29
build. Not yet at least.clang
's trunk from http://llvm.org/svn/llvm-project/cfe/trunk/$OFFICIAL_CLANG_ROOT/test/SemaCXX/cxx11*.cpp
over Apple's clang
.Upvotes: 3