Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.1
-
84ff636ecf90342ccb81a67d526f42731cd07793
Description
Use of qDebug triggers cppcoreguidelines-pro-bounds-array-to-pointer-decay in tidy because QMessageLogger takes const char* while _PRETTY_FUNCTION_ is const char(&)[N]. This warning is enabled in "Clang-Tidy and Clazy preselected checks [build-in]" configuration.