This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我对 TI Arm Clang 编译器有疑问。 我一直在阅读最新版本的发行说明、寻找支持哪些 clang 版本的参考。 不过、我在任何地方都看不到这种情况。
TI Arm Clang 编译器工具- 2.1.2.LTS 发行说明
https://software-dl.ti.com/codegen/esd/cgt_public_sw/ARM_LLVM/2.1.2.LTS/README.html#device-support
如果您转到 https://clang.llvm.org/cxx_status.html、 它会列出不同 clang 版本支持的各种功能。
TI Arm Clang 编译器 v2.x 支持 C++ 14、请参阅 https://software-dl.ti.com/codegen/docs/tiarmclang/rel2_1_0_LTS/compiler_manual/using_compiler/compiler_options/language_options.html
感谢您的回复。 因此、是否部分支持任何更现代的功能。 例如、只有 clang 5 (https://clang.llvm.org/cxx_status.html)支持完整的 c++17。 但是、早在3.9时就支持了许多功能。 TI Arm Clang 编译器 v2.x 中是否提供了任何此功能?
不是、TI Arm Clang 2.x 中不存在对 C++17的部分支持 我们计划在 TI Arm Clang v3.x (2023年中)中支持 C++17。