(Build b1083) - 8 Oct 2021
GRAPHS
- Fix dot export of the control flow graph from the api truncating text after less than signs.
- Add a control flow graph interface to the Perl & Python API's.
CODECHECK
- Added six more AUTOSAR checks.
ADA
- Fixed bug where the control flow graph was incorrect when a 'goto' target was a label on a loop statement.
PYTHON
- Added 'typed' relations and type text for type hints.
WEB LANGUAGES
- For Web/Typescript, fixed syntax error on some arrow functions where the return type has generic parameters.
- For Web/Typescript, fixed syntax error on use of 'get' and 'set' as class property names.
- For Web/Typescript, fixed syntax error on tagged function calls where the called function has generic parameters.
Heidi