Get Apple clang version and corresponding upstream LLVM version

前端 未结 9 2142
梦如初夏
梦如初夏 2020-12-05 06:25

I want to understand which version of clang Apple installed in my macbook, to see with c++11 and/or c++14 features are available. I typed this command:

clang         


        
9条回答
  •  北海茫月
    2020-12-05 06:44

    If you installed clion, in it's preference-toolchains, you might see 'debugger' as bundled LLDB 7.0.1.

    I believe this is the current Apple clang version. (eg.Apple LLVM version 10.0.1)

提交回复
热议问题