Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode が使用する clang のバージョンを特定するにはどうすればよいですか?
Xcode では 1.5 ですが、公式の llvm-clang は 2.7 です。彼らは同じですか?
clang -v を使用して調べることができます。