transmission / transmission

Official Transmission BitTorrent client repository
https://transmissionbt.com
Other
11.67k stars 1.18k forks source link

ci: bump `clang-tidy` from 14 to 18 #6923

Closed tearfur closed 1 week ago

tearfur commented 1 week ago

clang-tidy-14 has been crashing when being run on peer-mgr.cc since 96de1706af82e8141f5ec31ce2c0f09a38b7d695.

According to https://github.com/llvm/llvm-project/issues/95631, upgrading to clang-tidy-18 fixes this.

tearfur commented 1 week ago

@nevack Thank you, I'm well aware of the llvm repo. But if we don't need it, then I prefer not using it.

tearfur commented 1 week ago

Looks like the false positive is already reported https://github.com/llvm/llvm-project/issues/93194.