Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
6.9
-
None
Description
clang-tidy, which is used by CodeChecker, unfortunately has a false positive for defaulted special member functions, complaining that they are not marked as noexcept (which is, in fact not necessary).
Upstream bug with more details at https://github.com/llvm/llvm-project/issues/126041
To avoid unnecessary noise from CodeChecker, it would be good to disable this until upstream fixes the bug, especially given that we want to use
QT_DECLARE_RO5_SMF_AS_DEFAULTED
in a few places in Qt, without triggering the warning.