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.0p0 Hot Tips | CONFIDENTIAL | CodeSecure Inc |
Official Release Date: September 4, 2019
| Condition | Front end option specified |
|---|---|
| Command line option --c99 is specified. | --c99 |
| Native compiler is cl6x with version string 8003000 or later. | --c++14 |
Native compiler is armcl
with version string 18001000 or later. |
--c++14 |
Native compiler is cl2000 with version string
18001000 or later. |
--c++14 |
Native compiler is cl430
with version string 18001000 or later. |
--c++14 |
The JavaScript-based HTML5 Visualization Tool introduced in CodeSonar 5.1p0 provides a web-based GUI for examining and exploring your program's call tree.
Navigate to the HTML5 Visualization Tool by clicking Call Tree > graphical (html5) in the Info tab of the Information Window.
Note that this is the only context in which the HTML5 Visualization Tool is currently available. Further HTML5 Visualization Tool functionality will be added in future releases.
The Installation manual section provides instructions for installing CodeSonar.
| NUMBER | NAME | NOTES |
|---|---|---|
| 20578 | TI cl12000 compiler model and c99 |
The cl6x compiler model now specifies front
end option --c99 when command line option
--c99 is specified.
This fixes parse errors. |
| 21479 | Constant folding not occurring for some expressions, leading to false positives and/or false negatives | fixed |