(Build b1095) - 28 Jan 2022
CODECHECK
- Add 3 Autosar Rules to CodeCheck.
- Add 1 new CPP CodeCheck.
EDITOR
- Restore editor scroll bar unsplit icons.
GRAPHS
- For architecture cluster graphs, other than the dependency graph, change "Show Edges Between Children Default" to default to true because having it false cuts off trees at internal edges.
- Fix bug in cluster graphs where, given an edge A->B inside of a collapsed cluster, edges out of B were not shown.
C/C++ LANGUAGE STRICT PARSER
- Change the kind of destructor calls referenced from delete statements to 'implicit'.
- Avoid creating virtual call references to qualified and trivially non-virtual calls.
- Change the kind of constructor calls referenced from new statements without parentheses to remove the 'implicit' qualifier.
- Fix inability to change the setting for 'Save comments associated with entities' in c++ strict parse mode.
WEB & JAVASCRIPT LANGUAGE
- Fixed invalid syntax error on some dynamic import expressions.
ADA LANGUAGE
- Treat Ada packages in cluster call/calledby trees as expandable.