CodeSonar Release 5.1, patchlevel 1: Release Notes



Official Release Date: September 4, 2019

Changes

Note on the HTML5 Visualization Tool

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.

Notes on Upgrading

Notes on Installing

The Installation manual section provides instructions for installing CodeSonar.

Customer Tickets Fixed

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