cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

updated CI to Clang 20

Open firewave opened this issue 1 year ago • 1 comments

firewave avatar Jul 30 '24 19:07 firewave

Building CXX object gui/CMakeFiles/cppcheck-gui.dir/cmake_pch.hxx.pch
clang++-20: warning: no such include directory: '/home/runner/work/cppcheck/cppcheck/cmake.output/gui/cppcheck-gui_autogen/include' [-Wmissing-include-dirs]

firewave avatar Sep 16 '24 10:09 firewave

Clang 20 has been branched and the first release candidate is scheduled to be released within the next few days so this can be merged now.

firewave avatar Jan 30 '25 17:01 firewave

Clang 20 has been branched and the first release candidate is scheduled to be released within the next few days so this can be merged now.

The schedule as listed on https://llvm.org/:

LLVM Release Schedule:

20.1.x
Jan 28th: release/20.x branch created
Jan 31st: 20.1.0-rc1
[...]

firewave avatar Jan 30 '25 19:01 firewave

Actually we should wait until apt.llvm.org is done with the branching as well. That usually comes with some issues.

firewave avatar Jan 31 '25 13:01 firewave

Not sure if the TypeSanitizer will be of value for us because it still has false positives - see https://github.com/llvm/llvm-project/issues/122470.

firewave avatar Mar 17 '25 12:03 firewave