(Build b1082) - 1 Oct 2021
GRAPHS
- API draw function fix case where some graph options were not case insensitive.
CODECHECK
- Added two more AUTOSAR checks.
DIFFVIEW
- Compare Folders keep selection when merging from the bottom panel.
- Fix macro display in Compare Entities.
FORTRAN
- Fixed bug where the short name of a submodule which is a child of another submodule was incorrect.
- Fixed bug where some subroutines with interface declarations in a module and implementation in a submodule resulted in 'unresolved' entities.
- Fixed syntax errors on use of string literal concatenation when used as a macro parameter.
- Fixed syntax error in some 'associate' statements.
STRICT C/C++
- Fix failure to record use/return/etc. references for unary increment/decrement operators used with array subscript operators (e.g. return var[i]++;)
WEB LANGUAGES
- For Javascript, added line and column numbers to control flow nodes that don't have associated text (for example, 'else', and 'end-if' nodes).