This is not longer being updated. For current packages see the Fedora-clang results. -------------------------------------------- Check logs for packages with compilation warnings from clang 14.0.0, extracted from the fedora-clang checks, whose details are at https://www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-clang These are almost all of the form warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] in C++ code. & and | apply to integer types: && and || should be used for booleans. If the intention was to promote to 'int', this should be done by an explicit cast. In C code, abs() should be used for integers, fabs() for doubles. If seen (none at the time of writing) these would be reported here.