JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.
If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.
If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.
| CodeSonar® 9.2p0 | CONFIDENTIAL | CodeSecure Inc |
CodeSonar provides two compiler models for the QNX C/C++ compiler: qcc and qpp.
The following file extensions are supported:
| Compiler model | Modeled native compiler | Source file extensions |
|---|---|---|
| qcc | QNX SDP C/C++ compiler (C interface) | C: .c, .C, .i C++: .cc, .cpp, .cxx, .c++, .ii |
| qpp | QNX SDP C/C++ compiler (C++ interface) | C: .c, .C, .i C++: .cc, .cpp, .cxx, .c++, .ii |
| Platform Availability | The qcc and qpp compiler models are available for all platforms. | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Default Recognition/Handling | By default, compilations
are recognized and handled as follows.
|
||||||||||||
| Specifying Additional Mappings | If your compiler executable has a different name, specify a corresponding COMPILER_MODELS rule to map your executable name to the qcc or qpp model. |
For full details of all native compilers recognized by CodeSonar by default, see section Compilers Recognized by CodeSonar.
| Model-Specific ABI Key Format | The qcc and qpp and compiler models are transitively based on the gcc model, so you can associate an ABI key in the gcc-model-specific format with any compilation handled by these models. The key structure and interpretation are described in GNU Compiler Models: Model-Specific ABI Key Format. |
|---|---|
| Compilation Mode |
The modeled compilation mode depends on the modeled build
command.
|
| C and C++ Standards | The applicable C or C++ standard for the modeled compilation is determined exactly as it is for the clang model, described in Clang Compiler Models: C and C++ standards. |
| No CodeSonar Build |
If any of the following are specified, CodeSonar will
ignore the compilation and will not generate any corresponding
internal representation. If a CodeSonar project is
based only on ignored compilations, it will have no contents
and so will not be finalized.
|
| Predefined Macros, Include Paths | The predefined macros and include paths are obtained by invoking the native compiler in the modeled compilation mode. |
To report problems with this documentation, please visit https://support.codesecure.com/.