File | Severity | Checker name | Message | Bug path length | Review status | |
---|---|---|---|---|---|---|
1 | build/include/QtCore/../../../src/corelib/kernel/qpropertyprivate.h @ Line 90 | cplusplus.NewDelete | Use of memory after it is freed | 30 | ||
2 | src/corelib/kernel/qproperty_p.h @ Line 144 | cppcoreguidelines-special-member-functions | class 'CompatPropertySafePoint' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
3 | src/corelib/tools/qarraydataops.h @ Line 393 | cppcoreguidelines-special-member-functions | class 'Inserter' defines a non-default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator | 1 | ||
4 | src/corelib/tools/qcontainertools_impl.h @ Line 163 | misc-redundant-expression | both sides of operator are equivalent | 1 |