cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Updated CI to Clang 19

Open firewave opened this issue 1 year ago • 1 comments

firewave avatar Feb 04 '24 23:02 firewave

I filed https://github.com/llvm/llvm-project/issues/83732 about the modernize-use-designated-initializers false positives.

firewave avatar Mar 03 '24 17:03 firewave

This needs tickets filed about the performance-unnecessary-copy-initialization case which are not detected by us.

firewave avatar Jul 11 '24 09:07 firewave

CheckOther::constVariableError() - https://trac.cppcheck.net/ticket/12925 ProjectFileDialog::loadFromProjectFile() - https://trac.cppcheck.net/ticket/12926 / https://trac.cppcheck.net/ticket/12934 The one in isTemporary() looks like a variation on this.

firewave avatar Jul 11 '24 09:07 firewave

Clang 19 release candidate has been released and the apt mirror should also have made the branch switch. As we only utilize the binaries in the CI we can merge this now.

firewave avatar Jul 30 '24 12:07 firewave

I filed https://github.com/llvm/llvm-project/issues/101181 upstream about the performance-unnecessary-value-param false positive.

firewave avatar Jul 30 '24 13:07 firewave