就C ++ 1x支持而言,Apple clang-703.0.29如何映射回clang版本? [英] How does Apple clang-703.0.29 map back to clang releases in terms of C++1x support?

查看:110
本文介绍了就C ++ 1x支持而言,Apple clang-703.0.29如何映射回clang版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将Xcode附带的Apple叮当声映射回官方的叮当声功能列表。

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.

有办法告诉我吗?

推荐答案

我没有非常了解您为什么需要这些信息,因为它们已经声明与C ++ 11规范完全兼容

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.


  1. 此开发人员推荐的列表建议 Apple LLVM版本7.3.0 clang 703.0.29 与<$捆绑在一起c $ c> Xcode 7.3(7D175)。

  2. 当我转到 Apple Open Source网站中clang的项目页面,很遗憾,我看不到 703.0.29 构建的目录。 至少还没有

  3. 只要他们释放它,就可以得到它。

  4. 还可以得到一个官方的<$ c $来自 http:// llvm的c> clang 的主干。 org / svn / llvm-project / cfe / trunk /

  5. 运行测试,其名称为 $ OFFICIAL_CLANG_ROOT / test / SemaCXX / cxx11 * .cpp ,超过Apple的 clang

  6. 评估

  1. This developer curated list suggests that Apple LLVM version 7.3.0 clang 703.0.29 is bundled with Xcode 7.3 (7D175).
  2. When I go to the project page for clang in Apple Open Source website, unfortunately I can't see a directory for 703.0.29 build. Not yet at least.
  3. Whenever they release it, get it.
  4. Also, get official clang's trunk from http://llvm.org/svn/llvm-project/cfe/trunk/
  5. Run tests named $OFFICIAL_CLANG_ROOT/test/SemaCXX/cxx11*.cpp over Apple's clang.
  6. Evaluate

这篇关于就C ++ 1x支持而言,Apple clang-703.0.29如何映射回clang版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆