Go To Statistics
File
Severity
Checker name
Message
Bug path length
Review status
1
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/basic/.rcc/qmlcache/QuickControls2Basic_DoubleSpinBox_qml.cpp @ Line 1856
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
2
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/fluentwinui3/.rcc/qmlcache/qtquickcontrols2fluentwinui3styleplugin_DoubleSpinBox_qml.cpp @ Line 2089
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
3
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/fusion/.rcc/qmlcache/QuickControls2Fusion_DoubleSpinBox_qml.cpp @ Line 2171
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
4
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/QuickControls2Imagine_DoubleSpinBox_qml.cpp @ Line 1825
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
5
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/QuickControls2Imagine_DoubleSpinBox_qml.cpp @ Line 4654
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
6
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/QuickControls2Imagine_DoubleSpinBox_qml.cpp @ Line 5467
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
7
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/material/.rcc/qmlcache/QuickControls2Material_DoubleSpinBox_qml.cpp @ Line 2191
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
8
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickcontrols/universal/.rcc/qmlcache/QuickControls2Universal_DoubleSpinBox_qml.cpp @ Line 1969
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
9
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_blend_darken.cpp @ Line 415
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
10
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_blend_lighten.cpp @ Line 415
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
11
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_blend_multiply.cpp @ Line 413
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
12
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_blend_normal.cpp @ Line 412
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
13
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_blend_screen.cpp @ Line 417
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
14
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_arithmetic.cpp @ Line 326
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
15
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_atop.cpp @ Line 359
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
16
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_in.cpp @ Line 357
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
17
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_lighter.cpp @ Line 358
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
18
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_out.cpp @ Line 357
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
19
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_over.cpp @ Line 359
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
20
/home/cc-runs/analyzer_builds/qtdeclarative/src/quickvectorimage/.qt/rcc/qrc_vectorimage_shaders_comp_xor.cpp @ Line 361
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
21
src/qml/compiler/qqmlirbuilder_p.h @ Line 465
cppcoreguidelines-special-member-functions
class 'Document' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor
1
unreviewed
22
src/qml/jsruntime/qv4engine.cpp @ Line 298
misc-use-anonymous-namespace
function 'jsvalueToSequence' declared 'static', move to anonymous namespace instead
1
unreviewed
23
src/quickshapes/designhelpers/qquickregularpolygonshape.cpp @ Line 51
performance-move-const-arg
std::move of the const variable 'xy' of the trivially-copyable type 'const QVector2D' has no effect; remove std::move()
1
unreviewed
24
src/quickshapes/designhelpers/qquickregularpolygonshape.cpp @ Line 74
performance-move-const-arg
std::move of the const variable 'bisector' of the trivially-copyable type 'const QVector2D' has no effect; remove std::move()
1
unreviewed
25
src/quickshapes/designhelpers/qquickregularpolygonshape_p_p.h @ Line 27
cppcoreguidelines-special-member-functions
class 'QQuickRegularPolygonShapePrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
26
src/quickshapes/designhelpers/qquickstarshape.cpp @ Line 67
performance-move-const-arg
std::move of the const variable 'p' of the trivially-copyable type 'const QVector2D' has no effect; remove std::move()
1
unreviewed
27
src/quickshapes/designhelpers/qquickstarshape_p_p.h @ Line 27
cppcoreguidelines-special-member-functions
class 'QQuickStarShapePrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
28
src/quickvectorimage/generator/qquickqmlgenerator.cpp @ Line 1790
readability-suspicious-call-argument
1st argument 'col' (passed to 'row') looks like it might be swapped with the 2nd, 'row' (passed to 'column')
2
unreviewed