| File | Severity | Checker name | Message | Bug path length | Review status | |
|---|---|---|---|---|---|---|
| 1 | src/corelib/thread/qexception.cpp @ Line 145 | bugprone-throw-keyword-missing | suspicious exception object created but not thrown; did you mean 'throw QSharedDataPointer'? | 1 | unreviewed | |
| 2 | src/corelib/thread/qexception.cpp @ Line 162 | bugprone-throw-keyword-missing | suspicious exception object created but not thrown; did you mean 'throw QSharedDataPointer'? | 1 | unreviewed | |
| 3 | src/corelib/tools/qshareddata.h @ Line 214 | cplusplus.NewDelete | Argument to 'delete' is the address of the static variable 'c_locale', which is not memory allocated by 'new' | 11 | unreviewed | |
| 4 | src/corelib/tools/qshareddata.h @ Line 214 | cplusplus.NewDelete | Argument to 'delete' is the address of the static variable 'locale', which is not memory allocated by 'new' | 8 | unreviewed | |
| 5 | src/gui/image/qplatformpixmap.h @ Line 25 | cppcoreguidelines-special-member-functions | class 'QPlatformPixmap' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 6 | src/gui/kernel/qsurfaceformat.cpp @ Line 638 | cplusplus.NewDelete | Use of memory after it is freed | 15 | unreviewed | |
| 7 | src/plugins/imageformats/ico/qicohandler.cpp @ Line 627 | cplusplus.NewDelete | Use of memory allocated with size zero | 13 | unreviewed |