(Build b1085) - 22 Oct 2021


  CODECHECK

  • Added seven AUTOSAR checks.


  REPORTS

  • Fix 'Unused Program Units' report for strict c to include unused operators and unused overloaded functions.


  C/C++ PARSER

  • Fix crash when fuzzy parser attempts to modify a sample project.



  FORTRAN PARSER

  • Add support for comment collection in Fortran source files.


  PYTHON PARSER

  • Fixed bug where methods with setter, getter, and deleter decorators were listed as possible declarations for ambiguous references to the same named property. 
  • Fixed bug where methods decorated with staticmethod were not identified as static in the entity kind.
  • Add support for comment collection in Python source files.