https://bugs.kde.org/show_bug.cgi?id=408021
Bug ID: 408021 Summary: Warn if code contains the constant 0x9e3779b9 (hand-rolled boost::hash_combine) Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: dange...@gmail.com CC: smart...@kde.org Target Milestone: --- Check if the code contains the constant "0x9e3779b9". It's VERY likely someone is hand-rolling QtPrivate::QHashCombine / boost::hash_combine. Suggest to use those instead. E.g. https://codereview.qt-project.org/c/qt/qtbase/+/263115/4/src/network/ssl/qsslerror.cpp#b367 -- You are receiving this mail because: You are watching all bug changes.