Skip to content

v6.19.1

Compare
Choose a tag to compare
@csordasmarton csordasmarton released this 18 Mar 16:09

🐛 Analyze fixes

  • Disappearing --stats flag (#3630, #3633)
    CodeChecker analyze command has --stats flag if there is at least one checker contating statisticsbased in its name. We are using the checker listing function to determine the list of checkers but by default it excludes modeling checkers. This default behavior should be overridden when checking if underlying Clang supports statistics based checkers.
  • Add -sdkroot option to COMPILE_FLAGS structure (#3631)
    A special downstream compiler duplicated the --sysroot option, and CodeChecker is not aware of the option chosen by this downstream
    compiler. Adding these entries enables CodeChecker to not drop or strip the arguments to this option when interpreted and driven from a
    compile_commands.json file.

🔨 Other fixes

  • Add pyyaml dependency to the web part to fix docker container (#3626)
  • Fix snap package build (#3624)

For more information check the milestone.