The clang family of compilers is built on the LLVM compiler framework. It is an open source compiler supporting a BSD-like license. See http://clang.llvm.org/docs/ for additional information.
The following Clang compilers are supported: |
autoBuildDefault="true"
in the test execution flow.The xmm intrinsic headers are not supported for dynamic analysis.
Clang is used to link inside of C++test by default. If errors occur during linking that relate to missing C++ libraries, then change the linker in the Build Settings from clang
to clang++.
The clang_3_9
compiler configuration does not use the default GCC for selecting headers. As a result, problems can occur during compilation of instrumented source code during unit testing and application monitoring.
This version has been tested with GCC 6 and newer. Pairing this compiler with older versions of GCC is unsupported.
This version has been tested with GCC 6 and newer. Pairing this compiler with older versions of GCC is unsupported.