| File | Severity | Checker name | Message | Bug path length | Review status | |
|---|---|---|---|---|---|---|
| 1 | build/src/imports/tooling/.rcc/qrc_quicktooling_raw_qml_0.cpp @ Line 1255 | cppcoreguidelines-special-member-functions | class 'initializer' 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 | ||
| 2 | build/src/qmltest/.rcc/qrc_QuickTest_raw_qml_0.cpp @ Line 1778 | cppcoreguidelines-special-member-functions | class 'initializer' 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 | build/tools/qmleasing/.rcc/qrc_resources.cpp @ Line 383 | cppcoreguidelines-special-member-functions | class 'initializer' 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 | ||
| 4 | src/qmldom/qqmldomattachedinfo_p.h @ Line 188 | cppcoreguidelines-special-member-functions | class 'AttachedInfoT' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 5 | src/qmldom/qqmldomcomments_p.h @ Line 195 | cppcoreguidelines-special-member-functions | class 'AstComments' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 6 | src/qmldom/qqmldomelements_p.h @ Line 170 | cppcoreguidelines-special-member-functions | class 'CommentableDomElement' defines a copy constructor and a copy assignment operator but does not define a destructor, a move constructor or a move assignment operator | 1 | ||
| 7 | src/qmldom/qqmldomelements_p.h @ Line 381 | cppcoreguidelines-special-member-functions | class 'ScriptExpression' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 8 | src/qmldom/qqmldomelements_p.h @ Line 718 | cppcoreguidelines-special-member-functions | class 'EnumDecl' defines a copy assignment operator but does not define a destructor, a copy constructor, a move constructor or a move assignment operator | 1 | ||
| 9 | src/qmldom/qqmldomelements_p.h @ Line 761 | cppcoreguidelines-special-member-functions | class 'QmlObject' defines a copy assignment operator but does not define a destructor, a copy constructor, a move constructor or a move assignment operator | 1 | ||
| 10 | src/qmldom/qqmldomelements_p.h @ Line 910 | cppcoreguidelines-special-member-functions | class 'Component' defines a copy constructor and a copy assignment operator but does not define a destructor, a move constructor or a move assignment operator | 1 | ||
| 11 | src/qmldom/qqmldomelements_p.h @ Line 1003 | cppcoreguidelines-special-member-functions | class 'QmlComponent' defines a copy constructor and a copy assignment operator but does not define a destructor, a move constructor or a move assignment operator | 1 | ||
| 12 | src/qmldom/qqmldomelements_p.h @ Line 1055 | cppcoreguidelines-special-member-functions | class 'ImportScope' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 13 | src/qmldom/qqmldomelements_p.h @ Line 1127 | cppcoreguidelines-special-member-functions | class 'BindingValue' 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 | ||
| 14 | src/qmldom/qqmldomexternalitems_p.h @ Line 138 | cppcoreguidelines-special-member-functions | class 'QmlDirectory' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 15 | src/qmldom/qqmldomexternalitems_p.h @ Line 175 | cppcoreguidelines-special-member-functions | class 'QmldirFile' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 16 | src/qmldom/qqmldomexternalitems_p.h @ Line 236 | cppcoreguidelines-special-member-functions | class 'JsFile' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 17 | src/qmldom/qqmldomexternalitems_p.h @ Line 269 | cppcoreguidelines-special-member-functions | class 'QmlFile' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 18 | src/qmldom/qqmldomexternalitems_p.h @ Line 354 | cppcoreguidelines-special-member-functions | class 'QmltypesFile' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 19 | src/qmldom/qqmldomitem.cpp @ Line 759 | deadcode.DeadStores | Value stored to 'branchExhausted' is never read | 1 | ||
| 20 | src/qmldom/qqmldomitem.cpp @ Line 1558 | deadcode.DeadStores | Value stored to 'first' is never read | 1 | ||
| 21 | src/qmldom/qqmldomitem_p.h @ Line 131 | cert-dcl59-cpp,google-build-namespaces | do not use unnamed namespaces in header files | 1 | ||
| 22 | src/qmldom/qqmldomitem_p.h @ Line 209 | cppcoreguidelines-special-member-functions | class 'SubclassStorage' defines a non-default destructor, a copy constructor, a copy assignment operator and a move constructor but does not define a move assignment operator | 1 | ||
| 23 | src/qmldom/qqmldomitem_p.h @ Line 218 | performance-noexcept-move-constructor | move constructors should be marked noexcept | 2 | ||
| 24 | src/qmldom/qqmldomitem_p.h @ Line 1292 | cppcoreguidelines-special-member-functions | class 'OwningItem' defines a copy constructor, a move constructor and a move assignment operator but does not define a destructor or a copy assignment operator | 1 | ||
| 25 | src/qmldom/qqmldommock_p.h @ Line 96 | cppcoreguidelines-special-member-functions | class 'MockOwner' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 26 | src/qmldom/qqmldommoduleindex.cpp @ Line 342 | unix.MismatchedDeallocator | Memory allocated by 'new' should be deallocated by 'delete', not free() | 11 | ||
| 27 | src/qmldom/qqmldommoduleindex_p.h @ Line 86 | cppcoreguidelines-special-member-functions | class 'ModuleIndex' defines a non-default destructor and a copy constructor but does not define a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 28 | src/qmldom/qqmldompath.cpp @ Line 930 | cplusplus.NewDeleteLeaks | Potential leak of memory pointed to by field '_M_pi' | 31 | ||
| 29 | src/qmldom/qqmldomtop_p.h @ Line 149 | cppcoreguidelines-special-member-functions | class 'ExternalItemPair' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 30 | src/qmldom/qqmldomtop_p.h @ Line 223 | cppcoreguidelines-special-member-functions | class 'DomUniverse' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 31 | src/qmldom/qqmldomtop_p.h @ Line 471 | cppcoreguidelines-special-member-functions | class 'ExternalItemInfo' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 32 | src/qmldom/qqmldomtop_p.h @ Line 522 | cppcoreguidelines-special-member-functions | class 'LoadInfo' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 33 | src/qmldom/qqmldomtop_p.h @ Line 653 | cppcoreguidelines-special-member-functions | class 'DomEnvironment' defines a copy constructor but does not define a destructor, a copy assignment operator, a move constructor or a move assignment operator | 1 | ||
| 34 | src/quick/accessible/qaccessiblequickitem.cpp @ Line 311 | cplusplus.NewDeleteLeaks | Potential leak of memory pointed to by 'iface' | 13 |