(Build b1088) - 14 Nov 2021

ENTITY FILTER

  • Fix regression in showing the context menu for entities in the entity filter.


IMPORT PROJECT

  • Fix long option parsing issue in compile_commands.json import
  • Accept --include_path, --define and --preinclude flags as synonyms for -I, -D and -include respectively in compile_command.json import


CODECHECK

  • Added 11 AUTOSAR checks.


STRICT C/C++ PARSER

  • Fix invalid resolve for types in anonymous namespaces 

 

PYTHON PARSER

  • Fixed problems with class pattern attribute name matching in Python 3.10 match statements.
  • Fixed incorrect control flow graph and complexity metrics for match statements without default cases. 
  • Fixed syntax error on some uses of '/' in lambda argument lists.
  • Fixed invalid syntax error on some match statements.