Go To Statistics
  File Severity Checker name Message Bug path length Review status
1 /home/cc-runs/analyzer_builds/qtscxml/src/scxmlqml/.qt/rcc/qrc_qmake_QtScxml.cpp @ Line 126 cppcoreguidelines-special-member-functions class 'initializer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
2 /home/cc-runs/analyzer_builds/qtscxml/src/statemachineqml/.qt/rcc/qrc_qmake_QtQml_StateMachine.cpp @ Line 136 cppcoreguidelines-special-member-functions class 'initializer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
3 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qendian_p.h @ Line 43 cppcoreguidelines-special-member-functions class 'QSpecialIntegerConstAccessor' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
4 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qendian_p.h @ Line 98 cppcoreguidelines-special-member-functions class 'QSpecialIntegerAccessor' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
5 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qmetaobject_p.h @ Line 33 google-global-names-in-headers using declarations in the global namespace in headers are prohibited 1 unreviewed
6 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qmetaobject_p.h @ Line 34 google-global-names-in-headers using declarations in the global namespace in headers are prohibited 1 unreviewed
7 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qmetaobjectbuilder_p.h @ Line 294 cppcoreguidelines-special-member-functions class 'QMetaStringTable' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
8 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qnumeric_p.h @ Line 150 cert-dcl59-cpp do not use unnamed namespaces in header files 1 unreviewed
9 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qnumeric_p.h @ Line 150 google-build-namespaces do not use unnamed namespaces in header files 1 unreviewed
10 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qobject_p.h @ Line 73 cppcoreguidelines-special-member-functions class 'QObjectPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
11 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qobject_p.h @ Line 345 cppcoreguidelines-special-member-functions class 'QAbstractMetaCallEvent' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
12 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qobject_p.h @ Line 369 cppcoreguidelines-special-member-functions class 'QMetaCallEvent' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
13 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qobject_p.h @ Line 467 cppcoreguidelines-special-member-functions class 'QDynamicMetaObjectData' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
14 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qobject_p.h @ Line 480 cppcoreguidelines-special-member-functions class 'QAbstractDynamicMetaObject' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
15 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qproperty_p.h @ Line 199 cppcoreguidelines-special-member-functions class 'BindingEvaluationState' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
16 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qproperty_p.h @ Line 220 cppcoreguidelines-special-member-functions class 'CompatPropertySafePoint' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
17 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qproperty_p.h @ Line 242 cppcoreguidelines-special-member-functions class 'CurrentCompatPropertyThief' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
18 /home/cc-runs/install_dir/dev/include/QtCore/6.10.0/QtCore/private/qproperty_p.h @ Line 256 cppcoreguidelines-special-member-functions class 'QPropertyBindingPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
19 /home/cc-runs/install_dir/dev/include/QtCore/qobjectdefs.h @ Line 633 cplusplus.NewDeleteLeaks Potential leak of memory pointed to by 'callable' 12 unreviewed
20 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qhashedstring_p.h @ Line 29 cppcoreguidelines-special-member-functions class 'QHashedString' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
21 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qhashedstring_p.h @ Line 59 cppcoreguidelines-special-member-functions class 'QHashedStringRef' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
22 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qhashedstring_p.h @ Line 109 cppcoreguidelines-special-member-functions class 'QHashedCStringRef' defines a copy constructor but does not define a destructor or a copy assignment operator 1 unreviewed
23 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qhashedstring_p.h @ Line 396 bugprone-signed-char-misuse 'signed char' to 'quint16' (aka 'unsigned short') conversion; consider casting to 'unsigned char' first. 1 unreviewed
24 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qintrusivelist_p.h @ Line 22 cppcoreguidelines-special-member-functions class 'QIntrusiveListNode' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
25 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qintrusivelist_p.h @ Line 46 cppcoreguidelines-special-member-functions class 'QIntrusiveList' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
26 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmldelayedcallqueue_p.h @ Line 27 cppcoreguidelines-special-member-functions class 'QQmlDelayedCallQueue' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
27 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlglobal_p.h @ Line 228 cppcoreguidelines-special-member-functions class 'QQmlColorProvider' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
28 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlglobal_p.h @ Line 248 cppcoreguidelines-special-member-functions class 'QQmlGuiProvider' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
29 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlglobal_p.h @ Line 265 cppcoreguidelines-special-member-functions class 'QQmlApplication' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
30 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlguard_p.h @ Line 23 cppcoreguidelines-special-member-functions class 'QQmlGuardImpl' defines a non-default destructor and a copy constructor but does not define a copy assignment operator 1 unreviewed
31 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlguard_p.h @ Line 49 cppcoreguidelines-special-member-functions class 'QQmlGuard' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
32 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlimport_p.h @ Line 87 cppcoreguidelines-special-member-functions class 'QQmlImportNamespace' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
33 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlimport_p.h @ Line 269 cppcoreguidelines-special-member-functions class 'QQmlImportDatabase' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
34 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlmetaobject_p.h @ Line 34 cppcoreguidelines-special-member-functions class 'QQmlMetaObject' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
35 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlnullablevalue_p.h @ Line 23 cppcoreguidelines-special-member-functions class 'QQmlNullableValue' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
36 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlpropertycache_p.h @ Line 119 cppcoreguidelines-special-member-functions class 'QQmlPropertyCache' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
37 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlpropertycache_p.h @ Line 131 misc-unconventional-assign-operator operator=() should always return '*this' 1 unreviewed
38 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlpropertycache_p.h @ Line 132 misc-unconventional-assign-operator operator=() should always return '*this' 1 unreviewed
39 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlproxymetaobject_p.h @ Line 28 cppcoreguidelines-special-member-functions class 'QQmlProxyMetaObject' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
40 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlrefcount_p.h @ Line 44 cppcoreguidelines-special-member-functions class 'QQmlRefCounted' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
41 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmlrefcount_p.h @ Line 199 cplusplus.NewDelete Use of memory after it is freed 21 unreviewed
42 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmltype_p.h @ Line 49 performance-noexcept-move-constructor move constructors should be marked noexcept 2 unreviewed
43 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmltype_p.h @ Line 51 performance-noexcept-move-constructor move assignment operators should be marked noexcept 2 unreviewed
44 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmltype_p.h @ Line 124 cppcoreguidelines-special-member-functions class 'SingletonInstanceInfo' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 1 unreviewed
45 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmltypemoduleversion_p.h @ Line 33 cppcoreguidelines-special-member-functions class 'QQmlTypeModuleVersion' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
46 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qqmltypenamecache_p.h @ Line 48 cppcoreguidelines-special-member-functions class 'QQmlTypeNameCache' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
47 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qstringhash_p.h @ Line 33 cppcoreguidelines-special-member-functions class 'QStringHashNode' defines a non-default destructor and a copy constructor but does not define a copy assignment operator 1 unreviewed
48 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qstringhash_p.h @ Line 279 cppcoreguidelines-special-member-functions class 'Node' defines a copy constructor but does not define a destructor or a copy assignment operator 1 unreviewed
49 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qstringhash_p.h @ Line 292 cppcoreguidelines-special-member-functions class 'ReservedNodePool' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
50 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4arraydata_p.h @ Line 134 cppcoreguidelines-special-member-functions class 'ArrayData' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
51 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4context_p.h @ Line 106 cppcoreguidelines-special-member-functions class 'ExecutionContext' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
52 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4context_p.h @ Line 147 cppcoreguidelines-special-member-functions class 'CallContext' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
53 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4engine_p.h @ Line 83 cppcoreguidelines-special-member-functions class 'QQmlV4Function' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
54 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4engine_p.h @ Line 134 cppcoreguidelines-special-member-functions class 'ExecutionEngine' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
55 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4engine_p.h @ Line 734 cppcoreguidelines-special-member-functions class 'Deletable' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
56 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4engine_p.h @ Line 888 cppcoreguidelines-special-member-functions class 'ExecutionEngineCallDepthRecorder' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
57 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 50 bugprone-forward-declaration-namespace declaration 'Module' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
58 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 67 bugprone-forward-declaration-namespace declaration 'Symbol' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
59 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 69 bugprone-forward-declaration-namespace declaration 'ObjectPrototype' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
60 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 74 bugprone-forward-declaration-namespace declaration 'ScriptFunction' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
61 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 79 bugprone-forward-declaration-namespace declaration 'StringObject' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
62 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 84 bugprone-forward-declaration-namespace declaration 'ErrorObject' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
63 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 85 bugprone-forward-declaration-namespace declaration 'ArgumentsObject' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
64 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 86 bugprone-forward-declaration-namespace declaration 'QObjectWrapper' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
65 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 90 bugprone-forward-declaration-namespace declaration 'RegExp' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
66 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 90 bugprone-forward-declaration-namespace no definition found for 'RegExp', but a definition with the same name 'RegExp' found in another namespace 'QV4::CompiledData' 2 unreviewed
67 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 91 bugprone-forward-declaration-namespace declaration 'EvalFunction' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
68 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 93 bugprone-forward-declaration-namespace declaration 'SharedArrayBuffer' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
69 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 95 bugprone-forward-declaration-namespace declaration 'DataView' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
70 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 96 bugprone-forward-declaration-namespace declaration 'TypedArray' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
71 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 102 bugprone-forward-declaration-namespace declaration 'PromiseCapability' is never referenced, but a declaration with the same name found in another namespace 'QV4' 2 unreviewed
72 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 121 bugprone-forward-declaration-namespace declaration 'QmlContext' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
73 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 122 bugprone-forward-declaration-namespace declaration 'ScriptFunction' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
74 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 135 bugprone-forward-declaration-namespace declaration 'StringObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
75 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 137 bugprone-forward-declaration-namespace declaration 'DateObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
76 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 139 bugprone-forward-declaration-namespace declaration 'ErrorObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
77 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 140 bugprone-forward-declaration-namespace declaration 'ArgumentsObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
78 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 143 bugprone-forward-declaration-namespace declaration 'QObjectWrapper' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
79 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 144 bugprone-forward-declaration-namespace declaration 'RegExpObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
80 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 148 bugprone-forward-declaration-namespace declaration 'SharedArrayBuffer' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
81 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 149 bugprone-forward-declaration-namespace declaration 'ArrayBuffer' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
82 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 150 bugprone-forward-declaration-namespace declaration 'DataView' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
83 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 151 bugprone-forward-declaration-namespace declaration 'TypedArray' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
84 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 153 bugprone-forward-declaration-namespace declaration 'MapObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
85 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4global_p.h @ Line 156 bugprone-forward-declaration-namespace declaration 'PromiseObject' is never referenced, but a declaration with the same name found in another namespace 'QV4::Heap' 2 unreviewed
86 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4internalclass_p.h @ Line 60 cppcoreguidelines-special-member-functions class 'PropertyHashData' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
87 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4internalclass_p.h @ Line 121 cppcoreguidelines-special-member-functions class 'SharedInternalClassDataPrivate' defines a non-default destructor and a copy constructor but does not define a copy assignment operator 1 unreviewed
88 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4internalclass_p.h @ Line 179 cppcoreguidelines-special-member-functions class 'SharedInternalClassDataPrivate' defines a non-default destructor and a copy constructor but does not define a copy assignment operator 1 unreviewed
89 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4managed_p.h @ Line 72 cppcoreguidelines-special-member-functions class 'Managed' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
90 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4managed_p.h @ Line 208 misc-unconventional-assign-operator operator=() should return 'InternalClass&' 1 unreviewed
91 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4memberdata_p.h @ Line 36 cppcoreguidelines-special-member-functions class 'MemberData' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
92 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4mm_p.h @ Line 31 cppcoreguidelines-special-member-functions class 'GCData' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
93 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4mmdefs_p.h @ Line 232 cppcoreguidelines-special-member-functions class 'MarkStack' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
94 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4object_p.h @ Line 104 cppcoreguidelines-special-member-functions class 'Object' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
95 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4object_p.h @ Line 380 cppcoreguidelines-special-member-functions class 'ObjectOwnPropertyKeyIterator' defines a default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
96 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4object_p.h @ Line 431 cppcoreguidelines-special-member-functions class 'BooleanObject' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
97 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4object_p.h @ Line 440 cppcoreguidelines-special-member-functions class 'NumberObject' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
98 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4object_p.h @ Line 448 cppcoreguidelines-special-member-functions class 'ArrayObject' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
99 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4persistent_p.h @ Line 24 cppcoreguidelines-special-member-functions class 'PersistentValueStorage' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
100 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4property_p.h @ Line 26 cppcoreguidelines-special-member-functions class 'Property' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
101 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4scopedvalue_p.h @ Line 146 cppcoreguidelines-special-member-functions class 'ScopedValue' defines a copy constructor, a copy assignment operator and a move constructor but does not define a destructor or a move assignment operator 1 unreviewed
102 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4string_p.h @ Line 139 cppcoreguidelines-special-member-functions class 'StringOrSymbol' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
103 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4string_p.h @ Line 158 cppcoreguidelines-special-member-functions class 'String' defines a copy constructor and a copy assignment operator but does not define a destructor 1 unreviewed
104 /home/cc-runs/install_dir/dev/include/QtQml/6.9.0/QtQml/private/qv4vtable_p.h @ Line 27 cppcoreguidelines-special-member-functions class 'OwnPropertyKeyIterator' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
105 /usr/lib/llvm-16/lib/clang/16/include/cetintrin.h @ Line 49 core.CallAndMessage 1st function call argument is an uninitialized value 2 unreviewed
106 /usr/lib/llvm-16/lib/clang/16/include/cetintrin.h @ Line 62 core.CallAndMessage 1st function call argument is an uninitialized value 2 unreviewed
107 src/plugins/ecmascriptdatamodel/qscxmlecmascriptplatformproperties_p.h @ Line 28 cppcoreguidelines-special-member-functions class 'QScxmlPlatformProperties' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
108 src/statemachineqml/timeouttransition_p.h @ Line 28 cppcoreguidelines-special-member-functions class 'TimeoutTransition' defines a non-default destructor but does not define a copy constructor or a copy assignment operator 1 unreviewed
109 tools/qscxmlc/generator.cpp @ Line 118 misc-use-anonymous-namespace function 'lengthOfEscapeSequence' declared 'static', move to anonymous namespace instead 1 unreviewed
110 tools/qscxmlc/generator.cpp @ Line 143 misc-use-anonymous-namespace function 'printStringWithIndentation' declared 'static', move to anonymous namespace instead 1 unreviewed