Check out our 7.0 release announcement here!


CodeCheck

  • Remove the Auto Load results option, always auto load.

Graphs

  • Make graph legends user resizable.
  • Update built-in Variable Tracker graph with C# reference kinds

Project

  • Fix support for projects on Windows mapped or network drives

Reports

  • Restore interactive reports on project open.

Settings

  • Updated file rescan to update file filter based on the language selected. If override filters are not in the currently selected languages then omit them but keep any filters that are not language specific (i.e. text files).

Language - C#

  • Fixed warning message on use of 'Enum' for a generic type parameter constraint. 
  • Fixed missing type message on references to some generic formal parameters inside anonymous methods.

Language - C++ (Strict)

  • Create empty file entities for files not analyzed because of the option to not analyze headers in isolation
  • Pass worker process arguments through pipe to work around command line length limitations on Windows