Go To Statistics
File
Severity
Checker name
Message
Bug path length
Review status
1
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/.qt/rcc/qrc_qmake_QtPositioning.cpp @ Line 128
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 204
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 206
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 208
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 210
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 212
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 214
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 216
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/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 218
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
10
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 220
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
11
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 222
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
12
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 224
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
13
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 226
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
14
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 228
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
15
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 230
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
16
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 232
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
17
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 234
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
18
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 236
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
19
/home/cc-runs/analyzer_builds/qtpositioning/src/positioningquick/PositioningQuick_autogen/include/moc_locationsingleton_p.cpp @ Line 238
performance-move-const-arg
passing result of std::move() as a const reference argument; no move will actually happen
1
unreviewed
20
/home/cc-runs/install_dir/dev/include/QtCore/qobjectdefs.h @ Line 633
cplusplus.NewDeleteLeaks
Potential leak of memory pointed to by 'callable'
12
unreviewed
21
/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
22
src/positioningquick/locationsingleton.cpp @ Line 11
misc-use-anonymous-namespace
function 'parseCoordinate' declared 'static', move to anonymous namespace instead
1
unreviewed
23
src/positioningquick/qdeclarativegeolocation_p.h @ Line 28
cppcoreguidelines-special-member-functions
class 'QDeclarativeGeoLocation' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
24
src/positioningquick/qdeclarativepluginparameter_p.h @ Line 27
cppcoreguidelines-special-member-functions
class 'QDeclarativePluginParameter' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
25
src/positioningquick/qdeclarativeposition_p.h @ Line 28
cppcoreguidelines-special-member-functions
class 'QDeclarativePosition' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
26
src/positioningquick/qdeclarativepositionsource_p.h @ Line 32
cppcoreguidelines-special-member-functions
class 'QDeclarativePositionSource' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
27
src/positioningquick/qdeclarativesatellitesource_p.h @ Line 30
cppcoreguidelines-special-member-functions
class 'QDeclarativeSatelliteSource' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed
28
src/positioningquick/qquickgeocoordinateanimation_p.h @ Line 26
cppcoreguidelines-special-member-functions
class 'QQuickGeoCoordinateAnimation' defines a non-default destructor but does not define a copy constructor or a copy assignment operator
1
unreviewed