File | Severity | Checker name | Message | Bug path length | Review status | |
---|---|---|---|---|---|---|
1 | src/multimedia/qmaybe_p.h @ Line 27 | cppcoreguidelines-special-member-functions | class 'QUnexpected' defines a copy constructor and a move constructor but does not define a destructor, a copy assignment operator or a move assignment operator | 1 | unreviewed | |
2 | src/multimedia/qmaybe_p.h @ Line 30 | performance-noexcept-move-constructor | move constructors should be marked noexcept | 2 | unreviewed | |
3 | src/multimedia/qmaybe_p.h @ Line 33 | bugprone-forwarding-reference-overload | constructor accepting a forwarding reference can hide the copy and move constructors | 3 | unreviewed |