|
File |
Severity |
Checker name |
Message |
Bug path length |
Review status |
1 |
src/corelib/io/qstorageinfo_linux.cpp @ Line 44
|
|
cppcoreguidelines-special-member-functions |
class 'AutoFileDescriptor' defines a non-default destructor but does not define a copy constructor or a copy assignment operator |
1 |
unreviewed
|
2 |
src/corelib/io/qstorageinfo_linux.cpp @ Line 102
|
|
misc-use-anonymous-namespace |
function 'mountIdForPath' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
3 |
src/corelib/io/qstorageinfo_linux.cpp @ Line 166
|
|
misc-use-anonymous-namespace |
function 'retrieveLabelViaIoctl' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
4 |
src/corelib/io/qstorageinfo_linux.cpp @ Line 181
|
|
misc-use-anonymous-namespace |
function 'retrieveLabel' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
5 |
src/gui/accessible/linux/atspiadaptor.cpp @ Line 120
|
|
deadcode.DeadStores |
Value stored to 'success' is never read |
1 |
unreviewed
|
6 |
src/gui/accessible/linux/dbusconnection.cpp @ Line 99
|
|
cplusplus.NewDeleteLeaks |
Potential leak of memory pointed to by 'a11yStatus' |
11 |
unreviewed
|
7 |
src/gui/painting/qcolorspace.cpp @ Line 24
|
|
misc-use-anonymous-namespace |
variable 's_predefinedColorspacePrivates' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
8 |
src/gui/painting/qcolortransform.cpp @ Line 1481
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
9 |
src/gui/painting/qcolortransform.cpp @ Line 1481
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
10 |
src/gui/painting/qcolortransform.cpp @ Line 1481
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
11 |
src/gui/painting/qcolortransform.cpp @ Line 1504
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
12 |
src/gui/painting/qcolortransform.cpp @ Line 1504
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
13 |
src/gui/painting/qcolortransform.cpp @ Line 1510
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
14 |
src/gui/painting/qcolortransform.cpp @ Line 1510
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
15 |
src/gui/painting/qcolortransform.cpp @ Line 1510
|
|
misc-use-anonymous-namespace |
function 'storePremultipliedLUT' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
16 |
src/gui/painting/qicc.cpp @ Line 408
|
|
misc-use-anonymous-namespace |
function 'visitElement' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
17 |
src/gui/painting/qicc.cpp @ Line 421
|
|
misc-use-anonymous-namespace |
function 'visitElement' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
18 |
src/gui/painting/qicc.cpp @ Line 430
|
|
misc-use-anonymous-namespace |
function 'visitElement' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
19 |
src/gui/painting/qicc.cpp @ Line 436
|
|
misc-use-anonymous-namespace |
function 'visitElement' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
20 |
src/gui/painting/qicc.cpp @ Line 442
|
|
misc-use-anonymous-namespace |
function 'isTableTrc' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
21 |
src/gui/painting/qicc.cpp @ Line 453
|
|
misc-use-anonymous-namespace |
function 'isTableTrcSingleSize' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
22 |
src/gui/painting/qicc.cpp @ Line 466
|
|
misc-use-anonymous-namespace |
function 'writeMab' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
23 |
src/gui/painting/qicc.cpp @ Line 564
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
24 |
src/gui/painting/qicc.cpp @ Line 565
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
25 |
src/gui/painting/qicc.cpp @ Line 566
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
26 |
src/gui/painting/qicc.cpp @ Line 571
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
27 |
src/gui/painting/qicc.cpp @ Line 572
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
28 |
src/gui/painting/qicc.cpp @ Line 573
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
29 |
src/gui/painting/qicc.cpp @ Line 574
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
30 |
src/gui/painting/qicc.cpp @ Line 578
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
31 |
src/gui/painting/qicc.cpp @ Line 579
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
32 |
src/gui/painting/qicc.cpp @ Line 580
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
33 |
src/gui/painting/qicc.cpp @ Line 712
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
34 |
src/gui/painting/qicc.cpp @ Line 713
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
35 |
src/gui/painting/qicc.cpp @ Line 714
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
36 |
src/gui/painting/qicc.cpp @ Line 715
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
37 |
src/gui/painting/qicc.cpp @ Line 719
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
38 |
src/gui/painting/qicc.cpp @ Line 720
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
39 |
src/gui/painting/qicc.cpp @ Line 721
|
|
bugprone-incorrect-roundings |
casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include ) instead |
1 |
unreviewed
|
40 |
src/gui/painting/qicc.cpp @ Line 1101
|
|
bugprone-misplaced-widening-cast |
either cast from 'T' (aka 'unsigned int') to 'qsizetype' (aka 'long long') is ineffective, or there is loss of precision before the conversion |
1 |
unreviewed
|
41 |
src/gui/painting/qicc.cpp @ Line 1791
|
|
misc-use-anonymous-namespace |
function 'parseCicp' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
42 |
src/gui/platform/unix/qgenericunixthemes.cpp @ Line 81
|
|
misc-use-anonymous-namespace |
function 'shouldUseDBusTray' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
43 |
src/network/access/qformdatabuilder.cpp @ Line 90
|
|
misc-use-anonymous-namespace |
function 'convertInto_impl' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
44 |
src/network/access/qformdatabuilder.cpp @ Line 96
|
|
misc-use-anonymous-namespace |
function 'convertInto_impl' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
45 |
src/network/access/qformdatabuilder.cpp @ Line 102
|
|
misc-use-anonymous-namespace |
function 'convertInto_impl' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|
46 |
src/network/access/qformdatabuilder.cpp @ Line 108
|
|
misc-use-anonymous-namespace |
function 'convertInto' declared 'static', move to anonymous namespace instead |
1 |
unreviewed
|