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 来查找。