Collin Funk wrote: > Not sure about language standards but I know that Clang releases > sometimes introduce some warnings/errors which might be nice to see in > the logs. > > It has been a while but I remember finding -Wtautological-* and > -Wbitwise-instead-of-logical to be annoying when they were introduced.
No one will download the CI logs and grep them for warnings, probably. Developers who want to listen to clang warnings typically do this on their own machine, in an iterative process. > Do you know a way to get recent Clang binaries for the CI machines? From > what I remember the LLVM GitHub releases page only sometimes has common > platforms. There are clang+llvm binaries for 18.1.x [1] for x86_64-linux-gnu-ubuntu, which is perfect for the CI machines (that are currently equipped with Ubuntu 22.04). For other glibc platforms, I would build clang+llvm from source. For *BSD platforms, I would wait on their "port". Bruno [1] https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8