2024-04-11 19:24 ftp://ftp.de.debian.org/debian/pool/main/q/qt4-x11/qt4-x11_4.8.7+dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --library=sqlite3 --library=gtk --library=icu --library=zlib --library=motif --library=opengl --library=openssl --library=wxwidgets --library=pcre --library=cairo --library=libcurl --library=googletest --library=openmp --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.56 compiler: g++ (Debian 12.2.0-14) 12.2.0 cppcheck: head 2.13.0 head-info: 5879f28 (2024-04-11 20:52:04 +0200) count: 70460 45376 elapsed-time: 650.0 627.7 head-timing-info: old-timing-info: head results: qt-everywhere-opensource-src-4.8.7/config.profiles/harmattan/readdir-hppa-test.c:46:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] qt-everywhere-opensource-src-4.8.7/config.tests/mac/crc/main.cpp:102:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/mac/crc/main.cpp:59:10: style:inconclusive: Technically the member function 'CCRC32::PartialCRC' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/config.tests/mac/crc/main.cpp:81:19: performance:inconclusive: Technically the member function 'CCRC32::Reflect' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/config.tests/mac/crc/main.cpp:107:30: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/config.tests/mac/crc/main.cpp:75:46: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:55:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:68:24: style: Variable 'fail1' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:69:24: style: Variable 'fail2' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:70:25: style: Variable 'fail3' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:71:23: style: Variable 'ok1' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:72:23: style: Variable 'ok2' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/mac/xcodeversion.cpp:73:23: style: Variable 'ok3' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/qws/directfb/directfb.cpp:46:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DFB_OK [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/3dnow/3dnow.cpp:44:0: error: #error GCC < 3.2 is known to create internal compiler errors with our MMX code [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/alsa/alsatest.cpp:44:0: error: #error "Alsa version found too old, require >= 1.0.10" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/clock-gettime/clock-gettime.cpp:51:0: error: #error "Feature _POSIX_TIMERS not available" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/clock-monotonic/clock-monotonic.cpp:51:0: error: #error "Feature _POSIX_MONOTONIC_CLOCK not available" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/dbus/dbus.cpp:46:0: error: #error Needs at least dbus version 1 [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/doubleformat/doubleformattest.cpp:62:18: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/config.tests/unix/doubleformat/doubleformattest.cpp:62:13: style: Variable 'd2' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/config.tests/unix/endian/endiantest.cpp:51:38: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/config.tests/unix/endian/endiantest.cpp:52:41: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/config.tests/unix/freetype/freetype.cpp:46:0: error: #error "This version of freetype is too old." [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/getaddrinfo/getaddrinfotest.cpp:61:5: warning: Return value of function gai_strerror() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/config.tests/unix/gstreamer/gstreamer.cpp:48:0: error: #error "No GST_VERSION_* macros" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/glib/glib.cpp:56:5: error: Memory leak: source [memleak] qt-everywhere-opensource-src-4.8.7/config.tests/unix/glib/glib.cpp:48:19: style: Variable 'context' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/config.tests/unix/glib/glib.cpp:53:13: style: Variable 'context' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/inotify/inotifytest.cpp:47:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IN_ACCESS [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/ipc_posix/ipc.cpp:50:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/ipc_sysv/ipc.cpp:51:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_CREAT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/ipv6ifname/ipv6ifname.cpp:55:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/libpng/libpng.cpp:45:0: error: #error "Required libpng version 1.0.17 not found." [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/libtiff/libtiff.cpp:50:0: error: #error "Required libtiff not found" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/mmx/mmx.cpp:44:0: error: #error GCC < 3.2 is known to create internal compiler errors with our MMX code [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/mremap/mremap.cpp:47:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MREMAP_MAYMOVE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/opengldesktop/opengldesktop.cpp:46:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TRIANGLES [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/opengles1/opengles1.cpp:52:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/openssl/openssl.cpp:45:0: error: #error "OpenSSL >= 0.9.7 is required" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/opengles2/opengles2.cpp:51:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/pulseaudio/pulseaudio.cpp:46:0: error: #error "Incompatible PulseAudio API version" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/slog2/slog2.cpp:46:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slog2_buffer_t [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/unix/sse/sse.cpp:44:0: error: #error GCC < 3.2 is known to create internal compiler errors with our MMX code [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/sse2/sse2.cpp:44:0: error: #error GCC < 3.2 is known to create internal compiler errors with our MMX code [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:51:25: error: Null pointer dereference [nullPointer] qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:49:9: style: Redundant initialization for 'ver'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:48:21: note: ver is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:49:9: note: ver is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:52:9: style: Redundant initialization for 'res'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:51:13: note: res is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:52:9: note: res is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:47:12: style: Variable 'stream' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:49:9: style: Variable 'ver' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/zlib/zlib.cpp:52:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/x11/fontconfig/fontconfig.cpp:47:0: error: #error "This version of fontconfig is tool old, it is missing the FC_RGBA_UNKNOWN define" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:78:16: style: Class 'DummyIterator < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:109:12: style: Redundant initialization for 'v1size'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:108:16: note: v1size is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:109:12: note: v1size is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:111:16: style: Redundant initialization for 'v1capacity'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:110:20: note: v1capacity is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:111:16: note: v1capacity is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:115:16: style: Redundant initialization for 'v1notfound'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:114:21: note: v1notfound is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:115:16: note: v1notfound is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:119:13: style: Redundant initialization for 'v1found'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:118:18: note: v1found is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:119:13: note: v1found is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:124:12: style: Redundant initialization for 'v2size'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:123:16: note: v2size is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:124:12: note: v2size is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:132:12: style: Redundant initialization for 'm1size'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:131:16: note: m1size is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:132:12: note: m1size is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:136:15: style: Redundant initialization for 'first'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:135:19: note: first is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:136:15: note: first is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:138:16: style: Redundant initialization for 'second'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:137:23: note: second is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:138:16: note: second is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:142:12: style: Redundant initialization for 'm2size'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:141:16: note: m2size is initialized qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:142:12: note: m2size is overwritten qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:109:12: style: Variable 'v1size' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:111:16: style: Variable 'v1capacity' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:115:16: style: Variable 'v1notfound' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:119:13: style: Variable 'v1found' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:124:12: style: Variable 'v2size' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:132:12: style: Variable 'm1size' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:136:15: style: Variable 'first' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:138:16: style: Variable 'second' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:142:12: style: Variable 'm2size' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/unix/stl/stltest.cpp:145:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/x11/mitshm/mitshm.cpp:56:9: style: Condition 'dpy' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/config.tests/x11/mitshm/mitshm.cpp:52:20: note: Assignment 'dpy=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/config.tests/x11/mitshm/mitshm.cpp:56:9: note: Condition 'dpy' is always false qt-everywhere-opensource-src-4.8.7/config.tests/x11/opengl/opengl.cpp:47:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xcursor/xcursor.cpp:55:0: error: Failed to parse #define [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xfixes/xfixes.cpp:46:0: error: #error "Required Xfixes version 2.0 not found." [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xinerama/xinerama.cpp:47:25: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xinput/xinput.cpp:55:25: style: Variable 'event' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xinerama/xinerama.cpp:48:10: style: Variable 'info' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xinput/xinput.cpp:56:11: style: Variable 'event' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xkb/xkb.cpp:52:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XkbMajorVersion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xlib/xlib.cpp:48:5: error: Resource leak: d [resourceLeak] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xrandr/xrandr.cpp:46:0: error: #error "Requried Xrandr version 1.1 not found." [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xrender/xrender.cpp:46:0: error: #error "Required Xrender version 0.6 not found." [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xsync/xsync.cpp:51:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XSyncIntToValue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xsync/xsync.cpp:51:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/config.tests/x11/xsync/xsync.cpp:52:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/affine/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable affine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.h:70:5: style: Class 'XFormView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.h:134:5: style: Class 'XFormWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:95:5: style: Class 'PathDeformRendererEx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:167:5: style: Class 'XFormRendererEx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:212:5: style: Class 'GradientRendererEx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:220:5: style: Class 'GradientRendererPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:107:13: performance: Function 'name()' should return member 'm_className' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:121:13: performance: Function 'domXml()' should return member 'm_domXml' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/arthurplugin/plugin.cpp:277:44: performance: Function 'customWidgets()' should return member 'm_plugins' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/books/bookdelegate.cpp:60:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Enabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/books/bookdelegate.cpp:101:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseButtonPress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/books/bookdelegate.h:55:5: style: Class 'BookDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/books/initdb.h:82:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/books/bookwindow.cpp:57:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/books/initdb.h:55:7: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/books/initdb.h:61:7: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/books/initdb.h:69:7: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/books/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable books [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:54:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_MouseTracking [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:123:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:284:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BevelJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:293:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForceOutline [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:332:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:788:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.h:91:13: performance: Function 'text()' should return member 'm_text' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.h:150:10: style:inconclusive: Technically the member function 'GLExtensionFunctions::fboSupported' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:74:28: note: Technically the member function 'GLExtensionFunctions::fboSupported' can be const. qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.h:150:10: note: Technically the member function 'GLExtensionFunctions::fboSupported' can be const. qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.h:151:10: style:inconclusive: Technically the member function 'GLExtensionFunctions::openGL15Supported' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:87:28: note: Technically the member function 'GLExtensionFunctions::openGL15Supported' can be const. qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.h:151:10: note: Technically the member function 'GLExtensionFunctions::openGL15Supported' can be const. qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:50:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:51:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:52:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:53:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:54:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:55:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:56:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:57:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:58:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:59:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:61:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:62:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:64:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:65:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:66:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:67:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:68:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.cpp:69:2: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/boxes/glextensions.h:177:30: style: Variable 'funcs' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:187:36: style:inconclusive: Function 'changeRotation' argument 1 names different: declaration 'rotation' definition 'r'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.h:96:29: note: Function 'changeRotation' argument 1 names different: declaration 'rotation' definition 'r'. qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:187:36: note: Function 'changeRotation' argument 1 names different: declaration 'rotation' definition 'r'. qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:192:33: style:inconclusive: Function 'changeScale' argument 1 names different: declaration 'scale' definition 's'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.h:97:26: note: Function 'changeScale' argument 1 names different: declaration 'scale' definition 's'. qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:192:33: note: Function 'changeScale' argument 1 names different: declaration 'scale' definition 's'. qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:197:33: style:inconclusive: Function 'changeShear' argument 1 names different: declaration 'shear' definition 's'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/affine/xform.h:98:26: note: Function 'changeShear' argument 1 names different: declaration 'shear' definition 's'. qt-everywhere-opensource-src-4.8.7/demos/affine/xform.cpp:197:33: note: Function 'changeShear' argument 1 names different: declaration 'shear' definition 's'. qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:201:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:216:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable description [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:245:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable description [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:311:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:75:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:99:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:127:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:135:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:141:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:156:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_UNSIGNED_BYTE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:174:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_UNSIGNED_BYTE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:200:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_UNSIGNED_BYTE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:226:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:264:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_UNSIGNED_BYTE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:299:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_DEPTH_COMPONENT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.cpp:319:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VIEWPORT_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/3rdparty/fbm.c:105:20: style: Parameter 'vec' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/demos/boxes/3rdparty/fbm.c:108:42: style: Variable 'q' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:286:10: style:inconclusive: Technically the member function 'GLVertexBuffer::failed' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:355:10: style:inconclusive: Technically the member function 'GLIndexBuffer::failed' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:102:5: style: Class 'GLTexture2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:122:5: style: Class 'GLTextureCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:123:5: style: Class 'GLTextureCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:135:5: style: Class 'GLRenderTargetCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:191:5: style: Class 'GLVertexBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:301:5: style: Class 'GLIndexBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:104:18: style: The function 'bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:72:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:104:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:105:18: style: The function 'unbind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:73:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:105:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:115:18: style: The function 'bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:72:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:115:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:116:18: style: The function 'unbind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:73:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:116:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:125:18: style: The function 'bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:72:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:125:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:126:18: style: The function 'unbind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:73:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:126:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:219:69: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:223:71: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:227:56: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:231:68: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qt-everywhere-opensource-src-4.8.7/demos/boxes/main.cpp:56:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/main.cpp:77:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_EXTENSIONS [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/main.cpp:107:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenGL_Version_1_5 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/gltrianglemesh.h:70:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_UNSIGNED_INT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:220:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VERTEX_ARRAY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:248:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VERTEX_ARRAY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:355:10: style:inconclusive: Technically the member function 'GLIndexBuffer < unsigned short >::failed' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:286:10: style:inconclusive: Technically the member function 'GLVertexBuffer < P3T2N3Vertex >::failed' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/boxes/roundedbox.h:68:5: style: Class 'GLRoundedBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/trackball.h:58:5: style: Class 'TrackBall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:123:5: style: Class 'TwoSidedGraphicsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:301:5: style: Class 'GLIndexBuffer < unsigned short >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/glbuffers.h:191:5: style: Class 'GLVertexBuffer < P3T2N3Vertex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:85:14: style: The destructor '~QtBox' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:56:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:85:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:86:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:58:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:86:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:88:23: style: The function 'createNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:60:23: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:88:23: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:100:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:58:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:100:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:102:23: style: The function 'createNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:60:23: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:102:23: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:111:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:58:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:111:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:113:23: style: The function 'createNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:60:23: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.h:113:23: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:75:18: style: The function 'emitChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:66:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:75:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:97:18: style: The function 'emitChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:66:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:97:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:75:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Selected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:203:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeFDiagCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:213:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:324:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:438:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:408:6: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:458:5: performance: Variable 'm_image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:99:14: style: Variable 'delAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:100:14: style: Variable 'newAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:101:14: style: Variable 'growAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:102:14: style: Variable 'shrinkAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:104:14: style: Variable 'selectedAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/qtbox.cpp:315:11: style: Variable 'moveToRectMatrix' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/demos/boxes/trackball.cpp:55:5: performance: Variable 'm_axis' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/boxes/trackball.cpp:67:5: performance: Variable 'm_rotation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:99:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:116:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:201:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemCoordinateCache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:240:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YAxis [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:249:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemPositionChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:268:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoCache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:296:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:410:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:461:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:555:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:691:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_LIGHTING [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:796:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_DEPTH_TEST [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:826:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_LIGHT_MODEL_LOCAL_VIEWER [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:834:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_DEPTH_TEST [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:862:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:922:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:952:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:980:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:1002:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:1045:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/autosaver.cpp:90:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirectConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/autosaver.h:59:5: style: Class 'AutoSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/browserapplication.cpp:117:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AddressInUseError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browserapplication.cpp:204:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browserapplication.cpp:231:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StandardFont [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browserapplication.cpp:276:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrivateBrowsingEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browserapplication.cpp:306:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browserapplication.cpp:335:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TranslationsPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:99:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:163:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:262:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:431:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:476:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_DirIcon [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:539:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoItemFlags [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:558:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:574:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:593:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IgnoreAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:632:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:693:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:778:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectRows [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:853:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tree [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:955:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InstantPopup [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:125:10: warning: The class 'InsertBookmarksCommand' defines member function with name 'undo' also defined in its parent class 'RemoveBookmarksCommand'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:108:10: note: Parent function 'RemoveBookmarksCommand::undo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:125:10: note: Derived function 'InsertBookmarksCommand::undo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:126:10: warning: The class 'InsertBookmarksCommand' defines member function with name 'redo' also defined in its parent class 'RemoveBookmarksCommand'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:109:10: note: Parent function 'RemoveBookmarksCommand::redo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:126:10: note: Derived function 'InsertBookmarksCommand::redo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:213:10: warning: The class 'BookmarksMenu' defines member function with name 'activated' also defined in its parent class 'ModelMenu'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:54:10: note: Parent function 'ModelMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:213:10: note: Derived function 'BookmarksMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:251:10: warning: The class 'HistoryMenu' defines member function with name 'activated' also defined in its parent class 'ModelMenu'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:54:10: note: Parent function 'ModelMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:251:10: note: Derived function 'HistoryMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:66:5: style: Class 'BookmarksManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:168:5: style: Class 'BookmarksModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:58:5: style: Class 'ModelMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:206:6: style: Class 'BookmarksMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:229:5: style: Class 'AddBookmarkProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:266:5: style: Class 'BookmarksDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:292:5: style: Class 'BookmarksToolBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.h:66:5: style: Class 'BrowserMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:88:5: style: Class 'CookieJar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:134:5: style: Class 'CookieModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:156:5: style: Class 'CookiesDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:168:5: style: Class 'CookieExceptionsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:189:5: style: Class 'CookiesExceptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.h:61:5: style: Class 'DownloadItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.h:113:5: style: Class 'DownloadManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.h:151:5: style: Class 'DownloadModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:61:5: style: Class 'HistoryItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:94:5: style: Class 'HistoryManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:155:5: style: Class 'HistoryModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:176:5: style: Class 'HistoryFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:220:5: style: Class 'HistoryMenuModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:243:6: style: Class 'HistoryMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:267:5: style: Class 'HistoryCompletionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:290:5: style: Class 'HistoryTreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:324:5: style: Class 'TreeProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:340:5: style: Class 'HistoryDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.h:53:5: style: Class 'NetworkAccessManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:65:5: style: Class 'TabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:158:5: style: Class 'TabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.h:63:5: style: Class 'WebPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.h:90:5: style: Class 'WebView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:210:10: style: The function 'prePopulated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:82:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:210:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:247:10: style: The function 'prePopulated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:82:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:247:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:248:10: style: The function 'postPopulated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:84:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:248:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:84:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonFollowStyle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:192:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:212:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:254:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_F6 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:451:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_ArrowBack [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:656:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:665:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrivateBrowsingEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:701:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:718:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:738:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FindBackward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:766:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZoomTextOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:791:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:811:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DeveloperExtrasEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:853:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_BrowserStop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/chasewidget.cpp:96:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/chasewidget.h:62:5: style: Class 'ChaseWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/chasewidget.cpp:126:41: style:inconclusive: Function 'colorForSegment' argument 1 names different: declaration 'segment' definition 'seg'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/chasewidget.h:74:32: note: Function 'colorForSegment' argument 1 names different: declaration 'segment' definition 'seg'. qt-everywhere-opensource-src-4.8.7/demos/browser/chasewidget.cpp:126:41: note: Function 'colorForSegment' argument 1 names different: declaration 'segment' definition 'seg'. qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:125:10: warning: The class 'InsertBookmarksCommand' defines member function with name 'undo' also defined in its parent class 'RemoveBookmarksCommand'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:303:30: note: Parent function 'RemoveBookmarksCommand::undo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:125:10: note: Derived function 'InsertBookmarksCommand::undo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:126:10: warning: The class 'InsertBookmarksCommand' defines member function with name 'redo' also defined in its parent class 'RemoveBookmarksCommand'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:310:30: note: Parent function 'RemoveBookmarksCommand::redo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:126:10: note: Derived function 'InsertBookmarksCommand::redo' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:743:21: warning: The class 'BookmarksMenu' defines member function with name 'activated' also defined in its parent class 'ModelMenu'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:54:10: note: Parent function 'ModelMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:743:21: note: Derived function 'BookmarksMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.h:58:5: style: Class 'BookmarkNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:657:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:112:19: style: Local variable 'toolbar' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:77:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:112:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:113:19: style: Local variable 'menu' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:76:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:113:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:375:19: style: Local variable 'parent' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:176:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:375:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:385:19: style: Local variable 'parent' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:176:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:385:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:415:23: style: Local variable 'node' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:187:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:415:23: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:573:16: style: Local variable 'data' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:172:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:573:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:575:5: style: Local variable 'index' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.h:175:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:575:5: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:762:55: performance: Function parameter 'actions' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:375:19: style: Variable 'parent' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:413:19: style: Variable 'bookmarkNode' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:507:19: style: Variable 'parentNode' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:516:19: style: Variable 'itemNode' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:522:19: style: Variable 'grandParentNode' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:543:19: style: Variable 'bookmarkNode' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/bookmarks.cpp:906:18: style: Variable 'action' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:117:16: style: Local variable 'color' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.h:74:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:117:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:813:11: style: Variable 'materialSpecular' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:849:11: style: Variable 'defaultMaterialSpecular' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/demos/boxes/scene.cpp:307:22: style: Unused variable: uniforms [unusedVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:98:10: warning: The class 'UrlLineEdit' defines member function with name 'paintEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:73:10: note: Parent function 'ExLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:98:10: note: Derived function 'UrlLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:99:10: warning: The class 'UrlLineEdit' defines member function with name 'focusOutEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:71:10: note: Parent function 'ExLineEdit::focusOutEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:99:10: note: Derived function 'UrlLineEdit::focusOutEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:92:10: warning: The class 'SearchLineEdit' defines member function with name 'resizeEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:74:10: note: Parent function 'ExLineEdit::resizeEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:92:10: note: Derived function 'SearchLineEdit::resizeEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:93:10: warning: The class 'SearchLineEdit' defines member function with name 'paintEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:73:10: note: Parent function 'ExLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:93:10: note: Derived function 'SearchLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:96:10: warning: The class 'SearchLineEdit' defines member function with name 'updateGeometries' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:79:10: note: Parent function 'ExLineEdit::updateGeometries' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:96:10: note: Derived function 'SearchLineEdit::updateGeometries' qt-everywhere-opensource-src-4.8.7/demos/browser/settings.h:53:5: style: Class 'SettingsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:59:5: style: Class 'ExLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:94:5: style: Class 'UrlLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:66:5: style: Class 'ClearButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:83:5: style: Class 'SearchLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/toolbarsearch.h:63:5: style: Class 'ToolbarSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:769:49: style:inconclusive: Function 'slotViewFullScreen' argument 1 names different: declaration 'enable' definition 'makeFullScreen'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.h:112:34: note: Function 'slotViewFullScreen' argument 1 names different: declaration 'enable' definition 'makeFullScreen'. qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:769:49: note: Function 'slotViewFullScreen' argument 1 names different: declaration 'enable' definition 'makeFullScreen'. qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:831:49: style:inconclusive: Function 'loadPage' argument 1 names different: declaration 'url' definition 'page'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.h:77:34: note: Function 'loadPage' argument 1 names different: declaration 'url' definition 'page'. qt-everywhere-opensource-src-4.8.7/demos/browser/browsermainwindow.cpp:831:49: note: Function 'loadPage' argument 1 names different: declaration 'url' definition 'page'. qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:134:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/edittableview.cpp:52:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Delete [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:176:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/edittableview.cpp:70:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectCurrent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:229:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrivateBrowsingEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:243:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrivateBrowsingEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:384:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeHintRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:487:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:541:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeHintRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:652:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/edittableview.h:52:5: style: Class 'EditTableView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:75:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:112:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:122:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DesktopLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:214:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:258:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:357:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cleanupButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:390:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ContentLengthHeader [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:412:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_FileIcon [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:427:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_FileIcon [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:551:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTipRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/edittreeview.cpp:53:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Delete [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/edittreeview.h:52:5: style: Class 'EditTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/downloadmanager.cpp:506:54: style: Pointer expression 'this' converted to bool is always true. [knownPointerToBool] qt-everywhere-opensource-src-4.8.7/demos/browser/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:129:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable url [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:184:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrivateBrowsingEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:242:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:321:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DataLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:401:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:657:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:674:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectRows [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:707:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tree [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:933:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:1028:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:1150:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoItemFlags [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.cpp:156:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DecorationRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.cpp:191:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DecorationRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.cpp:204:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ElideMiddle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:82:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CacheLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:100:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SourceIsFromCacheAttribute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:132:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Socks5Proxy [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:148:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:172:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:206:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:115:22: style: Variable 'pctCached' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:116:25: style: Variable 'pctPipelined' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:117:22: style: Variable 'pctSecure' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/networkaccessmanager.cpp:118:30: style: Variable 'pctDownloadBuffer' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:54:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArrowCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:68:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Mid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:109:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArrowCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:116:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:143:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:178:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:187:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SE_LineEditContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:200:22: warning: The class 'SearchLineEdit' defines member function with name 'resizeEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:74:10: note: Parent function 'ExLineEdit::resizeEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:200:22: note: Derived function 'SearchLineEdit::resizeEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:181:22: warning: The class 'SearchLineEdit' defines member function with name 'paintEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:73:10: note: Parent function 'ExLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:181:22: note: Derived function 'SearchLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:206:22: warning: The class 'SearchLineEdit' defines member function with name 'updateGeometries' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.h:79:10: note: Parent function 'ExLineEdit::updateGeometries' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:206:22: note: Derived function 'SearchLineEdit::updateGeometries' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:95:5: style: Class 'SearchButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:85:13: performance: Function 'inactiveText()' should return member 'm_inactiveText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:149:17: style: Local variable 'c' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:137:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.cpp:149:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/settings.cpp:59:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exceptionsButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/settings.cpp:72:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StandardFont [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/settings.cpp:319:24: style: Variable 'mw' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/settings.cpp:320:14: style: Variable 'webView' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:124:9: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:290:9: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:394:23: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:603:19: warning: The class 'HistoryMenu' defines member function with name 'activated' also defined in its parent class 'ModelMenu'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/modelmenu.h:54:10: note: Parent function 'ModelMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:603:19: note: Derived function 'HistoryMenu::activated' qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:105:24: performance: Function 'history()' should return member 'm_history' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:140:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:141:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:142:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:352:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:361:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:370:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:106:12: warning: Member variable 'CookieJar::m_keepCookies' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:374:37: style:inconclusive: Function 'CookieModel' argument 1 names different: declaration 'jar' definition 'cookieJar'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:134:28: note: Function 'CookieModel' argument 1 names different: declaration 'jar' definition 'cookieJar'. qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:374:37: note: Function 'CookieModel' argument 1 names different: declaration 'jar' definition 'cookieJar'. qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:530:57: style:inconclusive: Function 'CookieExceptionsModel' argument 1 names different: declaration 'cookieJar' definition 'cookiejar'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.h:168:38: note: Function 'CookieExceptionsModel' argument 1 names different: declaration 'cookieJar' definition 'cookiejar'. qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:530:57: note: Function 'CookieExceptionsModel' argument 1 names different: declaration 'cookieJar' definition 'cookiejar'. qt-everywhere-opensource-src-4.8.7/demos/browser/cookiejar.cpp:230:31: style: Variable 'noCookies' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/squeezelabel.h:52:5: style: Class 'SqueezeLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:667:63: style:inconclusive: Function 'HistoryDialog' argument 2 names different: declaration 'history' definition 'setHistory'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:340:56: note: Function 'HistoryDialog' argument 2 names different: declaration 'history' definition 'setHistory'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:667:63: note: Function 'HistoryDialog' argument 2 names different: declaration 'history' definition 'setHistory'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:750:61: style:inconclusive: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:184:45: note: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:750:61: note: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:987:65: style:inconclusive: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:275:45: note: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:987:65: note: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:1175:59: style:inconclusive: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:303:45: note: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:1175:59: note: Function 'setSourceModel' argument 1 names different: declaration 'sourceModel' definition 'newSourceModel'. qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:161:19: style: Local variable 'checkForExpired' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/history.h:119:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:161:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/history.cpp:647:53: performance: Function parameter 'actions' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/browser/toolbarsearch.cpp:69:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InlineCompletion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/toolbarsearch.cpp:112:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrivateBrowsingEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:69:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_InputMethodEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:115:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SE_LineEditContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:136:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_DefaultFrameWidth [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShortcutOverride [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:192:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PE_PanelLineEdit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:233:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:240:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:263:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:322:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:315:19: warning: The class 'UrlLineEdit' defines member function with name 'paintEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:187:18: note: Parent function 'ExLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:315:19: note: Derived function 'UrlLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:308:19: warning: The class 'UrlLineEdit' defines member function with name 'focusOutEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:162:18: note: Parent function 'ExLineEdit::focusOutEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:308:19: note: Derived function 'UrlLineEdit::focusOutEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:92:10: warning: The class 'SearchLineEdit' defines member function with name 'resizeEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:104:18: note: Parent function 'ExLineEdit::resizeEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:92:10: note: Derived function 'SearchLineEdit::resizeEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:93:10: warning: The class 'SearchLineEdit' defines member function with name 'paintEvent' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:187:18: note: Parent function 'ExLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:93:10: note: Derived function 'SearchLineEdit::paintEvent' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:96:10: warning: The class 'SearchLineEdit' defines member function with name 'updateGeometries' also defined in its parent class 'ExLineEdit'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:111:18: note: Parent function 'ExLineEdit::updateGeometries' qt-everywhere-opensource-src-4.8.7/demos/browser/searchlineedit.h:96:10: note: Derived function 'SearchLineEdit::updateGeometries' qt-everywhere-opensource-src-4.8.7/demos/browser/urllineedit.cpp:210:5: style: Class 'UrlIconLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:65:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CustomContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:99:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AddTab [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:154:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:161:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:216:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ElideRight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:433:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:551:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:668:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MidButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:710:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:732:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:91:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NavigationTypeLinkClicked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:122:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ControlModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:155:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:222:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenLinkInNewWindow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:239:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ControlModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:252:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenLinkInNewWindow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:299:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MidButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.h:96:13: performance: Function 'lastStatusBarText()' should return member 'm_statusBarText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:129:24: style: Local variable 'mainWindow' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.h:64:24: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:129:24: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:188:9: style: Local variable 'frame' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:182:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:188:9: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:300:14: style: Local variable 'url' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.h:94:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:300:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:129:24: style: Variable 'mainWindow' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/webview.cpp:188:9: style: Variable 'frame' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.cpp:128:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.cpp:232:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.h:60:10: style:inconclusive: Technically the member function 'BookmarkNode::operator==' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.cpp:64:20: note: Technically the member function 'BookmarkNode::operator==' can be const. qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.h:60:10: note: Technically the member function 'BookmarkNode::operator==' can be const. qt-everywhere-opensource-src-4.8.7/demos/browser/xbel.h:64:27: performance: Function 'children()' should return member 'm_children' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/chip/chip.cpp:53:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/chip.cpp:73:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Selected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/chip.cpp:171:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShiftModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/chip.cpp:69:69: style:inconclusive: Function 'paint' argument 2 names different: declaration 'item' definition 'option'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/chip/chip.h:55:67: note: Function 'paint' argument 2 names different: declaration 'item' definition 'option'. qt-everywhere-opensource-src-4.8.7/demos/chip/chip.cpp:69:69: note: Function 'paint' argument 2 names different: declaration 'item' definition 'option'. qt-everywhere-opensource-src-4.8.7/demos/chip/chip.cpp:99:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qt-everywhere-opensource-src-4.8.7/demos/chip/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable images [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/mainwindow.h:57:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:285:14: style: Local variable 'lineEdit' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:172:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:285:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:299:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:299:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:387:18: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:387:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:413:16: style: Local variable 'lineEdit' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:172:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:413:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:446:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:446:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:498:20: style: Local variable 'lineEdit' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:172:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:498:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:508:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:508:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:572:14: style: Local variable 'lineEdit' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:172:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:572:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:575:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:575:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:587:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:587:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:597:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:597:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:607:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:607:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:619:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:619:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:673:22: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:673:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:681:14: style: Local variable 'webView' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.h:171:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:681:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:88:20: style: Variable 'shortCut' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:378:18: style: Variable 'urlLineEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/browser/tabwidget.cpp:717:22: style: Variable 'tab' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/chip/mainwindow.cpp:57:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/view.h:58:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/chip/view.h:71:5: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/chip/view.cpp:53:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ControlModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/view.cpp:67:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/view.cpp:229:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollHandDrag [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/view.cpp:236:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SampleBuffers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/view.cpp:242:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/chip/view.cpp:250:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:127:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Clear [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:128:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Source [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:129:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Destination [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:130:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceOver [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:131:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_DestinationOver [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:132:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceIn [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:133:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_DestinationIn [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:134:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceOut [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:135:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_DestinationOut [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:136:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceAtop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:137:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_DestinationAtop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:138:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Xor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:140:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Plus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:141:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Multiply [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:142:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Screen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:143:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Overlay [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:144:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Darken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:145:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Lighten [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:146:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_ColorDodge [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:147:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_ColorBurn [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:148:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_HardLight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:149:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SoftLight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:150:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Difference [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:151:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Exclusion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.cpp:116:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.cpp:252:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceOut [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.cpp:299:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.cpp:336:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.cpp:463:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:62:5: style: Class 'CompositionWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.h:108:5: style: Class 'CompositionRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/declarative/calculator/main.cpp:55:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/composition/composition.cpp:53:20: warning: Member variable 'CompositionWidget::m_cycle_enabled' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/flickr/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/main.cpp:57:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/photoviewer/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:94:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/rssnews/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:180:27: style: Local variable 't' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:149:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:180:27: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:190:27: style: Local variable 't' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:149:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:190:27: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:137:23: style: Variable 't' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:157:27: style: Variable 'nearT' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:167:27: style: Variable 'nearT' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:180:27: style: Variable 't' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/declarative/minehunt/minehunt.cpp:190:27: style: Variable 't' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/declarative/snake/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/samegame/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/twitter/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/declarative/webbrowser/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable deform [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.h:61:5: style: Class 'PathDeformRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.h:76:13: performance: Function 'text()' should return member 'm_text' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:75:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:175:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:261:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:341:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForceOutline [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:391:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:520:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseMove [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/deform/pathdeform.cpp:578:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/AddressBar.h:55:5: style: Class 'AddressBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BookmarksView.cpp:63:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BookmarksView.h:55:5: style: Class 'BookmarksView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BrowserView.cpp:71:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BrowserView.cpp:101:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BrowserView.h:60:5: style: Class 'BrowserView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/ControlStrip.h:52:5: style: Class 'ControlStrip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/TitleBar.h:52:5: style: Class 'TitleBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.h:54:5: style: Class 'FlickCharm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/webview.h:52:5: style: Class 'WebView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/ZoomStrip.h:52:5: style: Class 'ZoomStrip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BrowserWindow.cpp:83:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Forward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/BrowserWindow.cpp:137:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_F3 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/HomeView.h:57:5: style: Class 'HomeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/ControlStrip.cpp:105:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceOver [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/TitleBar.cpp:51:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Minimum [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/TitleBar.cpp:91:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/webview.cpp:60:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:188:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:280:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/desktopwidget.cpp:62:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PicturesLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.h:72:5: style: Class 'ContentTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:68:5: style: Class 'LinkTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/desktopwidget.h:66:5: style: Class 'DesktopWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:69:6: style: The destructor '~LinkTab' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.h:73:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:69:6: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:72:18: style: The function 'populateListWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.h:83:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:72:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:73:18: style: The function 'itemUrl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.h:85:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:73:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:74:18: style: The function 'handleErrorInOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.h:86:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:74:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.cpp:98:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Time [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/contenttab.cpp:128:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:78:5: warning: Member variable 'FlickData::state' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:78:5: warning: Member variable 'FlickData::widget' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.cpp:82:132: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.cpp:52:10: warning: Member variable 'LinkTab::m_WebItem' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.cpp:52:10: warning: Member variable 'LinkTab::m_MailToItem' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:77:22: style: Class 'LinkTab' is unsafe, 'LinkTab::m_WebItem' can leak by wrong usage. [unsafeClassCanLeak] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/linktab.h:78:22: style: Class 'LinkTab' is unsafe, 'LinkTab::m_MailToItem' can leak by wrong usage. [unsafeClassCanLeak] qt-everywhere-opensource-src-4.8.7/demos/embedded/desktopservices/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable desktopservices [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:297:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:300:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:313:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:324:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:327:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:336:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:343:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:351:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/anomaly/src/flickcharm.cpp:357:22: style: Variable 'consumed' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EaseInOutCurve [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:99:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:136:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:158:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:172:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:181:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:199:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:264:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XAxis [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:273:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Running [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:307:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:375:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Right [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:57:5: style: Class 'Digits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/digiflip/digiflip.cpp:298:5: style: Class 'DigiFlip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/embeddedsvgviewer/main.cpp:50:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable embeddedsvgviewer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/embeddedsvgviewer/embeddedsvgviewer.h:57:5: style: Class 'EmbeddedSvgViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:141:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:173:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:232:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:99:5: warning: Class 'Flickable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:99:5: warning: Class 'Flickable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:50:5: style: Class 'FlickableTicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:112:34: style:inconclusive: Function 'setThreshold' argument 1 names different: declaration 'threshold' definition 'th'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.h:59:27: note: Function 'setThreshold' argument 1 names different: declaration 'threshold' definition 'th'. qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.cpp:112:34: note: Function 'setThreshold' argument 1 names different: declaration 'threshold' definition 'th'. qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:125:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:160:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Down [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:179:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:200:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:61:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForwardedChannels [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:102:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Crashed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:66:17: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:92:17: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:51:5: performance: Variable 'imagePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:52:5: performance: Variable 'appCaption' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.h:58:13: performance: Function 'getCaption()' should return member 'appCaption' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:81:5: style: Class 'ColorList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:109:20: style: The function 'scrollOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.h:69:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:109:20: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:114:18: style: The function 'setScrollOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/flickable.h:70:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/embedded/flickable/main.cpp:114:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:49:42: performance: Function parameter 'executableName' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:49:66: performance: Function parameter 'caption' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:49:83: performance: Function parameter 'imageName' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/demoapplication.cpp:49:106: performance: Function parameter 'args' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:137:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionsContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:260:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartElement [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:386:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flightinfo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:107:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:276:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActivationChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.h:98:3: style: Class 'PictureFlow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/slideshow.h:56:5: style: Class 'SlideShow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.h:58:5: style: Class 'FluidLauncher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:190:34: style: Local variable 'attrs' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:170:26: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:190:34: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:136:22: style: Variable 'exitItem' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/fluidlauncher.cpp:155:34: style: Variable 'newDemo' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:238:19: warning: Return value of function regex.indexIn() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:278:62: style: Obsolete function 'QString::toAscii' called. It is recommended to use 'QString::toLatin1' instead. [prohibitedtoAsciiCalled] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:104:5: style: Class 'FlightInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:325:18: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:234:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/flightinfo/flightinfo.cpp:325:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/slideshow.cpp:109:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/slideshow.cpp:171:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/slideshow.cpp:229:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BlankCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:124:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:211:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:256:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Left [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/slideshow.cpp:115:34: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.h:55:5: style: Class 'LightMaps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.h:57:5: style: Class 'SlippyMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:232:17: style: Condition 'snapped' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:224:25: note: Assuming that condition '!snapped' is not redundant qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:232:17: note: Condition 'snapped' is always true qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:185:18: style: Local variable 'p' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:121:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:185:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:176:22: style: Local variable 'p' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:121:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:176:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:195:18: style: Local variable 'p' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:121:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/lightmaps.cpp:195:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:603:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:663:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB16 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:731:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:958:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB16 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1231:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Left [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/mapzoom.cpp:84:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/mapzoom.cpp:116:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserChoice [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.cpp:90:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lightGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.cpp:162:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable User [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmlcalculator/qmlcalculator.cpp:61:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.cpp:89:5: performance: Variable 'm_emptyTile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.cpp:175:5: style: Local variable 'tp' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.cpp:162:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/lightmaps/slippymap.cpp:175:5: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/qmlclocks/qmlclocks.cpp:61:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmldialcontrol/qmldialcontrol.cpp:54:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmleasing/qmleasing.cpp:54:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:414:21: warning: Member variable 'PictureFlowPrivate::singlePress' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:414:21: warning: Member variable 'PictureFlowPrivate::pixelDistanceMoved' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:335:3: style: Class 'PictureFlowPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:892:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:893:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:906:27: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:414:53: style:inconclusive: Function 'PictureFlowPrivate' argument 1 names different: declaration 'widget' definition 'w'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:335:35: note: Function 'PictureFlowPrivate' argument 1 names different: declaration 'widget' definition 'w'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:414:53: note: Function 'PictureFlowPrivate' argument 1 names different: declaration 'widget' definition 'w'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:813:15: style:inconclusive: Function 'renderSlide' argument 4 names different: declaration 'col' definition 'col2'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:408:77: note: Function 'renderSlide' argument 4 names different: declaration 'col' definition 'col2'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:813:15: note: Function 'renderSlide' argument 4 names different: declaration 'col' definition 'col2'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:954:37: style:inconclusive: Function 'recalc' argument 1 names different: declaration 'w' definition 'ww'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:407:19: note: Function 'recalc' argument 1 names different: declaration 'w' definition 'ww'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:954:37: note: Function 'recalc' argument 1 names different: declaration 'w' definition 'ww'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:954:45: style:inconclusive: Function 'recalc' argument 2 names different: declaration 'h' definition 'wh'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:407:26: note: Function 'recalc' argument 2 names different: declaration 'h' definition 'wh'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:954:45: note: Function 'recalc' argument 2 names different: declaration 'h' definition 'wh'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1162:37: style:inconclusive: Function 'setZoomFactor' argument 1 names different: declaration 'zoom' definition 'z'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.h:128:26: note: Function 'setZoomFactor' argument 1 names different: declaration 'zoom' definition 'z'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1162:37: note: Function 'setZoomFactor' argument 1 names different: declaration 'zoom' definition 'z'. qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1088:12: style: Local variable 'ftick' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1038:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1088:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1095:12: style: Local variable 'ftick' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1038:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1095:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:757:13: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmlflickr/qmlflickr.cpp:68:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/fluidlauncher/pictureflow.cpp:1313:12: style: Variable 'incr' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmlflickr/qmlflickr.cpp:98:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmlphotoviewer/qmlphotoviewer.cpp:67:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmlphotoviewer/qmlphotoviewer.cpp:97:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmltwitter/qmltwitter.cpp:67:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/qmltwitter/qmltwitter.cpp:97:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/styledemo/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable styledemo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/styledemo/stylewidget.h:52:5: style: Class 'StyleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/styledemo/stylewidget.cpp:65:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/styledemo/stylewidget.cpp:77:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/styledemo/stylewidget.cpp:90:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/styledemo/stylewidget.cpp:103:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:76:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:152:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:242:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:75:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/embeddeddialog.cpp:52:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToRight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:98:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Backward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/embeddeddialog.cpp:77:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightToLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:104:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UngrabMouse [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:114:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemChildAddedChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:135:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XAxis [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:144:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Running [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:155:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Forward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.cpp:163:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Backward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/embeddeddialog.h:53:5: style: Class 'EmbeddedDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/customproxy.h:52:5: style: Class 'CustomProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:69:5: style: Class 'WeatherInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:382:19: style: Local variable 'h' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:377:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:382:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:227:38: performance: Function parameter 't' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:227:49: performance: Function parameter 'unit' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/embedded/weatherinfo/weatherinfo.cpp:112:18: style: Variable 'action' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/embeddeddialogs/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable embeddeddialogs [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:131:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:173:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpaqueMode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:207:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:255:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_PaintOutsidePaintEvent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:312:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:339:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AA_X11InitThreads [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:84:12: warning: Member variable 'GLPainter::viewportWidth' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:84:12: warning: Member variable 'GLPainter::viewportHeight' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:84:12: warning: Member variable 'GLPainter::swirlyCounter' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:84:12: warning: Member variable 'GLPainter::textCounter' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:84:12: warning: Member variable 'GLPainter::messageYPos' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:84:12: warning: Member variable 'GLPainter::scaleFactor' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:52:5: style: Class 'GLPainter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:235:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:125:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PadSpread [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:126:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RepeatSpread [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:127:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReflectSpread [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:129:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinearGradientPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:130:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RadialGradientPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:131:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConicalGradientPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gradients [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:250:48: style:inconclusive: Function 'GLWidget' argument 2 names different: declaration 'shareWidget' definition 'share'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:235:42: note: Function 'GLWidget' argument 2 names different: declaration 'shareWidget' definition 'share'. qt-everywhere-opensource-src-4.8.7/demos/glhypnotizer/main.cpp:250:48: note: Function 'GLWidget' argument 2 names different: declaration 'shareWidget' definition 'share'. qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:92:5: style: Class 'GradientEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:114:5: style: Class 'GradientRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:147:5: style: Class 'GradientWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:53:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lightGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:142:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:244:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LockToLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:461:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CircleShape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:492:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinearGradientPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:79:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:120:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:288:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Source [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:320:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Left [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:332:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Left [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:218:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:392:37: style:inconclusive: Function 'setDefault' argument 1 names different: declaration 'i' definition 'config'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:156:25: note: Function 'setDefault' argument 1 names different: declaration 'i' definition 'config'. qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:392:37: note: Function 'setDefault' argument 1 names different: declaration 'i' definition 'config'. qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:68:15: style: Local variable 'points' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.h:70:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/gradients/gradients.cpp:68:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp:111:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp:128:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp:88:13: performance:inconclusive: Technically the member function 'QmlApplicationViewerPrivate::adjustPath' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp:91:38: note: Technically the member function 'QmlApplicationViewerPrivate::adjustPath' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp:88:13: note: Technically the member function 'QmlApplicationViewerPrivate::adjustPath' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp:83:5: style: Class 'QmlApplicationViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/interview/main.cpp:53:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interview [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/interview/model.h:74:2: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/interview/model.cpp:97:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/interview/model.cpp:109:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/interview/model.cpp:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsDragEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/interview/model.cpp:134:20: style: Variable 'v' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:141:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:212:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QWIDGETSIZE_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:266:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:405:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetClosable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:482:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:525:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:540:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:554:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetClosable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:557:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetMovable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:560:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetFloatable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:566:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:569:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:572:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:575:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BottomDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:578:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:581:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:584:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:587:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BottomDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:592:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetVerticalTitleBar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:600:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetVerticalTitleBar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:621:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetVerticalTitleBar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:648:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DockWidgetVerticalTitleBar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:699:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable color0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/main.cpp:107:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.h:66:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:608:5: performance: Variable 'leftPm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.h:82:5: style: Class 'ColorSwatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.h:121:5: style: Class 'BlueTitleBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:518:55: style:inconclusive: Function 'allow' argument 2 names different: declaration 'allow' definition 'a'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.h:92:46: note: Function 'allow' argument 2 names different: declaration 'allow' definition 'a'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:518:55: note: Function 'allow' argument 2 names different: declaration 'allow' definition 'a'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:532:55: style:inconclusive: Function 'place' argument 2 names different: declaration 'place' definition 'p'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.h:93:46: note: Function 'place' argument 2 names different: declaration 'place' definition 'p'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:532:55: note: Function 'place' argument 2 names different: declaration 'place' definition 'p'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:562:39: style:inconclusive: Function 'changeFloating' argument 1 names different: declaration 'on' definition 'floating'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.h:99:30: note: Function 'changeFloating' argument 1 names different: declaration 'on' definition 'floating'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:562:39: note: Function 'changeFloating' argument 1 names different: declaration 'on' definition 'floating'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:731:15: style: Local variable 'rect' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:692:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:731:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:473:51: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/colorswatch.cpp:492:51: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:140:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AnimatedDocks [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:176:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AnimatedDocks [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:196:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:229:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:316:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:368:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:401:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToRight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:461:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:475:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Rejected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:410:5: style: Class 'CreateDockWidgetDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/mainwindow.cpp:241:28: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:59:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:84:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:207:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:293:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:311:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:322:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:325:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:328:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:331:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BottomToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:334:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:337:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:340:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:343:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BottomToolBarArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:286:48: style:inconclusive: Function 'allow' argument 2 names different: declaration 'allow' definition 'a'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.h:91:43: note: Function 'allow' argument 2 names different: declaration 'allow' definition 'a'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:286:48: note: Function 'allow' argument 2 names different: declaration 'allow' definition 'a'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:300:48: style:inconclusive: Function 'place' argument 2 names different: declaration 'place' definition 'p'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.h:92:43: note: Function 'place' argument 2 names different: declaration 'place' definition 'p'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:300:48: note: Function 'place' argument 2 names different: declaration 'place' definition 'p'. qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:237:18: style: Variable 'action' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mainwindow/toolbar.cpp:254:18: style: Variable 'action' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartuner.cpp:61:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartuner.cpp:125:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartuner.cpp:160:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartuner.cpp:234:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActiveState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartuner.cpp:302:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fastfouriertransformer.h:52:5: style: Class 'FastFourierTransformer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voiceanalyzer.h:59:5: style: Class 'VoiceAnalyzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartuner.cpp:302:13: style: Variable 'percent' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:69:5: style: Class 'Raycasting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:263:13: style: Condition 'touchDevice' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:261:23: note: Assignment 'touchDevice=false', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:263:13: note: Condition 'touchDevice' is always false qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:128:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/embedded/raycasting/raycasting.cpp:130:15: style: Variable 'finish' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartunerui.cpp:195:38: style:inconclusive: Function 'toggleSound' argument 1 names different: declaration 'off' definition 'noSound'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartunerui.h:76:27: note: Function 'toggleSound' argument 1 names different: declaration 'off' definition 'noSound'. qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/guitartunerui.cpp:195:38: note: Function 'toggleSound' argument 1 names different: declaration 'off' definition 'noSound'. qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voiceanalyzer.cpp:96:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voiceanalyzer.cpp:150:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnSignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voicegenerator.cpp:74:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voicegenerator.cpp:175:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnSignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voicegenerator.cpp:134:16: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voicegenerator.cpp:134:12: style: Variable 't' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voicegenerator.cpp:134:14: style: Variable 't' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/voicegenerator.cpp:215:18: style: Variable 'chunk' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:93:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldNumber [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.h:67:5: style: Class 'BusinessCardHandling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:83:77: style:inconclusive: Function 'findContact' argument 2 names different: declaration 'contact' definition 'c'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.h:70:59: note: Function 'findContact' argument 2 names different: declaration 'contact' definition 'c'. qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:83:77: note: Function 'findContact' argument 2 names different: declaration 'contact' definition 'c'. qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:137:14: style: Local variable 'saveAvatar' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.h:77:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:137:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:68:57: performance: Function parameter 'phoneNumber' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:68:78: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:83:54: performance: Function parameter 'phoneNumber' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.cpp:115:53: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/button.cpp:100:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/button.cpp:49:5: performance: Variable 'm_downPixmap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/button.h:52:5: style: Class 'Button' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:56:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:69:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:93:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:116:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoHandle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:159:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:245:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaptureStillImage [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:298:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LockFocus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:311:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Locked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:341:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PicturesLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:368:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PicturesLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:469:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:56:5: performance: Variable 'm_imageFormat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.h:108:5: style: Class 'CameraExample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/messagehandling.h:64:5: style: Class 'Message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/contactsdlg.h:64:5: style: Class 'ContactsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.h:114:10: style: The function 'updateVideo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.h:67:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.h:114:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.h:70:36: performance: Function parameter 'phoneNumber' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/businesscardhandling.h:77:35: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:347:9: performance: Range variable 'fileName' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:435:45: performance: Function parameter 'phoneNumber' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:497:45: performance: Function parameter 'phoneNumber' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/cameraexample.cpp:497:66: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/contactsdlg.cpp:61:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/contactsdlg.cpp:116:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AscendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/contactsdlg.cpp:147:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/messagehandling.cpp:76:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InboxFolder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/messagehandling.cpp:103:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InboxFolder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/messagehandling.cpp:123:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Mms [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qcamera/messagehandling.cpp:159:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qtbubblelevel/main.cpp:76:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/qtbubblelevel/main.cpp:100:22: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:65:20: style:inconclusive: Technically the member function 'GE::CAudioBuffer::getDataLength' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:67:20: style:inconclusive: Technically the member function 'GE::CAudioBuffer::getBytesPerSample' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:68:20: style:inconclusive: Technically the member function 'GE::CAudioBuffer::getBitsPerSample' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:69:20: style:inconclusive: Technically the member function 'GE::CAudioBuffer::getSamplesPerSec' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:70:22: style:inconclusive: Technically the member function 'GE::CAudioBuffer::getNofChannels' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:114:14: style:inconclusive: Technically the member function 'GE::CAudioBufferPlayInstance::isPlaying' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:115:21: style:inconclusive: Technically the member function 'GE::CAudioBufferPlayInstance::isFinished' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:116:21: style:inconclusive: Technically the member function 'GE::CAudioBufferPlayInstance::destroyWhenFinished' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:97:9: style: Class 'CAudioBufferPlayInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/InvSounds.h:55:5: style: Class 'CInvSounds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:67:18: style: The destructor '~CAudioMixer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:55:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:67:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:73:13: style: The function 'pullAudio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:57:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:73:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:98:18: style: The destructor '~CAudioBufferPlayInstance' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:55:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:98:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:111:13: style: The function 'pullAudio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:57:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:111:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:112:14: style: The function 'canBeDestroyed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:58:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:112:14: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/InvSounds.cpp:146:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/InvSounds.cpp:90:43: performance: Function parameter 'sounds' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:92:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioOut.cpp:127:25: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:83:14: style: Variable 'ntryh' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:173:40: style: Parameter 'cc' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:173:60: style: Parameter 'wa1' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:228:40: style: Parameter 'cc' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:228:60: style: Parameter 'wa1' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:229:16: style: Parameter 'wa2' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:229:27: style: Parameter 'wa3' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:326:53: style: Parameter 'wa' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:627:58: style: Parameter 'ifac' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:693:40: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:746:40: style: Parameter 'cc' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:746:60: style: Parameter 'wa1' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:798:40: style: Parameter 'cc' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:798:60: style: Parameter 'wa1' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:799:22: style: Parameter 'wa2' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:861:40: style: Parameter 'cc' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:861:60: style: Parameter 'wa1' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:862:22: style: Parameter 'wa2' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:862:33: style: Parameter 'wa3' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:952:56: style: Parameter 'cc' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:953:47: style: Parameter 'wa' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:1266:62: style: Parameter 'ifac' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:1349:40: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:72:14: performance:inconclusive: Technically the member function 'GE::CAudioMixer::removeAudioSource' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:108:19: note: Technically the member function 'GE::CAudioMixer::removeAudioSource' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:72:14: note: Technically the member function 'GE::CAudioMixer::removeAudioSource' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:94:58: style:inconclusive: Function 'addAudioSource' argument 1 names different: declaration 's' definition 'source'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:71:53: note: Function 'addAudioSource' argument 1 names different: declaration 's' definition 'source'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:94:58: note: Function 'addAudioSource' argument 1 names different: declaration 's' definition 'source'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:108:52: style:inconclusive: Function 'removeAudioSource' argument 1 names different: declaration 's' definition 'source'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.h:72:47: note: Function 'removeAudioSource' argument 1 names different: declaration 's' definition 'source'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:108:52: note: Function 'removeAudioSource' argument 1 names different: declaration 's' definition 'source'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:108:52: style: Parameter 'source' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEInterfaces.cpp:132:24: style: Variable 't_target' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fastfouriertransformer.cpp:78:25: warning: Member variable 'FastFourierTransformer::m_cutOffForDensitySquared' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:696:9: style: The scope of the variable 'xim1' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:802:29: style: The scope of the variable 't6' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:802:32: style: The scope of the variable 't7' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:802:35: style: The scope of the variable 't8' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:802:38: style: The scope of the variable 't9' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:802:41: style: The scope of the variable 't10' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:1352:9: style: The scope of the variable 'xim1' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:1388:16: style: The scope of the variable 'tsqrt2' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fftpack.c:1389:9: style: The scope of the variable 'x1' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fastfouriertransformer.cpp:148:11: style: The scope of the variable 'densitySquared' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fastfouriertransformer.cpp:125:57: performance: Function parameter 'wave' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/guitartuner/src/fastfouriertransformer.cpp:148:26: style: Variable 'densitySquared' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:68:15: warning: Member variable 'CAudioBuffer::m_nofChannels' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:68:15: warning: Member variable 'CAudioBuffer::m_bitsPerSample' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:68:15: warning: Member variable 'CAudioBuffer::m_signedData' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:68:15: warning: Member variable 'CAudioBuffer::m_samplesPerSec' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:246:27: warning: Member variable 'CAudioBufferPlayInstance::m_fixedCenter' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:246:27: warning: Member variable 'CAudioBufferPlayInstance::m_loopTimes' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:256:27: warning: Member variable 'CAudioBufferPlayInstance::m_fixedCenter' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:80:28: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:98:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:99:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:103:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:106:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:107:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:108:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:109:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:110:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:111:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:112:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:117:32: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:118:32: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:143:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:224:33: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:228:33: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:232:34: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:237:33: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:241:35: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:325:13: style: The scope of the variable 'temp' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:256:67: style:inconclusive: Function 'CAudioBufferPlayInstance' argument 1 names different: declaration 'start_playing' definition 'startPlaying'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:97:49: note: Function 'CAudioBufferPlayInstance' argument 1 names different: declaration 'start_playing' definition 'startPlaying'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:256:67: note: Function 'CAudioBufferPlayInstance' argument 1 names different: declaration 'start_playing' definition 'startPlaying'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:266:92: style:inconclusive: Function 'playBuffer' argument 3 names different: declaration 'fixedSpeed' definition 'speed'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:99:74: note: Function 'playBuffer' argument 3 names different: declaration 'fixedSpeed' definition 'speed'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:266:92: note: Function 'playBuffer' argument 3 names different: declaration 'fixedSpeed' definition 'speed'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:292:53: style:inconclusive: Function 'setLeftVolume' argument 1 names different: declaration 'lvol' definition 'vol'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:102:35: note: Function 'setLeftVolume' argument 1 names different: declaration 'lvol' definition 'vol'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:292:53: note: Function 'setLeftVolume' argument 1 names different: declaration 'lvol' definition 'vol'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:296:54: style:inconclusive: Function 'setRightVolume' argument 1 names different: declaration 'rvol' definition 'vol'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:103:36: note: Function 'setRightVolume' argument 1 names different: declaration 'rvol' definition 'vol'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:296:54: note: Function 'setRightVolume' argument 1 names different: declaration 'rvol' definition 'vol'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:308:72: style:inconclusive: Function 'mixBlock' argument 2 names different: declaration 'bufferLength' definition 'samplesToMix'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.h:120:54: note: Function 'mixBlock' argument 2 names different: declaration 'bufferLength' definition 'samplesToMix'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:308:72: note: Function 'mixBlock' argument 2 names different: declaration 'bufferLength' definition 'samplesToMix'. qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/ga_src/GEAudioBuffer.cpp:311:24: style: Variable 't_target' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/myeventfilter.h:52:5: style: Class 'MyEventFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.h:64:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/main.cpp:87:22: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/main.cpp:84:14: style: Variable 'rootObject' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:141:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AutoConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:175:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QVariant [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:352:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QVariant [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:400:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QVariant [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:535:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QVariant [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:539:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AutoConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:64:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:129:12: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/myeventfilter.cpp:59:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActivationChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.h:67:5: style: Class 'GameEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:336:13: warning: Possible null pointer dereference: missile [nullPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:331:33: note: Assignment 'missile=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:335:5: note: Assuming container is not empty qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:336:13: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:147:54: performance: Function parameter 'plugins' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:227:39: style: Variable 'missile' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:230:39: style: Variable 'enemyMissile' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:252:39: style: Variable 'enemy' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:317:11: style: Variable 'enemy' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:332:29: style: Variable 'enemy' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:366:29: style: Variable 'enemy' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/gameengine.cpp:465:23: style: Variable 'enemy' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:69:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeRootObjectToView [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:152:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PluginsPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:154:16: style: Error code from the return value of function pluginsDir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:93:9: warning: Possible null pointer dereference: w [nullPointer] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:91:18: note: Assignment 'w=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:92:5: note: Assuming container is not empty qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:93:9: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:145:38: performance: Function parameter 'drive' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:145:53: performance: Function parameter 'pluginDir' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/demos/mobile/quickhit/mainwindow.cpp:182:43: style: Variable 'pluginIF' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:79:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FlatCap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:80:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SquareCap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:81:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RoundCap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:83:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BevelJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:84:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MiterJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:85:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RoundJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:90:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SolidLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:91:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DashLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:92:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DotLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:93:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DashDotLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:94:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DashDotDotLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:95:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pathstroke [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:56:5: style: Class 'PathStrokeRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:158:5: style: Class 'PathStrokeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mediaplayer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:65:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:190:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:270:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:398:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FlatCap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:413:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.h:79:5: style: Class 'MediaVideoWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/main.cpp:69:17: style: Condition '!args.empty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/main.cpp:64:12: note: Assuming that condition '!args.empty()' is not redundant qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/main.cpp:69:17: note: Condition '!args.empty()' is always true qt-everywhere-opensource-src-4.8.7/demos/qtdemo/colors.cpp:112:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferAntialias [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/colors.cpp:126:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferAntialias [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/colors.cpp:136:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferAntialias [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/colors.cpp:150:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferAntialias [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/colors.cpp:303:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenGL_Version_2_0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:60:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AltModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:84:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Space [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:119:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowFullScreen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:143:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BlankCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:166:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CustomContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:363:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LoadingState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:519:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:599:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:620:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:651:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinkAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:667:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:675:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayingState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:704:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayingState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:717:111: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MusicLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:787:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Url [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:873:119: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:901:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:938:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScaleAndCrop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:946:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AspectRatio16_9 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:392:21: warning: Member variable 'PathStrokeRenderer::m_pointCount' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:392:21: warning: Member variable 'PathStrokeRenderer::m_mouseDrag' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:398:5: performance: Variable 'm_capStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:399:5: performance: Variable 'm_joinStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:402:5: performance: Variable 'm_penStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:600:38: style: Local variable 'event' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.h:63:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:600:38: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/pathstroke/pathstroke.cpp:277:13: style: Variable 'penWidthLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.cpp:253:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothPixmapTransform [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.cpp:50:11: warning: Member variable 'DemoItem::startFrame' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.h:75:10: style:inconclusive: Technically the member function 'Score::hasQueuedMovies' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:102:12: warning: The class 'ItemCircleAnimation' defines member variable with name 'currGuide' also defined in its parent class 'DemoItem'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:98:12: note: Parent variable 'DemoItem::currGuide' qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:102:12: note: Derived variable 'ItemCircleAnimation::currGuide' qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:71:5: style: Class 'DemoItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitemanimation.h:57:5: style: Class 'DemoItemAnimation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/scanitem.h:51:5: style: Class 'ScanItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:60:5: style: Class 'TextButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.h:56:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/letteritem.h:51:5: style: Class 'LetterItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:51:5: style: Class 'GuideLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:52:5: style: Class 'GuideLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:53:5: style: Class 'GuideCircle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:61:5: style: Class 'ItemCircleAnimation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:56:12: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:82:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:56:12: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:57:10: style: The function 'animationStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:75:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:57:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:58:10: style: The function 'animationStopped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:76:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:58:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:61:21: style: The function 'createImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:102:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:61:21: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:62:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:101:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.h:62:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/scanitem.h:52:14: style: The destructor '~ScanItem' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:72:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/scanitem.h:52:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/scanitem.h:55:13: style: The function 'createImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:102:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/scanitem.h:55:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:62:14: style: The destructor '~TextButton' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:72:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:62:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:65:20: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:82:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:65:20: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:66:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:101:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:66:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:72:10: style: The function 'animationStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:75:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:72:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:73:10: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:77:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:73:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/letteritem.h:52:14: style: The destructor '~LetterItem' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:72:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/letteritem.h:52:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/letteritem.h:55:13: style: The function 'createImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:102:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/letteritem.h:55:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:54:10: style: The function 'guide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:53:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:54:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:55:13: style: The function 'startPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:55:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:55:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:56:13: style: The function 'endPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:56:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:56:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:57:11: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:57:19: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guideline.h:57:11: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:55:10: style: The function 'guide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:53:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:55:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:56:13: style: The function 'startPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:55:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:56:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:57:13: style: The function 'endPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:56:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:57:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:58:11: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:57:19: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guidecircle.h:58:11: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:62:14: style: The destructor '~ItemCircleAnimation' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:72:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:62:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:65:12: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:82:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:65:12: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:66:10: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:101:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:66:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:73:10: style: The function 'animationStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:75:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:73:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:74:10: style: The function 'animationStopped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:76:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:74:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:75:10: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:77:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.h:75:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/colors.cpp:189:40: style: Parameter 'argv' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.cpp:158:44: style:inconclusive: Function 'setGuidedPos' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:94:38: note: Function 'setGuidedPos' argument 1 names different: declaration 'position' definition 'pos'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.cpp:158:44: note: Function 'setGuidedPos' argument 1 names different: declaration 'position' definition 'pos'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitemanimation.cpp:166:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Running [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitemanimation.cpp:196:26: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitemanimation.cpp:196:15: style: Local variable 'demoItem' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitemanimation.h:79:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitemanimation.cpp:196:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoscene.h:50:5: style: Class 'DemoScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demotextitem.cpp:81:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:684:42: style:inconclusive: Function 'setFile' argument 1 names different: declaration 'text' definition 'fileName'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.h:113:33: note: Function 'setFile' argument 1 names different: declaration 'text' definition 'fileName'. qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:684:42: note: Function 'setFile' argument 1 names different: declaration 'text' definition 'fileName'. qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:930:49: style:inconclusive: Function 'showContextMenu' argument 1 names different: declaration 'point' definition 'p'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.h:141:40: note: Function 'showContextMenu' argument 1 names different: declaration 'point' definition 'p'. qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:930:49: note: Function 'showContextMenu' argument 1 names different: declaration 'point' definition 'p'. qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:527:29: style: Local variable 'currentEffect' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:516:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:527:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.cpp:64:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PadSpread [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:365:28: style: Variable 'newVideoRect' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:524:59: style: Variable 'availableEffects' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:573:41: style: Variable 'currEffects' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/qmediaplayer/mediaplayer.cpp:776:22: style: Variable 'fontmono' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.h:54:14: style: The destructor '~DockItem' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:72:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.h:54:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.h:56:20: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:82:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.h:56:20: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.h:57:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:101:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/dockitem.h:57:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:111:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:54:10: performance:inconclusive: Technically the member function 'Guide::move' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.cpp:114:13: note: Technically the member function 'Guide::move' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/qtdemo/guide.h:54:10: note: Technically the member function 'Guide::move' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:57:5: style: Class 'ExampleContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:51:5: style: Class 'HeadingItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:59:20: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:82:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:59:20: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:60:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:101:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:60:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:61:10: style: The function 'animationStopped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:76:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:61:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:62:10: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:77:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:62:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/imageitem.h:57:13: style: The function 'createImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:102:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/imageitem.h:57:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:52:10: style: The function 'animationStarted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:75:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:52:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:53:10: style: The function 'animationStopped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:76:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:53:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:56:21: style: The function 'createImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:102:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.h:56:21: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:120:17: style: The scope of the variable 'beginTag' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:121:17: style: The scope of the variable 'endTag' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:96:13: style: Local variable 'description' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:67:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:96:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:116:13: style: Local variable 'description' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.h:67:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/qtdemo/examplecontent.cpp:116:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/qtdemo/headingitem.cpp:63:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/imageitem.cpp:84:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/imageitem.cpp:84:13: style: Local variable 'image' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/imageitem.h:60:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/qtdemo/imageitem.cpp:84:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/qtdemo/letteritem.cpp:58:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:191:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable moveSpeed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:204:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable moveSpeed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:261:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenHandCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:458:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:466:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/main.cpp:52:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllEvents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/main.cpp:57:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qtdemo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:126:11: warning: Class 'TickerEffect' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:126:11: warning: Class 'TickerEffect' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:125:5: style: Class 'TickerEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:189:5: style: Class 'EffectWhirlWind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:202:5: style: Class 'EffectSnake' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:215:5: style: Class 'EffectScan' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:227:5: style: Class 'EffectRaindrops' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:239:5: style: Class 'EffectLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:72:10: style: The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:57:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:72:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:78:10: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:58:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:78:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:98:10: style: The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:57:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:98:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:104:10: style: The function 'transform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:58:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:104:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:80:28: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:106:28: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:80:19: style: Variable 'parent' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:106:19: style: Variable 'parent' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/itemcircleanimation.cpp:279:17: style: Variable 'letter' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.cpp:57:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DemosPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.cpp:92:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:92:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:105:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SampleBuffers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:172:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoIndex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:188:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoViewportUpdate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:268:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:338:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:377:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:56:5: style: Class 'MenuContentItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:58:20: style: The function 'boundingRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:82:20: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:58:20: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:59:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:101:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:59:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:60:10: style: The function 'animationStopped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:76:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:60:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:61:10: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:77:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menucontent.h:61:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:218:9: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/mainwindow.cpp:243:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/scanitem.cpp:61:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.h:81:10: performance:inconclusive: Technically the member function 'Score::prepare' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.cpp:56:13: note: Technically the member function 'Score::prepare' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.h:81:10: note: Technically the member function 'Score::prepare' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.h:82:10: performance:inconclusive: Technically the member function 'Score::play' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.cpp:83:13: note: Technically the member function 'Score::play' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.h:82:10: note: Technically the member function 'Score::play' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.cpp:93:44: style: Condition 'runMode==FROM_START' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.cpp:90:22: note: Assuming that condition 'runMode==ONLY_IF_VISIBLE' is not redundant qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.cpp:93:44: note: Condition 'runMode==FROM_START' is always false qt-everywhere-opensource-src-4.8.7/demos/qtdemo/score.cpp:138:58: style: Parameter 'movie' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:110:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:297:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Running [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:361:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnknownError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:403:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Crashed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:460:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArrowCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:497:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DemosPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:514:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DemosPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:780:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinearCurve [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:859:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinearCurve [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:949:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinearCurve [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:83:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:143:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:222:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PointingHandCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:307:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PointingHandCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:59:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OrderedDither [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:71:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable shared [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:83:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindingFill [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:102:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Enabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:251:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CC_Slider [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:351:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SliderHandle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:389:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_SliderLength [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:408:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_Hover [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:76:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:134:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:242:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:273:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:324:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:75:5: performance: Variable 'm_tile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.h:89:5: style: Class 'ArthurFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:238:50: style:inconclusive: Function 'loadDescription' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.h:95:41: note: Function 'loadDescription' argument 1 names different: declaration 'filename' definition 'fileName'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:238:50: note: Function 'loadDescription' argument 1 names different: declaration 'filename' definition 'fileName'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:250:49: style:inconclusive: Function 'setDescription' argument 1 names different: declaration 'htmlDesc' definition 'text'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.h:96:40: note: Function 'setDescription' argument 1 names different: declaration 'htmlDesc' definition 'text'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:250:49: note: Function 'setDescription' argument 1 names different: declaration 'htmlDesc' definition 'text'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:256:46: style:inconclusive: Function 'paintDescription' argument 1 names different: declaration 'p' definition 'painter'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.h:93:37: note: Function 'paintDescription' argument 1 names different: declaration 'p' definition 'painter'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:256:46: note: Function 'paintDescription' argument 1 names different: declaration 'p' definition 'painter'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:308:49: style:inconclusive: Function 'loadSourceFile' argument 1 names different: declaration 'fileName' definition 'sourceFile'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.h:98:40: note: Function 'loadSourceFile' argument 1 names different: declaration 'fileName' definition 'sourceFile'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:308:49: note: Function 'loadSourceFile' argument 1 names different: declaration 'fileName' definition 'sourceFile'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:339:5: performance: Range variable 'keyword' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurwidgets.cpp:346:5: performance: Range variable 'keyword' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:206:13: warning: Member variable 'TextButton::scanAnim' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:70:13: style: The function 'createImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/demoitem.h:102:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:70:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:75:65: style:inconclusive: Function 'drawHoverRect' argument 2 names different: declaration 'rect' definition 'r'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.h:54:56: note: Function 'drawHoverRect' argument 2 names different: declaration 'rect' definition 'r'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:75:65: note: Function 'drawHoverRect' argument 2 names different: declaration 'rect' definition 'r'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:314:50: style:inconclusive: Function 'subControlRect' argument 1 names different: declaration 'cc' definition 'control'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.h:66:41: note: Function 'subControlRect' argument 1 names different: declaration 'cc' definition 'control'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:314:50: note: Function 'subControlRect' argument 1 names different: declaration 'cc' definition 'control'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:314:86: style:inconclusive: Function 'subControlRect' argument 2 names different: declaration 'opt' definition 'option'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.h:66:72: note: Function 'subControlRect' argument 2 names different: declaration 'opt' definition 'option'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:314:86: note: Function 'subControlRect' argument 2 names different: declaration 'opt' definition 'option'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:315:46: style:inconclusive: Function 'subControlRect' argument 3 names different: declaration 'sc' definition 'subControl'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.h:67:37: note: Function 'subControlRect' argument 3 names different: declaration 'sc' definition 'subControl'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:315:46: note: Function 'subControlRect' argument 3 names different: declaration 'sc' definition 'subControl'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:387:42: style:inconclusive: Function 'pixelMetric' argument 1 names different: declaration 'metric' definition 'pm'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.h:72:33: note: Function 'pixelMetric' argument 1 names different: declaration 'metric' definition 'pm'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:387:42: note: Function 'pixelMetric' argument 1 names different: declaration 'metric' definition 'pm'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:387:66: style:inconclusive: Function 'pixelMetric' argument 2 names different: declaration 'option' definition 'opt'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.h:72:61: note: Function 'pixelMetric' argument 2 names different: declaration 'option' definition 'opt'. qt-everywhere-opensource-src-4.8.7/demos/shared/arthurstyle.cpp:387:66: note: Function 'pixelMetric' argument 2 names different: declaration 'option' definition 'opt'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:207:62: style:inconclusive: Function 'TextButton' argument 6 names different: declaration 'color' definition 'type'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.h:61:74: note: Function 'TextButton' argument 6 names different: declaration 'color' definition 'type'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/textbutton.cpp:207:62: note: Function 'TextButton' argument 6 names different: declaration 'color' definition 'type'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:56:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_AcceptTouchEvents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:109:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:290:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.h:79:10: performance:inconclusive: Technically the member function 'stopwatch::ClockCycleCounter::compute_clk_mul' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp:174:25: note: Technically the member function 'stopwatch::ClockCycleCounter::compute_clk_mul' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.h:79:10: note: Technically the member function 'stopwatch::ClockCycleCounter::compute_clk_mul' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp:263:15: style: Local variable 'start' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.h:61:7: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp:263:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.hpp:135:10: error: Uninitialized variable: clock_cnt [uninitvar] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:391:13: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:393:13: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:92:31: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:162:44: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:240:31: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:178:35: style: The scope of the variable 'distance' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:360:33: style:inconclusive: Function 'movePoint' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.h:119:24: note: Function 'movePoint' argument 1 names different: declaration 'i' definition 'index'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:360:33: note: Function 'movePoint' argument 1 names different: declaration 'i' definition 'index'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:360:55: style:inconclusive: Function 'movePoint' argument 2 names different: declaration 'newPos' definition 'point'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.h:119:42: note: Function 'movePoint' argument 2 names different: declaration 'newPos' definition 'point'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:360:55: note: Function 'movePoint' argument 2 names different: declaration 'newPos' definition 'point'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:360:67: style:inconclusive: Function 'movePoint' argument 3 names different: declaration 'emitChange' definition 'emitUpdate'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.h:119:55: note: Function 'movePoint' argument 3 names different: declaration 'emitChange' definition 'emitUpdate'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:360:67: note: Function 'movePoint' argument 3 names different: declaration 'emitChange' definition 'emitUpdate'. qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:168:54: style: Local variable 'points' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.h:86:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:168:54: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:169:29: style: Local variable 'pointSize' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.h:89:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/shared/hoverpoints.cpp:169:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:501:9: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:502:9: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:518:9: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:519:9: style: Error code from the return value of function dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:290:53: style:inconclusive: Function 'showDocInAssistant' argument 1 names different: declaration 'docFile' definition 'name'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.h:111:44: note: Function 'showDocInAssistant' argument 1 names different: declaration 'docFile' definition 'name'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:290:53: note: Function 'showDocInAssistant' argument 1 names different: declaration 'docFile' definition 'name'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:319:48: style:inconclusive: Function 'launchExample' argument 1 names different: declaration 'uniqueName' definition 'name'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.h:112:39: note: Function 'launchExample' argument 1 names different: declaration 'uniqueName' definition 'name'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:319:48: note: Function 'launchExample' argument 1 names different: declaration 'uniqueName' definition 'name'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:357:51: style:inconclusive: Function 'launchQmlExample' argument 1 names different: declaration 'uniqueName' definition 'name'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.h:113:42: note: Function 'launchQmlExample' argument 1 names different: declaration 'uniqueName' definition 'name'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:357:51: note: Function 'launchQmlExample' argument 1 names different: declaration 'uniqueName' definition 'name'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:819:70: style:inconclusive: Function 'createLowRightLeafButton' argument 2 names different: declaration 'pos' definition 'xOffset'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.h:119:61: note: Function 'createLowRightLeafButton' argument 2 names different: declaration 'pos' definition 'xOffset'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:819:70: note: Function 'createLowRightLeafButton' argument 2 names different: declaration 'pos' definition 'xOffset'. qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:635:13: style: Local variable 'currentMenu' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.h:130:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/qtdemo/menumanager.cpp:635:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:220:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioInput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:248:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioOutput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:285:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActiveState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:382:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IdleState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:453:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StoppedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:567:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/frequencyspectrum.h:52:5: style: Class 'FrequencySpectrum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:556:9: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:563:9: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrum.h:93:5: style: Struct 'Tone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrum.h:105:5: style: Struct 'SweptTone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrum.h:109:5: style: Struct 'SweptTone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.h:76:5: style: Class 'SpectrumAnalyserThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.h:125:5: style: Class 'SpectrumAnalyser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/wavfile.h:52:5: style: Class 'WavFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:81:5: style: Class 'Engine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/levelmeter.cpp:67:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/levelmeter.cpp:128:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/levelmeter.h:55:5: style: Class 'LevelMeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:323:26: style: Local variable 'recordPosition' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:128:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:323:26: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:336:26: style: Local variable 'playPosition' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:146:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:336:26: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:472:18: style: Local variable 'format' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:97:25: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:472:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:532:22: style: Local variable 'format' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:97:25: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:532:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:566:22: style: Local variable 'format' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:97:25: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:566:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:665:11: style: Local variable 'peakLevel' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:140:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:665:11: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:678:11: style: Local variable 'rmsLevel' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.h:134:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/engine.cpp:678:11: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.h:70:5: style: Class 'MainWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:112:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActiveState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:156:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:205:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:215:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:253:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:335:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/mainwidget.cpp:413:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioOutput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.h:63:5: style: Class 'Waveform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.h:107:9: style: Struct 'TilePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/progressbar.h:53:5: style: Class 'ProgressBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrograph.h:56:5: style: Class 'Spectrograph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/tonegeneratordialog.h:59:5: style: Class 'ToneGeneratorDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/progressbar.cpp:53:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/progressbar.cpp:86:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/progressbar.cpp:106:46: style:inconclusive: Function 'bufferLengthChanged' argument 1 names different: declaration 'length' definition 'bufferSize'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/progressbar.h:60:37: note: Function 'bufferLengthChanged' argument 1 names different: declaration 'length' definition 'bufferSize'. qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/progressbar.cpp:106:46: note: Function 'bufferLengthChanged' argument 1 names different: declaration 'length' definition 'bufferSize'. qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/settingsdialog.cpp:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/settingsdialog.cpp:86:13: style: Variable 'inputDeviceLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/settingsdialog.cpp:93:13: style: Variable 'outputDeviceLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/settingsdialog.cpp:100:13: style: Variable 'windowFunctionLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrograph.cpp:91:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrograph.cpp:203:48: style:inconclusive: Function 'barRange' argument 1 names different: declaration 'barIndex' definition 'index'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrograph.h:77:38: note: Function 'barRange' argument 1 names different: declaration 'barIndex' definition 'index'. qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrograph.cpp:203:48: note: Function 'barRange' argument 1 names different: declaration 'barIndex' definition 'index'. qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:132:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable frequency [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:166:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Q_FUNC_INFO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:237:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QByteArray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:257:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Idle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:273:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Idle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:136:14: style: Condition 'i>0' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:130:16: note: Assignment 'i=2', assigned value is 2 qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/spectrumanalyser.cpp:136:14: note: Condition 'i>0' is always true qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/tonegeneratordialog.cpp:97:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/utils.cpp:69:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/utils.cpp:125:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/wavfile.cpp:92:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/wavfile.cpp:135:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.cpp:65:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.cpp:78:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.cpp:262:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixmap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.cpp:373:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.cpp:242:43: style:inconclusive: Function 'createPixmaps' argument 1 names different: declaration 'newSize' definition 'widgetSize'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.h:88:37: note: Function 'createPixmaps' argument 1 names different: declaration 'newSize' definition 'widgetSize'. qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/waveform.cpp:242:43: note: Function 'createPixmaps' argument 1 names different: declaration 'newSize' definition 'widgetSize'. qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/wavfile.cpp:123:26: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/spectrum/app/wavfile.cpp:130:22: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable spreadsheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/printview.cpp:48:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheetitem.h:62:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:98:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTRL [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:165:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StatusTipRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:203:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:217:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:287:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:465:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionsContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:470:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lightGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:624:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheetdelegate.cpp:65:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheetdelegate.cpp:90:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheetdelegate.h:53:5: style: Class 'SpreadSheetDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheetitem.h:53:5: style: Class 'SpreadSheetItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheet.cpp:416:23: style: Variable 'current' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/demos/spreadsheet/spreadsheetitem.cpp:63:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:53:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable insertRowAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:71:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable table [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:109:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:148:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnRowChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:164:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable table [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:218:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnManualSubmit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:121:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:122:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:123:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:124:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:125:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:126:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:127:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:128:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:129:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:130:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:131:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:132:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:133:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:134:11: style: Error code from the return value of function q.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.h:58:5: style: Class 'Browser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/qsqlconnectiondialog.h:54:5: style: Class 'QSqlConnectionDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:145:40: style:inconclusive: Function 'showTable' argument 1 names different: declaration 'table' definition 't'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.h:70:35: note: Function 'showTable' argument 1 names different: declaration 'table' definition 't'. qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:145:40: note: Function 'showTable' argument 1 names different: declaration 'table' definition 't'. qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:161:43: style:inconclusive: Function 'showMetaData' argument 1 names different: declaration 'table' definition 't'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.h:71:38: note: Function 'showMetaData' argument 1 names different: declaration 'table' definition 't'. qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/browser.cpp:161:43: note: Function 'showMetaData' argument 1 names different: declaration 'table' definition 't'. qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/connectionwidget.cpp:54:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/connectionwidget.h:56:5: style: Class 'ConnectionWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/main.cpp:51:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TolerantMode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sqlbrowser/main.cpp:80:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/animationmanager.cpp:88:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Running [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/animationmanager.cpp:95:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Paused [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/bomb.cpp:106:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IntersectsItemBoundingRect [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/qanimationstate.h:67:5: style: Class 'QAnimationState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat.cpp:90:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsFocusable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat.cpp:271:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat_p.h:142:5: style: Class 'MoveStateRight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat_p.h:159:5: style: Class 'MoveStateLeft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat_p.h:176:5: style: Class 'StopState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat_p.h:194:5: style: Class 'LaunchStateRight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/boat_p.h:215:5: style: Class 'LaunchStateLeft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/graphicsscene.cpp:96:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/graphicsscene.cpp:158:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OutElastic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.h:62:5: style: Class 'PlayState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.h:99:5: style: Class 'PauseState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/progressitem.h:51:5: style: Class 'ProgressItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/textinformationitem.h:51:5: style: Class 'TextInformationItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable subattaq [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/main.cpp:51:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/mainwindow.cpp:62:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTRL [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:99:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_P [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:171:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine.cpp:79:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YAxis [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:82:13: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:83:38: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:87:10: warning: The class 'MovementState' defines member function with name 'onEntry' also defined in its parent class 'QAnimationState'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/qanimationstate.h:77:10: note: Parent function 'QAnimationState::onEntry' qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:87:10: note: Derived function 'MovementState::onEntry' qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:119:10: warning: The class 'ReturnState' defines member function with name 'onEntry' also defined in its parent class 'QAnimationState'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/qanimationstate.h:77:10: note: Parent function 'QAnimationState::onEntry' qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:119:10: note: Derived function 'ReturnState::onEntry' qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:126:10: warning: The class 'ReturnState' defines member function with name 'onExit' also defined in its parent class 'QAnimationState'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/qanimationstate.h:78:10: note: Parent function 'QAnimationState::onExit' qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:126:10: note: Derived function 'ReturnState::onExit' qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:70:5: style: Class 'MovementState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine_p.h:109:5: style: Class 'ReturnState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine.cpp:95:18: style: Local variable 'rotation' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine.h:77:24: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/submarine.cpp:95:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:187:27: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:189:41: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:192:34: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:59:12: warning: Member variable 'PlayState::parallelChild' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:198:13: warning: Member variable 'PauseState::boat' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:278:19: warning: Member variable 'UpdateScoreState::scoreAnimation' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:319:24: warning: Member variable 'CustomSpaceTransition::key' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:278:47: style:inconclusive: Function 'UpdateScoreState' argument 1 names different: declaration 'game' definition 'g'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.h:138:33: note: Function 'UpdateScoreState' argument 1 names different: declaration 'game' definition 'g'. qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/states.cpp:278:47: note: Function 'UpdateScoreState' argument 1 names different: declaration 'game' definition 'g'. qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/torpedo.cpp:65:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InQuad [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/sub-attaq/torpedo.cpp:105:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IntersectsItemBoundingRect [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable textedit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.h:61:5: style: Class 'TextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:78:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonFollowStyle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:165:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LowPriority [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:236:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Undo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:281:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTRL [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:404:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:431:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:489:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:498:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:513:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:539:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:551:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:591:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListDisc [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:662:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:701:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:724:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/commands.cpp:55:5: performance: Variable 'm_shape' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:55:5: style: Class 'Shape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:82:5: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:154:15: style: Local variable 'tb' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.h:124:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:154:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:227:15: style: Local variable 'tb' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.h:124:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:227:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:272:15: style: Local variable 'tb' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.h:124:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:272:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:534:13: style: Local variable 'fileName' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.h:125:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/textedit/textedit.cpp:534:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:134:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:220:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable undo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:373:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.h:55:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:58:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:95:13: performance: Function 'fileName()' should return member 'm_fileName' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:186:12: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:186:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:201:12: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:201:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:230:15: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:230:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:246:22: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:246:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:287:22: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:287:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:311:18: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:311:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:354:22: style: Local variable 'shape' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/demos/undo/document.h:86:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/demos/undo/document.cpp:354:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:61:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actionOpen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:134:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:158:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:269:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:299:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable No [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:315:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:331:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:347:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actionAddCircle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/undo/mainwindow.cpp:384:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actionRed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:64:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CC_Slider [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:98:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PageRight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:114:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:136:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PushButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:155:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Invisible [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:182:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetFocus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:201:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Press [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:209:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Press [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/accessibilityslidersnippet.cpp:229:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListSupportedMethods [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/alphachannel.cpp:70:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/alphachannel.cpp:81:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/alphachannel.cpp:55:6: style: Class 'MyClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/animation/sequential/tracer.cpp:46:9: warning: Member variable 'Tracer::time' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/animation/sequential/tracer.h:52:5: style: Class 'Tracer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:57:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:96:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:134:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:160:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IdleState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:179:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:196:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:47:1: style: The class 'Window2' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audioeffects.cpp:58:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MusicCategory [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/audio/main.cpp:208:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/brush/brush.cpp:49:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/brushstyles/renderarea.cpp:59:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/brushstyles/renderarea.h:51:4: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/brushstyles/stylewidget.h:55:5: style: Class 'StyleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/buffer/buffer.cpp:51:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/buffer/buffer.cpp:66:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/buffer/buffer.cpp:80:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/buffer/buffer.cpp:92:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/buffer/buffer.cpp:106:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/brushstyles/stylewidget.cpp:48:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SolidPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.cpp:84:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.h:58:5: style: Class 'ClipWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.cpp:51:14: style: Local variable 'currentItem' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.h:65:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.cpp:51:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.cpp:52:13: style: Variable 'mimeTypeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.cpp:54:13: style: Variable 'dataLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/clipboard/clipwindow.cpp:84:21: style: Variable 'data' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_containers.cpp:219:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_designer-manual.cpp:47:36: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_examples_icons.cpp:42:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_examples_imageviewer.cpp:47:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_examples_qtscriptcustomclass.cpp:48:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_examples_simpledommodel.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:71:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_LEN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:83:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_LEN_L2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:150:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_LEN_L2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:220:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FFT_LEN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:265:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BR_ARR_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:290:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGO_TABLE_ARR_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:308:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGO_TABLE_ARR_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_graphicsview.cpp:79:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_groups.cpp:45:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable style [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_groups.cpp:50:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:124:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TranslationsPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:168:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LanguageChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:68:24: style: Local variable 'greeting_strings' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:78:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:68:24: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:53:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:59:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:44:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:53:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_i18n.cpp:59:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_layout.cpp:53:5: style: Class 'CardLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_layout.cpp:118:43: style:inconclusive: Function 'setGeometry' argument 1 names different: declaration 'rect' definition 'r'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_layout.cpp:62:35: note: Function 'setGeometry' argument 1 names different: declaration 'rect' definition 'r'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_layout.cpp:118:43: note: Function 'setGeometry' argument 1 names different: declaration 'rect' definition 'r'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:49:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable button [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:150:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:64:10: warning: Return value of function QObject::tr() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:119:24: style: Local variable 'greeting_strings' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:129:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:119:24: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:103:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:109:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:103:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_linguist-manual.cpp:109:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_phonon-api.cpp:144:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_porting-qsa.cpp:58:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable staticMetaObject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_porting4-canvas.cpp:154:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_porting4-designer.cpp:101:5: style: Class 'HelloWorldWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_porting4-designer.cpp:122:5: style: Class 'HelloWorldWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_porting4-designer.cpp:150:5: style: Class 'HelloWorldWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_porting4.cpp:427:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_properties.cpp:82:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3asciidict.cpp:67:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3dict.cpp:44:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3intdict.cpp:43:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3memarray.cpp:95:16: error: Syntax Error: AST broken, binary operator '>' doesn't have two operands. [internalAstError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3ptrdict.cpp:73:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.hpp:541:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGO_BD_LIMIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.hpp:611:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGO_BD_LIMIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.hpp:717:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGO_BD_LIMIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.hpp:786:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGO_BD_LIMIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:108:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:148:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:189:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:110:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:158:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:210:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3ptrlist.cpp:95:1: error: syntax error: 60000 .. if [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3valuelist.cpp:92:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3valuestack.cpp:46:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_q3valuevector.cpp:117:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qalgorithms.cpp:220:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qaxserver.cpp:86:1: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qdbusadaptors.cpp:204:12: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qiterator.cpp:45:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qmake-manual.cpp:54:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qset.cpp:83:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qt4-accessibility.cpp:91:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classname [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qt4-arthur.cpp:133:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qt4-intro.cpp:85:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qt4-mainwindow.cpp:44:1: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qt4-styles.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qt4-tulip.cpp:50:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: performance:inconclusive: Technically the member function 'FFTRealFixLen < 2 >::get_length' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:69:27: note: Technically the member function 'FFTRealFixLen < 2 >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: note: Technically the member function 'FFTRealFixLen < 2 >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: performance:inconclusive: Technically the member function 'FFTRealFixLen < 1 >::get_length' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:69:27: note: Technically the member function 'FFTRealFixLen < 1 >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: note: Technically the member function 'FFTRealFixLen < 1 >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: performance:inconclusive: Technically the member function 'FFTRealFixLen < 0 >::get_length' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:69:27: note: Technically the member function 'FFTRealFixLen < 0 >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: note: Technically the member function 'FFTRealFixLen < 0 >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: performance:inconclusive: Technically the member function 'FFTRealFixLen < FFTLengthPowerOfTwo >::get_length' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp:69:27: note: Technically the member function 'FFTRealFixLen < FFTLengthPowerOfTwo >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h:63:15: note: Technically the member function 'FFTRealFixLen < FFTLengthPowerOfTwo >::get_length' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp:41:9: warning: Class 'FFTRealWrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp:41:9: warning: Class 'FFTRealWrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:75:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerMemberSheetExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:93:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:134:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerContainerExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:152:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:192:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:209:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerContainerExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:300:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerPropertySheetExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:318:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:114:5: style: Class 'MyContainerExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:236:5: style: Class 'MyCustomWidgets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:125:21: style: class member 'MyContainerExtension::myWidget' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:182:21: style: class member 'MyTaskMenuExtension::widget' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtdesigner.cpp:183:14: style: class member 'MyTaskMenuExtension::myAction' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qthelp.cpp:55:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtestlib.cpp:84:21: warning: Return value of function string1.localeAwareCompare() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtestlib.cpp:49:7: style: Same expression on both sides of '=='. [duplicateExpression] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtestlib.cpp:81:17: style: The scope of the variable 'string1' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtestlib.cpp:82:17: style: The scope of the variable 'string2' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.hpp:105:24: error: Shifting by a negative value is undefined behaviour [shiftNegative] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.hpp:132:24: error: Shifting by a negative value is undefined behaviour [shiftNegative] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qtscript.cpp:74:7: error: syntax error: ... . } [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTRealSelect.hpp:41:44: style: Parameter 'e_ptr' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_qvarlengtharray.cpp:76:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_resources.cpp:50:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable graphlib [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_richtext.cpp:79:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_styles.cpp:43:9: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_stylesheet.cpp:93:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PE_Widget [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_unix-signal-handlers.cpp:96:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SA_RESTART [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_unix-signal-handlers.cpp:47:5: style: Class 'MyDaemon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/doc_src_wince-customization.cpp:48:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_activeqt_container_qaxbase.cpp:128:29: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_activeqt_container_qaxscript.cpp:44:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_activeqt_control_qaxfactory.cpp:155:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_activeqt_control_qaxbindable.cpp:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IID_ISomeCOMInterface [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_activeqt_control_qaxbindable.cpp:48:5: style: Class 'MyActiveX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_activeqt_control_qaxbindable.cpp:75:18: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_codecs_qtextcodec.cpp:60:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_concurrent_qfuture.cpp:45:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_concurrent_qfuturesynchronizer.cpp:48:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable anotherFunction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_concurrent_qtconcurrentexception.cpp:55:1: error: syntax error: keyword 'try' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_concurrent_qtconcurrentfilter.cpp:156:5: style: Struct 'StartsWith' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_concurrent_qtconcurrentrun.cpp:97:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_concurrent_qtconcurrentmap.cpp:169:5: style: Struct 'Scaled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_global_qglobal.cpp:313:40: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qdatastream.cpp:46:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qdir.cpp:46:1: error: There is an unknown macro here somewhere. Configuration is required. If QDir is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qdiriterator.cpp:43:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qfile.cpp:66:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qfile.cpp:65:11: style: Local variable 'file' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qfile.cpp:42:7: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qfile.cpp:65:11: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qfileinfo.cpp:135:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:133:57: warning: Invalid std::log() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:115:23: note: Assignment 'err_avg=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:117:39: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:127:2: note: Compound assignment '/=', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:133:57: note: Invalid argument qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:181:57: warning: Invalid std::log() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:163:23: note: Assignment 'err_avg=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:165:39: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:175:2: note: Compound assignment '/=', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:181:57: note: Invalid argument qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:234:57: warning: Invalid std::log() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:215:23: note: Assignment 'err_avg=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:217:39: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:228:2: note: Compound assignment '/=', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:234:57: note: Invalid argument qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qiodevice.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qprocess.cpp:47:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MergedChannels [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qprocess.cpp:67:10: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qprocess.cpp:129:25: style: Variable 'environment' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.h:91:7: performance:inconclusive: Technically the member function 'FFTReal::get_trigo_level_index' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.hpp:418:20: note: Technically the member function 'FFTReal::get_trigo_level_index' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/FFTReal.h:91:7: note: Technically the member function 'FFTReal::get_trigo_level_index' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qsettings.cpp:94:7: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_io_qtextstream.cpp:43:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/test.cpp:76:15: style: Condition 'ret_val==0' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/test.cpp:70:19: note: Assignment 'ret_val=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/test.cpp:76:15: note: Condition 'ret_val==0' is always true qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:74:14: style: Condition 'ret_val==0' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:101:19: note: Assignment 'ret_val=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:72:28: note: Calling function 'perform_test_d' returns 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:72:28: note: Assignment 'ret_val=perform_test_d(fft,class_name_0)', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:74:14: note: Condition 'ret_val==0' is always true qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:78:14: style: Condition 'ret_val==0' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:149:19: note: Assignment 'ret_val=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:76:28: note: Calling function 'perform_test_i' returns 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:76:28: note: Assignment 'ret_val=perform_test_i(fft,class_name_0)', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:78:14: note: Condition 'ret_val==0' is always true qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:83:14: style: Condition 'ret_val==0' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:197:19: note: Assignment 'ret_val=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:80:29: note: Calling function 'perform_test_di' returns 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:80:29: note: Assignment 'ret_val=perform_test_di(fft,class_name_0)', assigned value is 0 qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:83:14: note: Condition 'ret_val==0' is always true qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qabstractitemmodel.cpp:96:5: style: Class 'CustomDataProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qcoreapplication.cpp:54:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qmetaobject.cpp:65:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pushButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qmetatype.cpp:76:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:62:16: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:57:29: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:62:16: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:66:16: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:57:29: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:66:16: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:70:14: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:57:29: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:70:14: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:75:16: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:57:29: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestSpeed.hpp:75:16: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:70:14: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:65:19: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:70:14: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:117:50: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:101:19: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:117:50: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qmetaobject.cpp:59:21: style: Variable 'normType' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:165:50: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:149:19: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:165:50: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:217:50: style: The comparison 'ret_val == 0' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:197:19: note: 'ret_val' is assigned value '0' here. qt-everywhere-opensource-src-4.8.7/demos/spectrum/3rdparty/fftreal/TestAccuracy.hpp:217:50: note: The comparison 'ret_val == 0' is always true. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qmimedata.cpp:91:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qobject.cpp:167:63: error: Unmatched ')'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_kernel_qvariant.cpp:103:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_plugin_qlibrary.cpp:45:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qatomic.cpp:56:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qmutex.cpp:188:9: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qmutexpool.cpp:44:5: style: Class 'Number' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qreadwritelock.cpp:71:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qreadwritelock.cpp:84:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qthread.cpp:76:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable result [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_thread_qwaitcondition_unix.cpp:42:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:64:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qhash.cpp:80:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:88:14: warning: Return value of function QByteArray().isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:89:14: warning: Return value of function QByteArray().isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:91:16: warning: Return value of function QByteArray("").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:92:16: warning: Return value of function QByteArray("").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:94:19: warning: Return value of function QByteArray("abc").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:95:19: warning: Return value of function QByteArray("abc").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:109:14: warning: Return value of function QByteArray().isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:110:16: warning: Return value of function QByteArray("").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:111:19: warning: Return value of function QByteArray("abc").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:154:14: warning: Return value of function QByteArray().isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:155:16: warning: Return value of function QByteArray("").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:156:19: warning: Return value of function QByteArray("abc").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:394:6: warning: Return value of function text.data() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:400:6: warning: Return value of function text.data() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:128:7: error: Out of bounds access in expression 'ba[i]' because 'ba' is empty. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:46:14: style: Variable 'ba' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:101:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:128:11: style: Variable 'ba[i]' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:146:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:148:3: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:269:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:276:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:283:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:284:14: style: Variable 'z' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:290:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:297:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:304:4: style: Variable 'ba' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:311:4: style: Variable 'ba' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:318:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:324:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:331:9: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:332:9: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:339:10: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:340:10: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:346:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp:373:15: style: Variable 'ba' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qlinkedlist.cpp:57:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qlistdata.cpp:71:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qmap.cpp:80:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qqueue.cpp:46:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qregexp.cpp:47:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qscopedpointer.cpp:96:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qstring.cpp:76:4: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qtimeline.cpp:54:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_tools_qvector.cpp:58:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_corelib_xml_qxmlstream.cpp:44:3: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_accessible_qaccessible.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_dialogs_qabstractprintdialog.cpp:43:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_dialogs_qfiledialog.cpp:70:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_dialogs_qfontdialog.cpp:45:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_dialogs_qmessagebox.cpp:54:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_effects_qgraphicseffect.cpp:82:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_dialogs_qwizard.cpp:47:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Page_Evaluate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_dialogs_qwizard.cpp:74:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable layout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_embedded_qscreen_qws.cpp:47:17: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_embedded_qtransportauth_qws.cpp:50:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Trusted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_embedded_qtransportauth_qws.cpp:46:23: style: Variable 'conData' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_embedded_qtransportauth_qws.cpp:49:9: style: Variable 'conData' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_embedded_qwindowsystem_qws.cpp:76:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsitem.cpp:163:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:48:20: style: Local variable 'scene' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:67:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:48:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:49:27: style: Local variable 'proxy' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:68:23: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:49:27: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:51:19: style: Local variable 'view' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:70:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:51:19: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:49:27: style: Variable 'proxy' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp:49:33: style: Variable 'proxy' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsscene.cpp:52:14: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_graphicsview_qgraphicsview.cpp:79:14: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_image_qicon.cpp:59:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Off [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_image_qimage.cpp:78:41: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_image_qimagereader.cpp:56:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_image_qimagewriter.cpp:57:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_image_qpixmap.cpp:42:39: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_image_qpixmapcache.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_itemviews_qabstractitemview.cpp:43:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable realWidth [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_itemviews_qidentityproxymodel.cpp:53:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_itemviews_qstandarditemmodel.cpp:43:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_itemviews_qtreewidget.cpp:45:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_kernel_qapplication.cpp:161:1: error: syntax error: - .. for [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_kernel_qevent.cpp:47:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_kernel_qlayout.cpp:63:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_kernel_qlayoutitem.cpp:44:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cache_dirty [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_kernel_qlayoutitem.cpp:46:26: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_kernel_qwidget.cpp:136:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_painting_qmatrix.cpp:42:2: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_painting_qpainter.cpp:222:9: error: There is an unknown macro here somewhere. Configuration is required. If point is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_painting_qtransform.cpp:42:2: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_painting_qregion.cpp:45:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ellipse [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_qproxystyle.cpp:49:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SH_UnderlineShortcut [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_qproxystyle.cpp:68:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SH_UnderlineShortcut [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_qproxystyle.cpp:76:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable textedit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_styles_qstyle.cpp:42:1: error: syntax error: . / [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_text_qsyntaxhighlighter.cpp:76:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_text_qtextdocument.cpp:43:33: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_text_qtextlayout.cpp:45:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_util_qcompleter.cpp:61:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_util_qdesktopservices.cpp:55:12: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_widgets_qdockwidget.cpp:43:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_widgets_qmenu.cpp:74:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_widgets_qrubberband.cpp:44:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable origin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_widgets_qrubberband.cpp:53:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable origin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_gui_widgets_qworkspace.cpp:44:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable workspace [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_access_qftp.cpp:58:1: error: There is an unknown macro here somewhere. Configuration is required. If start is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_access_qhttp.cpp:67:1: error: There is an unknown macro here somewhere. Configuration is required. If requestStarted is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_access_qnetworkdiskcache.cpp:61:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SourceIsFromCacheAttribute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_bearer_qnetworkconfigmanager.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_kernel_qhostaddress.cpp:45:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_kernel_qhostinfo.cpp:86:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_socket_qabstractsocket.cpp:43:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_socket_qlocalsocket_unix.cpp:43:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_socket_qnativesocketengine.cpp:57:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_socket_qudpsocket.cpp:44:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable udpSocket [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_ssl_qsslcertificate.cpp:42:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_network_ssl_qsslsocket.cpp:66:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_opengl_qgl.cpp:62:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qdbus_qdbusabstractinterface.cpp:46:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qdbus_qdbusargument.cpp:130:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MyValue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qdbus_qdbuscontext.cpp:60:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NotSupported [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qdbus_qdbuscontext.cpp:69:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qdbus_qdbusinterface.cpp:49:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qdbus_qdbusreply.cpp:43:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_canvas_q3canvas.cpp:85:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_dialogs_q3progressdialog.cpp:44:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_dialogs_q3filedialog.cpp:74:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_itemviews_q3iconview.cpp:51:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_itemviews_q3listview.cpp:77:8: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_itemviews_q3table.cpp:93:5: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_network_q3dns.cpp:44:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_network_q3ftp.cpp:64:1: error: There is an unknown macro here somewhere. Configuration is required. If start is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_network_q3http.cpp:73:1: error: There is an unknown macro here somewhere. Configuration is required. If requestStarted is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_network_q3socket.cpp:42:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_other_q3process.cpp:44:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_sql_q3databrowser.cpp:44:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_sql_q3datatable.cpp:44:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_sql_q3sqlcursor.cpp:44:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_sql_q3sqlpropertymap.cpp:74:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_sql_q3sqlselectcursor.cpp:50:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_text_q3textedit.cpp:58:36: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_tools_q3garray.cpp:46:16: error: Syntax Error: AST broken, binary operator '>' doesn't have two operands. [internalAstError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_tools_q3signal.cpp:60:5: warning: Class 'MyClass' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_tools_q3signal.cpp:60:5: warning: Class 'MyClass' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_widgets_q3datetimeedit.cpp:49:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MDY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qt3support_widgets_q3mainwindow.cpp:64:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qtestlib_qtestcase.cpp:156:35: debug: Function::addArguments found argument 'point' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_qtestlib_qtestcase.cpp:79:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable expected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_script_qscriptclass.cpp:42:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_script_qscriptengine.cpp:215:4: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_script_qscriptvalueiterator.cpp:45:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_kernel_qsqldatabase.cpp:73:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_kernel_qsqldriver.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_kernel_qsqlerror.cpp:44:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_kernel_qsqlindex.cpp:44:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_kernel_qsqlquery.cpp:53:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_kernel_qsqlresult.cpp:57:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_sql_models_qsqlquerymodel.cpp:42:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_xml_dom_qdom.cpp:64:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_xmlpatterns_api_qabstracturiresolver.cpp:42:1: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/src_xmlpatterns_api_qxmlresultitems.cpp:46:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_extension_extension.cpp:47:8: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_assistant_compat_lib_qassistantclient.cpp:57:5: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_extension_default_extensionfactory.cpp:45:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerContainerExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_extension_default_extensionfactory.cpp:63:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_extension_qextensionmanager.cpp:44:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractformwindow.cpp:53:5: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:58:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable expectedValue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractwidgetbox.cpp:64:9: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:52:47: style: Local variable 'propertyEditor' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:42:43: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:52:47: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:51:36: performance: Function parameter 'property' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:52:47: style: Variable 'propertyEditor' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:56:29: style: Variable 'widget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_sdk_abstractpropertyeditor.cpp:53:28: style: Variable 'propertyEditor' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_uilib_abstractformbuilder.cpp:47:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_designer_src_lib_uilib_formbuilder.cpp:61:25: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_patternist_qapplicationargumentparser.cpp:42:2: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/code/tools_shared_qtgradienteditor_qtgradientdialog.cpp:44:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/colors/window.h:46:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/coordsys/coordsys.cpp:55:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/colors/window.cpp:68:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/coordsys/coordsys.cpp:62:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/customstyle/customstyle.cpp:48:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/customstyle/customstyle.cpp:59:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PE_IndicatorSpinUp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/customviewstyle.cpp:52:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PE_PanelItemViewItem [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/declarative/qtbinding/enums/imageviewer.h:59:5: style: Class 'ImageViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/declarative/qtbinding/loading/main.cpp:50:10: style: Variable 'object' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/declarative/qtbinding/loading/main.cpp:50:17: style: Variable 'object' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/declarative/qtbinding/signals-cpp/imageviewer.h:50:5: style: Class 'ImageViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/declarative/qtbinding/signals-qml/main.cpp:48:14: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/declarative/qtbinding/variantlistmap/main.cpp:51:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable green [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/autoconnection/imagedialog.cpp:59:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cancelButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/autoconnection/imagedialog.cpp:66:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/autoconnection/imagedialog.h:52:5: style: Class 'ImageDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/multipleinheritance/imagedialog.cpp:57:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable okButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/multipleinheritance/imagedialog.h:51:5: style: Class 'ImageDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/noautoconnection/imagedialog.cpp:61:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cancelButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/noautoconnection/imagedialog.cpp:72:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/noautoconnection/imagedialog.h:52:5: style: Class 'ImageDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/designer/singleinheritance/imagedialog.h:51:5: style: Class 'ImageDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dialogs/dialogs.cpp:141:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Retry [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dialogs/dialogs.cpp:210:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowModal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dialogs/dialogs.cpp:54:1: style: The class 'EditorWindow' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dialogs/dialogs.cpp:226:5: style: Class 'Operation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dialogs/dialogs.cpp:151:13: style: Variable 'errorDetails' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dockwidgets/mainwindow.h:55:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dockwidgets/mainwindow.cpp:67:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dockwidgets/mainwindow.cpp:98:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dockwidgets/mainwindow.cpp:112:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dockwidgets/mainwindow.cpp:120:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/dragwidget.cpp:48:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyledPanel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/dragwidget.cpp:71:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/dragwidget.cpp:105:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/dragwidget.cpp:113:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/dragwidget.h:59:5: style: Class 'DragWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/mainwindow.h:60:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/mainwindow.cpp:51:13: style: Variable 'mimeTypeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/draganddrop/mainwindow.cpp:54:13: style: Variable 'dataLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dragging/mainwindow.h:58:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dragging/mainwindow.cpp:45:13: warning: Member variable 'MainWindow::nameEdit' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:80:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.h:57:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:45:9: warning: Member variable 'Window::dropFrame' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:79:14: style: The scope of the variable 'ignoreAction' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:48:13: style: Variable 'textLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:51:13: style: Variable 'mimeTypeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:76:14: style: Variable 'copyAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:77:14: style: Variable 'moveAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:78:14: style: Variable 'linkAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:79:14: style: Variable 'ignoreAction' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:89:14: style: Variable 'result' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:79:27: style: Variable 'ignoreAction' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropactions/window.cpp:87:22: style: Variable 'ignoreAction' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droparea.cpp:49:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droparea.cpp:59:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droparea.cpp:78:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RichText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droparea.cpp:100:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RichText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droparea.cpp:123:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dark [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropevents/window.h:57:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropevents/window.cpp:46:9: warning: Member variable 'Window::dropFrame' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropevents/window.cpp:50:13: style: Variable 'textLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/dropevents/window.cpp:53:13: style: Variable 'mimeTypeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droprectangle/window.h:57:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droprectangle/window.cpp:55:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyledPanel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droprectangle/window.cpp:48:13: style: Variable 'textLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/droprectangle/window.cpp:51:13: style: Variable 'mimeTypeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/eventfilters/filterobject.cpp:53:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeyPress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/eventfilters/filterobject.h:51:5: style: Class 'FilterObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/events/events.cpp:53:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/events/events.cpp:79:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeyPress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/events/events.cpp:86:17: style: Variable 'myEvent' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/events/events.cpp:86:25: style: Variable 'myEvent' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/explicitlysharedemployee/employee.cpp:77:5: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/explicitlysharedemployee/employee.cpp:85:5: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/explicitlysharedemployee/main.cpp:47:21: style: Variable 'e2' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/file/file.cpp:56:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/file/file.cpp:70:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/file/file.cpp:85:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/file/file.cpp:96:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/file/file.cpp:107:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/filedialogurls.cpp:50:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MusicLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/fileinfo/main.cpp:71:18: style: Variable 'button1' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/fileinfo/main.cpp:72:18: style: Variable 'button2' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/fileinfo/main.cpp:73:18: style: Variable 'button3' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/fileinfo/main.cpp:74:18: style: Variable 'button4' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/fileinfo/main.cpp:75:18: style: Variable 'button5' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/fileinfo/main.cpp:76:18: style: Variable 'button6' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/i18n-non-qt-class/myclass.cpp:46:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/image/image.cpp:50:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_MonoLSB [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/image/image.cpp:51:31: error: Uninitialized variable: x [uninitvar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/image/image.cpp:53:31: error: Uninitialized variable: x [legacyUninitvar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/image/image.cpp:45:9: style: Variable 'x' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/image/supportedformat.cpp:48:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Description [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/inherited-slot/button.h:52:5: style: Class 'Button' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/inherited-slot/main.cpp:54:16: style: Variable 'lineEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/itemselection/main.cpp:76:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Select [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/itemselection/model.h:53:5: style: Class 'TableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/itemselection/model.cpp:103:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/itemselection/model.cpp:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/itemselection/model.cpp:135:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/itemselection/model.cpp:153:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:51:18: style: Variable 'button1' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:53:18: style: Variable 'button2' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:54:18: style: Variable 'button3' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:55:18: style: Variable 'button4' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:56:18: style: Variable 'button5' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:80:18: style: Variable 'button1' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:82:18: style: Variable 'button2' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:83:18: style: Variable 'button3' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:84:18: style: Variable 'button4' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/layouts/layouts.cpp:85:18: style: Variable 'button5' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/mainwindowsnippet.cpp:67:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolButtonTextOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/mainwindowsnippet.cpp:87:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/matrix/matrix.cpp:53:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/mdiareasnippets.cpp:65:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/matrix/matrix.cpp:73:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/mdiareasnippets.cpp:85:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/matrix/matrix.cpp:110:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/matrix/matrix.cpp:127:27: style: Variable 'simpleWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/matrix/matrix.cpp:128:29: style: Variable 'combinedWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/matrix/matrix.cpp:129:22: style: Variable 'basicWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/medianodesnippet.cpp:62:36: style: Variable 'inputPaths' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/medianodesnippet.cpp:64:37: style: Variable 'outputPaths' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/moc/main.cpp:53:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable High [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/moc/main.cpp:50:10: warning: Member variable 'MyClass2::m_priority' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.h:52:5: style: Class 'LinearModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.h:56:5: style: Class 'LinearView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/moc/myclass1.h:54:5: style: Class 'MyClass1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/window.h:55:17: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/moc/myclass2.h:58:5: style: Class 'MyClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/moc/myclass3.h:54:5: style: Class 'MyClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.cpp:102:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.cpp:119:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.cpp:130:73: style:inconclusive: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.h:63:64: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.cpp:130:73: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.cpp:144:73: style:inconclusive: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.h:64:64: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/model.cpp:144:73: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:64:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:251:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/window.cpp:92:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:226:9: style: Same expression used in consecutive assignments of 'firstRow' and 'lastRow'. [duplicateAssignExpression] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:227:9: note: Same expression used in consecutive assignments of 'firstRow' and 'lastRow'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:226:9: note: Same expression used in consecutive assignments of 'firstRow' and 'lastRow'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:86:47: style:inconclusive: Function 'itemRect' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.h:74:39: note: Function 'itemRect' argument 1 names different: declaration 'item' definition 'index'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:86:47: note: Function 'itemRect' argument 1 names different: declaration 'item' definition 'index'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:277:21: style: Local variable 'index' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:270:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:277:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:278:13: style: Local variable 'value' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:271:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/modelview-subclasses/view.cpp:278:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/myscrollarea.cpp:70:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_Resized [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/myscrollarea.cpp:46:5: style: Class 'MyScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/myscrollarea.cpp:60:37: style:inconclusive: Function 'MyScrollArea' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/myscrollarea.cpp:46:27: note: Function 'MyScrollArea' argument 1 names different: declaration 'w' definition 'widget'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/myscrollarea.cpp:60:37: note: Function 'MyScrollArea' argument 1 names different: declaration 'w' definition 'widget'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/network/tcpwait.cpp:54:9: style: The scope of the variable 'numRead' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/network/tcpwait.cpp:54:17: style: Variable 'numRead' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/network/tcpwait.cpp:54:35: style: Variable 'numReadTotal' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/network/tcpwait.cpp:62:15: style: Variable 'numReadTotal' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:69:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:85:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:139:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:181:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:202:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightToLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1127:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_GroupBoxCheckBox [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1481:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1946:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_None [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2050:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2087:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2404:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2435:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2590:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Mid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2691:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TicksBelow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/painterpath/painterpath.cpp:49:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/mainwindow.h:56:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/mainwindow.cpp:78:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/mainwindow.cpp:103:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.h:52:5: style: Class 'StringListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:78:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:93:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:110:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:129:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:142:77: style:inconclusive: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.h:64:64: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:142:77: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:158:77: style:inconclusive: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.h:65:64: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/persistentindexes/model.cpp:158:77: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/phonon.cpp:58:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VideoCategory [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/phononobjectdescription.cpp:68:25: style: Variable 'effect' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/phononobjectdescription.cpp:68:32: style: Variable 'effect' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:68:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable myImage [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:127:26: style: Parameter 'picture' can be declared as pointer to const. However it seems that 'readSVG' is a callback function, if 'picture' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:148:46: note: You might need to cast the function pointer here qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:127:26: note: Parameter 'picture' can be declared as pointer to const qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:135:27: style: Parameter 'picture' can be declared as pointer to const. However it seems that 'writeSVG' is a callback function, if 'picture' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:148:55: note: You might need to cast the function pointer here qt-everywhere-opensource-src-4.8.7/doc/src/snippets/picture/picture.cpp:135:27: note: Parameter 'picture' can be declared as pointer to const qt-everywhere-opensource-src-4.8.7/doc/src/snippets/plaintextlayout/window.h:51:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/plaintextlayout/window.cpp:97:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/plaintextlayout/window.cpp:49:5: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/pointer/pointer.cpp:51:5: warning: Either the condition 'label' is redundant or there is possible null pointer dereference: label. [nullPointerRedundantCheck] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/pointer/pointer.cpp:55:9: note: Assuming that condition 'label' is not redundant qt-everywhere-opensource-src-4.8.7/doc/src/snippets/pointer/pointer.cpp:51:5: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/doc/src/snippets/porting4-dropevents/window.h:57:5: style: Class 'MyWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/porting4-dropevents/window.cpp:88:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/printing-qprinter/errors.cpp:49:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PdfFormat [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/porting4-dropevents/window.cpp:45:11: warning: Member variable 'MyWidget::mimeTypeCombo' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/porting4-dropevents/window.cpp:45:11: warning: Member variable 'MyWidget::dropFrame' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/porting4-dropevents/window.cpp:48:13: style: Variable 'textLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/printing-qprinter/object.h:48:5: style: Class 'Object' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/printing-qprinter/object.cpp:55:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:61:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SliderRangeChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:71:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable singleStep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:97:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_WState_OwnSizePolicy [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:195:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SliderMove [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:217:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SliderMove [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:250:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ValueChanged [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:321:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SliderNoAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:343:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SliderPageStepAdd [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:374:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ControlModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qabstractsliderisnippet.cpp:397:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SliderNoAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qdir-filepaths/main.cpp:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qdir-listfiles/main.cpp:49:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qdir-namefilters/main.cpp:47:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2659:20: style: Variable 'pixmap' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2656:20: note: $symbol is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2659:20: note: $symbol is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2209:13: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2211:13: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:2209:13: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:164:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1002:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:251:27: style: Variable 'titleRect' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1166:17: style: Variable 'spinnerWidth' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1200:43: style: Variable 'button' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1481:25: style: Variable 'sunken' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1575:32: style: Variable 'contentsRect' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1702:20: style: Variable 'fw' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1774:29: style: Variable 'fieldRect' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1818:28: style: Variable 'rect' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1837:25: style: Variable 'topLeft' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1838:26: style: Variable 'topRight' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1839:28: style: Variable 'bottomLeft' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1841:25: style: Variable 'topLeft' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1842:26: style: Variable 'topRight' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/javastyle.cpp:1843:28: style: Variable 'bottomLeft' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qgl-namespace/main.cpp:43:26: style: Parameter 'argv' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlabel/main.cpp:48:5: style: Class 'Updater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlabel/main.cpp:71:16: style: Variable 'editor' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlineargradient/paintwidget.h:53:5: style: Class 'PaintWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlineargradient/paintwidget.cpp:62:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/mainwindow.cpp:58:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExtendedSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/model.cpp:71:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IgnoreAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/model.cpp:127:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsDragEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/model.cpp:139:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/model.cpp:165:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/model.h:62:5: style: Class 'DragDropListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/mainwindow.cpp:57:12: style: Local variable 'listView' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/mainwindow.h:58:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-dnd/mainwindow.cpp:57:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/mainwindow.cpp:72:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SingleSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/mainwindow.cpp:91:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AscendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/mainwindow.cpp:96:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/mainwindow.cpp:113:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.h:63:5: style: Class 'StringListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/mainwindow.cpp:116:31: style: Variable 'statusTipText' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:84:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:99:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:116:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:135:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:148:77: style:inconclusive: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.h:75:64: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:148:77: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:164:77: style:inconclusive: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.h:76:64: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistview-using/model.cpp:164:77: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:57:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SingleSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:79:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:78:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:79:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:80:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:79:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:80:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:81:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:80:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:81:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:82:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:81:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:82:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:83:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:82:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:83:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:84:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:83:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:84:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:85:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:84:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:85:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:86:10: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:85:10: note: item is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:86:10: note: item is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:56:14: style: Local variable 'listWidget' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.h:59:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:56:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:77:22: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-dnd/mainwindow.cpp:86:10: style: Variable 'item' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-using/mainwindow.cpp:68:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SingleSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-using/mainwindow.cpp:108:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AscendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-using/mainwindow.cpp:115:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qlistwidget-using/mainwindow.cpp:140:27: style: Variable 'statusTipText' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qmake/paintwidget_unix.cpp:41:26: style: Parameter 'argv' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qprocess-environment/main.cpp:50:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsignalmapper/buttonwidget.h:56:5: style: Class 'ButtonWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsortfilterproxymodel-details/main.cpp:85:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AscendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsortfilterproxymodel-details/main.cpp:48:5: style: Class 'MyItemModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsortfilterproxymodel-details/main.cpp:58:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsortfilterproxymodel/main.cpp:66:16: style: Variable 'patternEditor' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsql-namespace/main.cpp:43:26: style: Parameter 'argv' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsplashscreen/mainwindow.cpp:48:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstack/main.cpp:53:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstackedlayout/main.cpp:47:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstackedwidget/main.cpp:47:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstandarditemmodel/main.cpp:47:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstatustipevent/main.cpp:47:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/stringbuilder.cpp:47:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:61:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlistmodel/main.cpp:46:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:48:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:121:5: style: Local variable 'str' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:78:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:121:5: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:90:33: style: Variable 'monospacedFonts' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:105:28: style: Variable 'longerList' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:123:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:103:13: style: Variable 'str1' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:103:19: style: Variable 'str2' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstringlist/main.cpp:103:25: style: Variable 'str3' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:269:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnitedStates [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:297:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:307:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:359:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:493:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:607:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SectionSkipEmpty [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:676:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:695:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:741:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:218:15: warning: Return value of function QString().isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:219:15: warning: Return value of function QString().isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:221:17: warning: Return value of function QString("").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:222:17: warning: Return value of function QString("").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:224:20: warning: Return value of function QString("abc").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:225:20: warning: Return value of function QString("abc").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:307:9: warning: Return value of function str.contains() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:315:9: warning: Return value of function str.count() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:335:9: warning: Return value of function str.endsWith() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:336:9: warning: Return value of function str.endsWith() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:374:7: warning: Return value of function x.indexOf() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:401:15: warning: Return value of function QString().isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:402:17: warning: Return value of function QString("").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:403:18: warning: Return value of function QString("x").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:404:20: warning: Return value of function QString("abc").isEmpty() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:411:15: warning: Return value of function QString().isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:412:17: warning: Return value of function QString("").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:413:20: warning: Return value of function QString("abc").isNull() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:422:7: warning: Return value of function x.lastIndexOf() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:423:7: warning: Return value of function x.lastIndexOf() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:424:7: warning: Return value of function x.lastIndexOf() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:425:7: warning: Return value of function x.lastIndexOf() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:430:9: warning: Return value of function str.lastIndexOf() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:721:9: warning: Return value of function str.startsWith() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:722:9: warning: Return value of function str.startsWith() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:760:10: warning: Return value of function str1.toFloat() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:764:10: warning: Return value of function str2.toFloat() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:707:28: style: Obsolete function 'QString::fromAscii' called. It is recommended to use 'QString::fromLatin1' instead. [prohibitedfromAsciiCalled] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:48:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:172:13: style: Condition 'str=="auto"' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:172:30: style: Condition 'str=="extern"' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:173:20: style: Condition 'str=="static"' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:173:39: style: Condition 'str=="register"' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:270:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:265:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:270:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:611:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:610:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:611:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:612:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:611:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:612:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:616:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:612:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:616:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:617:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:616:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:617:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:623:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:617:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:623:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:624:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:623:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:624:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:630:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:624:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:630:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:631:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:630:9: note: str is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:631:9: note: str is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:676:10: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:670:10: note: list is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:676:10: note: list is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:682:10: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:676:10: note: list is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:682:10: note: list is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:742:7: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:737:7: note: d is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:742:7: note: d is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:744:7: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:742:7: note: d is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:744:7: note: d is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:748:7: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:744:7: note: d is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:748:7: note: d is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:749:7: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:748:7: note: d is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:749:7: note: d is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:753:7: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:749:7: note: d is assigned qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:753:7: note: d is overwritten qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:904:12: error: Out of bounds access in expression 'str[0]' because 'str' is empty. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:905:12: error: Out of bounds access in expression 'str[0]' because 'str' is empty. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstyleoption/main.cpp:62:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Raised [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstyleoption/main.cpp:122:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PE_FrameFocusRect [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:289:13: warning: Unnecessary comparison of static strings. [staticStringCompare] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:290:13: warning: Unnecessary comparison of static strings. [staticStringCompare] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:291:13: warning: Unnecessary comparison of static strings. [staticStringCompare] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:546:20: error: Uninitialized variable: maxSize [uninitvar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:548:12: error: Uninitialized variable: condition [uninitvar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:704:14: error: Uninitialized variable: BufSize [uninitvar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:130:17: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:138:16: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:151:12: style: Variable 'str[3]' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:251:20: style: Variable 'status' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:270:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:289:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:290:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:291:11: style: Variable 'z' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:297:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:298:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:299:11: style: Variable 'z' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:438:15: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:446:15: style: Variable 't' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstyleoption/main.cpp:47:5: style: Class 'MyPushButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:451:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:459:15: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:460:15: style: Variable 'z' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:468:15: style: Variable 's' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:469:15: style: Variable 't' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:567:15: style: Variable 't' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:568:7: style: Variable 't' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:574:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:583:15: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:591:15: style: Variable 't' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:596:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:631:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:647:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:656:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:682:10: style: Variable 'list' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:692:23: style: Variable 'list1' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:695:23: style: Variable 'list2' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:707:17: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:730:16: style: Variable 'val' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:753:7: style: Variable 'd' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:773:13: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:774:13: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:784:14: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:785:14: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:795:16: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:796:16: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:804:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:814:15: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:815:15: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:825:14: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:826:14: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:836:15: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:837:15: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:847:17: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:848:17: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:858:16: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:859:16: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:867:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:875:9: style: Variable 'str' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:892:15: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:894:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstring/main.cpp:905:16: style: Variable 'str[0]' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qsvgwidget/main.cpp:52:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qstyleplugin/main.cpp:47:5: style: Class 'MyStylePlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qt-namespace/main.cpp:43:26: style: Parameter 'argv' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtablewidget-dnd/mainwindow.cpp:62:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExtendedSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtablewidget-dnd/mainwindow.cpp:100:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtablewidget-resizing/mainwindow.cpp:63:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExtendedSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtablewidget-using/mainwindow.cpp:64:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExtendedSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtablewidget-using/mainwindow.cpp:105:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:67:17: style: Local variable 'label' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:61:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:67:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:53:14: style: Variable 'widget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:57:15: style: Variable 'myWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:61:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:53:21: style: Variable 'widget' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:57:24: style: Variable 'myWidget' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtcast/qtcast.cpp:61:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtest-namespace/main.cpp:43:26: style: Parameter 'argv' can be declared as const array [constParameter] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:63:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IgnoreAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:113:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsDragEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:123:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:145:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:108:30: warning: The class 'DragDropModel' defines member function with name 'flags' also defined in its parent class 'TreeModel'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.h:59:19: note: Parent function 'TreeModel::flags' qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:108:30: note: Derived function 'DragDropModel::flags' qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.h:55:5: style: Class 'TreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.h:51:5: style: Class 'DragDropModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:84:13: style: Local variable 'row' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:61:32: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:84:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:85:13: style: Local variable 'column' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:61:41: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:85:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:97:13: style: Local variable 'column' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:61:41: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.cpp:97:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treeitem.cpp:54:5: performance: Variable 'itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treeitem.h:50:5: style: Class 'TreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treeitem.cpp:62:38: style:inconclusive: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treeitem.h:53:32: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treeitem.cpp:62:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treeitem.cpp:62:38: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/mainwindow.cpp:57:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExtendedSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.h:53:19: warning: The class 'DragDropModel' defines member function with name 'flags' also defined in its parent class 'TreeModel'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.h:59:19: note: Parent function 'TreeModel::flags' qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/dragdropmodel.h:53:19: note: Derived function 'DragDropModel::flags' qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/mainwindow.cpp:56:16: style: Local variable 'treeView' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/mainwindow.h:58:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/mainwindow.cpp:56:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:80:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:91:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:99:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:202:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:236:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreewidget-using/mainwindow.cpp:151:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchWildcard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreewidget-using/mainwindow.cpp:210:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AscendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreewidget-using/mainwindow.cpp:215:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:83:15: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:189:15: style: Variable 'parentItem' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:257:25: warning: Either the condition 'parents.count()>0' is redundant or expression 'parents.last()' causes access out of bounds. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:250:74: note: Assuming that condition 'parents.count()>0' is not redundant qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreeview-dnd/treemodel.cpp:257:25: note: Access out of bounds qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreewidgetitemiterator-using/mainwindow.cpp:177:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AscendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtreewidgetitemiterator-using/mainwindow.cpp:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DescendingOrder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qtscript/scriptedslot/main.cpp:53:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/quiloader/mywidget.h:49:5: style: Class 'MyWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/quiloader/main.cpp:57:12: warning: Uninitialized variable: myWidget [uninitvar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/quiloader/main.cpp:54:34: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/doc/src/snippets/quiloader/main.cpp:57:12: note: Uninitialized variable: myWidget qt-everywhere-opensource-src-4.8.7/doc/src/snippets/quiloader/mywidget.cpp:52:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/quiloader/mywidget.cpp:53:14: style: Variable 'myWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qx11embedwidget/embedwidget.cpp:49:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qx11embedwidget/embedwidget.cpp:63:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qx11embedwidget/embedwidget.cpp:48:5: performance: Variable 'gradient' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qx11embedwidget/embedwidget.h:55:5: style: Class 'EmbedWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:69:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:47:14: performance:inconclusive: Technically the member function 'Schema::loadFromUrl' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:52:14: note: Technically the member function 'Schema::loadFromUrl' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:47:14: note: Technically the member function 'Schema::loadFromUrl' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:48:14: performance:inconclusive: Technically the member function 'Schema::loadFromFile' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:65:14: note: Technically the member function 'Schema::loadFromFile' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:48:14: note: Technically the member function 'Schema::loadFromFile' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:49:14: performance:inconclusive: Technically the member function 'Schema::loadFromData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:81:14: note: Technically the member function 'Schema::loadFromData' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschema/main.cpp:49:14: note: Technically the member function 'Schema::loadFromData' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:77:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:96:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:118:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:136:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:50:14: performance:inconclusive: Technically the member function 'SchemaValidator::validateComplete' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:126:23: note: Technically the member function 'SchemaValidator::validateComplete' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:50:14: note: Technically the member function 'SchemaValidator::validateComplete' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:53:20: performance:inconclusive: Technically the member function 'SchemaValidator::getSchema' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:106:29: note: Technically the member function 'SchemaValidator::getSchema' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlschemavalidator/main.cpp:53:20: note: Technically the member function 'SchemaValidator::getSchema' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/qxmlstreamwriter/main.cpp:50:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/window.h:54:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/model.cpp:103:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/model.cpp:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/model.cpp:135:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/model.cpp:153:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/scribe-overview/main.cpp:49:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/window.cpp:118:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Select [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/reading-selections/model.h:53:5: style: Class 'TableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/scriptdebugger.cpp:52:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/finalwidget.cpp:56:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/finalwidget.cpp:74:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/finalwidget.cpp:113:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/screenwidget.cpp:80:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/screenwidget.cpp:127:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QRgb [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/screenwidget.cpp:200:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Button [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/screenwidget.cpp:75:5: performance: Variable 'paintColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/screenwidget.cpp:212:37: style: Parameter 'image' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/settings/settings.cpp:106:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemScope [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/settings/settings.cpp:74:9: style: Local variable 'margin' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/settings/settings.cpp:70:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/settings/settings.cpp:74:9: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.cpp:121:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/settings/settings.cpp:70:16: style: Variable 'margin' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.cpp:140:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetFixedSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/settings/settings.cpp:74:16: style: Variable 'margin' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.cpp:237:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.cpp:321:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.cpp:226:37: style:inconclusive: Function 'openImageFile' argument 1 names different: declaration 'filePath' definition 'imageFile'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.h:72:33: note: Function 'openImageFile' argument 1 names different: declaration 'filePath' definition 'imageFile'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/separations/viewer.cpp:226:37: note: Function 'openImageFile' argument 1 names different: declaration 'filePath' definition 'imageFile'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedemployee/employee.h:64:18: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedemployee/employee.h:67:9: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedemployee/employee.h:66:30: performance: Function parameter 'name' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedemployee/employee.h:80:26: performance: Function parameter 'name' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedemployee/main.cpp:47:17: style: Variable 'e2' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedtablemodel/model.cpp:103:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedtablemodel/model.cpp:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedtablemodel/model.cpp:135:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedtablemodel/model.cpp:153:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sharedtablemodel/model.h:53:5: style: Class 'TableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/signalmapper/filereader.cpp:97:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/signalmapper/filereader.h:53:5: style: Class 'FileReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/signalsandslots/lcdnumber.h:62:5: style: Class 'LcdNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/simplemodel-use/main.cpp:66:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/simplemodel-use/main.cpp:86:17: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/splitterhandle/main.cpp:49:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/splitterhandle/splitter.h:54:5: style: Class 'Splitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/splitterhandle/splitter.cpp:48:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGreen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/splitterhandle/splitter.cpp:57:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/eventtest.cpp:53:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wrapped [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/eventtest.cpp:56:28: style: Variable 'keyEvent' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/eventtest.cpp:56:37: style: Variable 'keyEvent' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main.cpp:63:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable button [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:87:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Int [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:190:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Out [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:237:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoEditTriggers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:285:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnManualSubmit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:360:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QuerySize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main2.cpp:59:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable quitButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:136:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:141:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:149:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:154:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:162:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:167:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:175:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:180:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:188:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:191:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:340:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:357:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:374:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:383:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:388:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:396:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:401:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:409:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:417:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:426:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:429:15: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main2.cpp:53:13: style: Variable 's13' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:513:5: style: Class 'XyzResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main2.cpp:53:17: style: Variable 's13' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:250:9: style: Local variable 'salary' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:244:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:250:9: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:298:20: style: Local variable 'model' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:283:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:298:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:300:18: style: Variable 'name' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:361:17: style: Variable 'numRows' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/sqldatabase/sqldatabase.cpp:365:17: style: Variable 'numRows' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main3.cpp:48:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ParallelStates [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main3.cpp:50:13: style: Variable 's11' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main3.cpp:51:13: style: Variable 's12' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main3.cpp:50:17: style: Variable 's11' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main3.cpp:51:17: style: Variable 's12' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main4.cpp:65:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable User [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main4.cpp:47:5: style: Struct 'StringEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main4.cpp:59:5: style: Class 'StringTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main4.cpp:67:22: style: Variable 'se' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main5.cpp:51:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RestoreProperties [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/streaming/main.cpp:86:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main5.cpp:78:13: style: Variable 's3' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/statemachine/main5.cpp:78:16: style: Variable 's3' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/streaming/main.cpp:101:11: style: Variable 'm2.id' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/streaming/main.cpp:102:14: style: Variable 'm2.title' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/streaming/main.cpp:103:20: style: Variable 'm2.releaseDate' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.h:54:5: style: Class 'StringListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:107:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:124:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:143:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:164:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:180:77: style:inconclusive: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.h:72:64: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:180:77: note: Function 'insertRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:199:77: style:inconclusive: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.h:73:64: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stringlistmodel/model.cpp:199:77: note: Function 'removeRows' argument 3 names different: declaration 'index' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/styles/styles.cpp:63:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Background [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/styles/styles.cpp:80:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Background [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/stylesheet/common-mistakes.cpp:44:30: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-formats/main.cpp:56:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/mainwindow.cpp:85:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/mainwindow.cpp:92:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/mainwindow.cpp:140:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.h:51:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.h:57:10: performance:inconclusive: Technically the member function 'XmlWriter::processBlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.cpp:111:17: note: Technically the member function 'XmlWriter::processBlock' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.h:57:10: note: Technically the member function 'XmlWriter::processBlock' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.h:58:10: performance:inconclusive: Technically the member function 'XmlWriter::processFragment' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.cpp:115:17: note: Technically the member function 'XmlWriter::processFragment' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.h:58:10: note: Technically the member function 'XmlWriter::processFragment' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textblock-fragments/xmlwriter.h:51:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-blocks/mainwindow.cpp:87:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-blocks/mainwindow.cpp:95:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-blocks/mainwindow.cpp:146:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-blocks/xmlwriter.h:51:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-blocks/xmlwriter.h:51:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-css/main.cpp:49:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-charformats/main.cpp:54:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-cursors/main.cpp:61:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-find/main.cpp:54:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-frames/mainwindow.cpp:60:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-frames/mainwindow.cpp:141:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-frames/mainwindow.cpp:151:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-frames/xmlwriter.h:51:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-frames/xmlwriter.h:51:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-frames/xmlwriter.cpp:105:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-imagedrop/textedit.h:51:5: style: Class 'TextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-imageformat/main.cpp:81:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-listitems/mainwindow.cpp:88:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lightGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-listitems/mainwindow.cpp:192:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListDisc [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-listitemstyles/mainwindow.cpp:76:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListDecimal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-lists/mainwindow.cpp:119:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartOfWord [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-lists/mainwindow.cpp:132:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartOfLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-lists/mainwindow.cpp:145:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartOfBlock [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-lists/mainwindow.cpp:159:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-lists/mainwindow.cpp:178:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ListDisc [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-printing/mainwindow.cpp:83:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-printing/mainwindow.cpp:109:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-printing/mainwindow.cpp:118:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-resources/main.cpp:56:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-printing/mainwindow.cpp:105:20: style: Local variable 'document' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-printing/mainwindow.h:69:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-printing/mainwindow.cpp:105:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-selections/mainwindow.cpp:99:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-selections/mainwindow.cpp:148:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartOfWord [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-selections/mainwindow.cpp:163:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartOfLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-selections/mainwindow.cpp:176:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartOfBlock [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-selections/mainwindow.cpp:190:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAnchor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/mainwindow.cpp:67:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/mainwindow.cpp:144:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/mainwindow.cpp:194:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/xmlwriter.cpp:103:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-texttable/main.cpp:51:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/xmlwriter.h:51:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/xmlwriter.h:51:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/mainwindow.cpp:116:29: style: Local variable 'cellCursor' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/mainwindow.cpp:89:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocument-tables/mainwindow.cpp:116:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/textdocumentendsnippet.cpp:52:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/timers/timers.cpp:66:13: style: Local variable 'timer' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/timers/timers.cpp:52:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/doc/src/snippets/timers/timers.cpp:66:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/doc/src/snippets/transform/main.cpp:53:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/transform/main.cpp:73:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/transform/main.cpp:110:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/transform/main.cpp:127:27: style: Variable 'simpleWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/transform/main.cpp:128:29: style: Variable 'combinedWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/transform/main.cpp:129:22: style: Variable 'basicWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/updating-selections/window.h:54:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/updating-selections/model.cpp:103:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/updating-selections/model.cpp:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/updating-selections/model.cpp:135:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/updating-selections/model.cpp:153:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/updating-selections/model.h:53:5: style: Class 'TableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/videomedia.cpp:48:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VideoCategory [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/volumeslider.cpp:56:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MusicCategory [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/whatsthis/whatsthis.cpp:51:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/widgetdelegate.cpp:60:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CE_ProgressBar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/widgetprinting.cpp:59:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/widgets-tutorial/nestedlayouts/main.cpp:48:13: style: Variable 'queryLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/widgets-tutorial/nestedlayouts/main.cpp:49:16: style: Variable 'queryEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/prettyprint/main.cpp:70:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/widgets-tutorial/windowlayout/main.cpp:48:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/widgets-tutorial/windowlayout/main.cpp:49:16: style: Variable 'lineEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/rsslisting/handler.h:50:1: style: The class 'Handler' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/rsslisting/rsslisting.h:60:5: style: Class 'RSSListing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/simpleparse/handler.h:47:1: style: The class 'Handler' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/rsslisting/rsslisting.cpp:179:10: style: The scope of the variable 'ok' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/rsslisting/rsslisting.cpp:75:33: style:inconclusive: Function 'RSSListing' argument 1 names different: declaration 'widget' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/rsslisting/rsslisting.h:60:25: note: Function 'RSSListing' argument 1 names different: declaration 'widget' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/rsslisting/rsslisting.cpp:75:33: note: Function 'RSSListing' argument 1 names different: declaration 'widget' definition 'parent'. qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/simpleparse/main.cpp:50:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/doc/src/snippets/xml/streamreader/traverse.cpp:58:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/networker.cpp:48:5: warning: Class 'netWorker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/networker.cpp:48:5: warning: Class 'netWorker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/networker.cpp:67:13: style: Local variable 'statusStringChanged' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/networker.h:61:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/networker.cpp:67:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/activeqt/comapp/main.cpp:242:1: error: There is an unknown macro here somewhere. Configuration is required. If QAXFACTORY_BEGIN is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/tools.cpp:51:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/worker.cpp:46:5: performance: Variable 'status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/activeqt/dotnet/wrapper/lib/worker.h:55:13: performance: Function 'statusString()' should return member 'status' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/activeqt/hierarchy/main.cpp:45:1: error: There is an unknown macro here somewhere. Configuration is required. If QAXFACTORY_BEGIN is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/activeqt/hierarchy/objects.cpp:104:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/hierarchy/objects.h:59:5: style: Class 'QParentWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/hierarchy/objects.h:84:5: style: Class 'QSubWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/hierarchy/objects.h:87:13: performance: Function 'label()' should return member 'lbl' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/activeqt/hierarchy/objects.h:69:18: style: Class 'QParentWidget' is unsafe, 'QParentWidget::vbox' can leak by wrong usage. [unsafeClassCanLeak] qt-everywhere-opensource-src-4.8.7/examples/activeqt/menus/menus.h:55:5: style: Class 'QMenus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/menus/main.cpp:56:14: style: The scope of the variable 'window' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/activeqt/menus/main.cpp:56:21: style: Variable 'window' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/activeqt/multiple/main.cpp:49:5: error: There is an unknown macro here somewhere. Configuration is required. If QAXCLASS is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/activeqt/menus/menus.cpp:59:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fileopen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/menus/menus.cpp:59:35: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/activeqt/menus/menus.cpp:64:35: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:92:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:112:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:126:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:143:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COMPILE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:219:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IID_IObjectSafety [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:234:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTERFACESAFE_FOR_UNTRUSTED_DATA [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:240:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_OK [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.h:62:5: style: Class 'GLBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/glbox.cpp:220:15: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/globjwin.cpp:58:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/globjwin.h:58:5: style: Class 'GLObjectWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/opengl/main.cpp:57:1: error: There is an unknown macro here somewhere. Configuration is required. If QAXFACTORY_DEFAULT is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:75:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable olFolderContacts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:108:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:130:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:166:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable olContactItem [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:239:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SingleSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.h:60:5: style: Class 'AddressView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:49:5: style: Class 'AddressBookModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:282:25: style: Local variable 'model' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.h:70:23: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/activeqt/qutlook/addressview.cpp:282:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/activeqt/simple/main.cpp:57:5: style: Class 'QSimpleAX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/activeqt/webbrowser/main.cpp:89:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actionGo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/activeqt/wrapper/main.cpp:107:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable staticMetaObject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:52:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DeviceCoordinateCache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/appchooser/main.cpp:93:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:64:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DeviceCoordinateCache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/appchooser/main.cpp:116:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable appchooser [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:81:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:128:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:134:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable animatedtiles [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/appchooser/main.cpp:50:5: style: Class 'Pixmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/appchooser/main.cpp:87:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/easing/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable easing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/easing/window.h:50:5: style: Class 'PixmapItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/easing/window.h:58:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:194:56: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:195:56: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:49:5: style: Class 'Pixmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:60:5: style: Class 'Button' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:122:5: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/animatedtiles/main.cpp:84:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qt-everywhere-opensource-src-4.8.7/examples/animation/easing/window.cpp:76:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OutBounce [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/easing/window.cpp:90:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable staticMetaObject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/easing/window.cpp:149:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OutInElastic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:75:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:188:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:118:22: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:321:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:48:5: warning: Member variable 'StateSwitchEvent::m_rand' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:53:5: style: Class 'StateSwitchEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:83:5: style: Class 'StateSwitchTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:109:5: style: Class 'StateSwitcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/moveblocks/main.cpp:162:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/states/main.cpp:74:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/states/main.cpp:80:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable states [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.h:70:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.cpp:177:13: style: Local variable 'nodeCount' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.h:65:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.cpp:177:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.cpp:124:12: style: Variable 'frame' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.cpp:136:12: style: Variable 'frame' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/animation.cpp:155:5: style: Variable 'frame' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/graphicsview.cpp:52:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/graphicsview.h:51:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/states/main.cpp:47:5: style: Class 'Pixmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/states/main.cpp:68:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:117:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:179:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:84:9: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:90:52: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:108:5: warning: Class 'LifeCycle' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:108:5: warning: Class 'LifeCycle' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/node.h:50:5: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:80:5: style: Class 'LightningStrikesTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.h:75:13: style: Class 'LifeCycle' is unsafe, 'LifeCycle::m_alive' can leak by wrong usage. [unsafeClassCanLeak] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.h:76:13: style: Class 'LifeCycle' is unsafe, 'LifeCycle::m_dead' can leak by wrong usage. [unsafeClassCanLeak] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.h:77:13: style: Class 'LifeCycle' is unsafe, 'LifeCycle::m_idle' can leak by wrong usage. [unsafeClassCanLeak] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:95:56: style:inconclusive: Function 'LifeCycle' argument 2 names different: declaration 'keyEventReceiver' definition 'keyReceiver'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.h:59:49: note: Function 'LifeCycle' argument 2 names different: declaration 'keyEventReceiver' definition 'keyReceiver'. qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/lifecycle.cpp:95:56: note: Function 'LifeCycle' argument 2 names different: declaration 'keyEventReceiver' definition 'keyReceiver'. qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/main.cpp:53:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stickman [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/rectbutton.h:50:5: style: Class 'RectButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/node.cpp:52:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemSendsGeometryChanges [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/node.cpp:66:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/node.cpp:72:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemPositionChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/rectbutton.cpp:68:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/rectbutton.cpp:44:32: performance: Function parameter 'buttonText' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/stickman.cpp:119:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/complexpingpong/complexping.cpp:60:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/stickman.cpp:235:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/complexpingpong/complexping.cpp:102:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/complexpingpong/complexpong.cpp:96:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/complexpingpong/complexpong.h:58:5: style: Class 'Pong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dbus/complexpingpong/complexpong.h:55:13: performance: Function 'value()' should return member 'm_value' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/dbus/dbus-chat/chat.cpp:54:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable messageLineEdit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/dbus-chat/chat.cpp:127:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/stickman.cpp:118:5: performance: Variable 'm_pixmap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/stickman.cpp:155:15: style: Local variable 'node' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/stickman.h:66:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/animation/stickman/stickman.cpp:155:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/dbus/dbus-chat/chat.h:78:5: style: Class 'NicknameDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dbus/dbus-chat/chat_adaptor.h:86:5: style: Class 'ChatAdaptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dbus/listnames/listnames.cpp:80:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/listnames/listnames.cpp:55:5: performance: Range variable 'name' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/dbus/pingpong/ping.cpp:53:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/pingpong/pong.cpp:62:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/remotecontrolledcar/car/car_adaptor.h:83:5: style: Class 'CarInterfaceAdaptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dbus/remotecontrolledcar/car/car.cpp:88:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/remotecontrolledcar/car/main.cpp:54:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoIndex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dbus/remotecontrolledcar/controller/controller.cpp:50:5: warning: Class 'Controller' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor] qt-everywhere-opensource-src-4.8.7/examples/dbus/remotecontrolledcar/controller/controller.h:52:5: style: Class 'Controller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/basics/color-animation/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/basics/property-animation/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/behaviors/behavior-example/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/behaviors/wigglytext/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/easing/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/states/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/imageprovider/imageprovider.cpp:78:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp:70:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HttpCachingProxy [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp:100:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/plugins/plugin.cpp:112:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/plugins/plugin.cpp:56:5: style: Class 'MinuteTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/plugins/plugin.cpp:108:5: style: Class 'TimeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.h:211:1: error: There is an unknown macro here somewhere. Configuration is required. If QML_DECLARE_INTERFACE is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.h:144:1: error: There is an unknown macro here somewhere. Configuration is required. If QML_DECLARE_INTERFACE is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/qwidgets/qwidgets.cpp:57:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_NoSystemBackground [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/qwidgets/qwidgets.cpp:53:5: style: Class 'MyPushButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/adding/person.h:51:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/adding/main.cpp:55:13: style: Variable 'person' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/adding/person.h:53:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.h:84:1: error: There is an unknown macro here somewhere. Configuration is required. If QML_DECLARE_TYPEINFO is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/person.h:54:5: style: Class 'ShoeDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/person.h:80:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/person.h:95:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/person.h:102:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/person.h:62:13: performance: Function 'brand()' should return member 'm_brand' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/attached/person.h:82:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h:54:5: style: Class 'HappyBirthdaySong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h:58:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h:100:1: error: There is an unknown macro here somewhere. Configuration is required. If QML_DECLARE_TYPEINFO is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/person.h:54:5: style: Class 'ShoeDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/person.h:85:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/person.h:103:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/person.h:110:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h:54:5: style: Class 'BirthdayPartyAttached' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h:76:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/coercion/person.h:51:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/coercion/person.h:69:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/coercion/person.h:77:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.h:55:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/person.h:62:13: performance: Function 'brand()' should return member 'm_brand' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/binding/person.h:87:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/coercion/main.cpp:60:20: style: Variable 'party' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/coercion/person.h:53:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/default/person.h:51:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/default/person.h:67:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/default/person.h:74:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.h:55:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/default/main.cpp:58:20: style: Variable 'party' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/default/person.h:53:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/extended/lineedit.h:53:5: style: Class 'LineEditExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/person.h:54:5: style: Class 'ShoeDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/person.h:82:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/person.h:97:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/person.h:104:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.h:54:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp:59:20: style: Variable 'party' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/person.h:62:13: performance: Function 'brand()' should return member 'm_brand' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/grouped/person.h:84:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/methods/person.h:51:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h:53:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/methods/main.cpp:56:20: style: Variable 'party' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/methods/person.h:53:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/properties/person.h:51:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h:60:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/properties/main.cpp:56:20: style: Variable 'party' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/properties/person.h:53:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.h:90:1: error: There is an unknown macro here somewhere. Configuration is required. If QML_DECLARE_TYPEINFO is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h:95:1: error: There is an unknown macro here somewhere. Configuration is required. If QML_DECLARE_TYPEINFO is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/person.h:54:5: style: Class 'ShoeDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/person.h:80:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/person.h:95:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/person.h:102:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/person.h:62:13: performance: Function 'brand()' should return member 'm_brand' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/signal/person.h:82:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h:58:5: style: Class 'HappyBirthdaySong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h:63:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/i18n/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/person.h:54:5: style: Class 'ShoeDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/person.h:80:5: style: Class 'Person' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/person.h:95:5: style: Class 'Boy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/person.h:102:5: style: Class 'Girl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/person.h:62:13: performance: Function 'brand()' should return member 'm_brand' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/person.h:82:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h:54:5: style: Class 'BirthdayPartyAttached' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h:73:5: style: Class 'BirthdayParty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/imageelements/borderimage/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/imageelements/image/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/imageelements/shadows/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/keyinteraction/focus/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/main.cpp:60:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/model.h:68:5: style: Class 'AnimalModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/gridview/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/model.h:50:13: performance: Function 'type()' should return member 'm_type' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/model.h:51:13: performance: Function 'size()' should return member 'm_size' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/listview/dynamiclist/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/model.cpp:83:37: warning: Either the condition 'index.row()>m_animals.count()' is redundant or 'index.row()' can have the value m_animals.size(). Expression 'm_animals[index.row()]' causes access out of bounds. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/model.cpp:80:40: note: Assuming that condition 'index.row()>m_animals.count()' is not redundant qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/abstractitemmodel/model.cpp:83:37: note: Access out of bounds qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/listview/expandingdelegates/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/listview/highlight/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockPortrait [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/listview/highlightranges/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/listview/sections/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockPortrait [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/objectlistmodel/dataobject.h:56:5: style: Class 'DataObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/objectlistmodel/dataobject.h:59:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/objectlistmodel/dataobject.h:62:13: performance: Function 'color()' should return member 'm_color' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/objectlistmodel/main.cpp:67:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/package/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/parallax/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/pathview/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/stringlistmodel/main.cpp:66:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/visualitemmodel/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/webview/alerts/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/webview/autosize/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockPortrait [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/webview/googlemaps/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/webview/inlinehtml/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/modelviews/webview/newwindows/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/positioners/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/righttoleft/layoutdirection/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/righttoleft/layoutmirroring/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/righttoleft/textalignment/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/shadereffects/main.cpp:68:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FullViewportUpdate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/sqllocalstorage/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/text/fonts/availableFonts/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/text/fonts/banner/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/text/fonts/fonts/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/text/fonts/hello/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/text/textselection/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/threading/threadedlistmodel/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/threading/workerscript/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/touchinteraction/gestures/experimental-gestures/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/touchinteraction/mousearea/mousearea-example/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/touchinteraction/pincharea/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/toys/clocks/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/toys/corkboards/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/toys/dynamicscene/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/toys/tic-tac-toe/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/toys/tvtennis/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter1-basics/piechart.h:54:5: style: Class 'PieChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp:82:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter2-methods/piechart.h:58:5: style: Class 'PieChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter1-basics/piechart.h:56:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter2-methods/piechart.h:60:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter3-bindings/piechart.h:58:5: style: Class 'PieChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter3-bindings/piechart.cpp:87:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter3-bindings/piechart.h:60:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h:59:5: style: Class 'PieChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.h:53:5: style: Class 'PieSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp:43:11: warning: Member variable 'PieChart::m_pieSlice' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h:61:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h:58:5: style: Class 'PieChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h:56:5: style: Class 'PieSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h:60:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp:44:11: warning: Member variable 'PieSlice::m_fromAngle' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp:44:11: warning: Member variable 'PieSlice::m_angleSpan' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp:76:33: style:inconclusive: Function 'setAngleSpan' argument 1 names different: declaration 'span' definition 'angle'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h:65:27: note: Function 'setAngleSpan' argument 1 names different: declaration 'span' definition 'angle'. qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp:76:33: note: Function 'setAngleSpan' argument 1 names different: declaration 'span' definition 'angle'. qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/piechart.h:54:5: style: Class 'PieChart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h:54:5: style: Class 'PieSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/piechart.h:56:13: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp:44:11: warning: Member variable 'PieSlice::m_fromAngle' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp:44:11: warning: Member variable 'PieSlice::m_angleSpan' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp:76:33: style:inconclusive: Function 'setAngleSpan' argument 1 names different: declaration 'span' definition 'angle'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h:63:27: note: Function 'setAngleSpan' argument 1 names different: declaration 'span' definition 'angle'. qt-everywhere-opensource-src-4.8.7/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp:76:33: note: Function 'setAngleSpan' argument 1 names different: declaration 'span' definition 'angle'. qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/dialcontrol/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/flipable/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/main/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/progressbar/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/scrollbar/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/slideswitch/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/searchbox/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/spinner/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/ui-components/tabwidget/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationAuto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/declarative/xml/xmlhttprequest-example/main.cpp:49:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScreenOrientationLockLandscape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/calculatorbuilder/calculatorform.cpp:55:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/calculatorbuilder/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable calculatorbuilder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/calculatorbuilder/calculatorform.h:57:5: style: Class 'CalculatorForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/calculatorbuilder/calculatorform.cpp:56:14: style: Variable 'formWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/designer/calculatorform/calculatorform.h:54:5: style: Class 'CalculatorForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidget.h:60:5: style: Class 'MultiPageWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidget.cpp:73:14: style: Local variable 'widget' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidget.h:66:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidget.cpp:73:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidgetextensionfactory.cpp:58:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerContainerExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidgetplugin.cpp:129:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerContainerExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidgetextensionfactory.h:56:5: style: Class 'MultiPageWidgetExtensionFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/containerextension/multipagewidgetplugin.h:57:5: style: Class 'MultiPageWidgetPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/customwidgetplugin/analogclock.cpp:76:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/customwidgetplugin/analogclock.h:52:5: style: Class 'AnalogClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/customwidgetplugin/customwidgetplugin.h:53:5: style: Class 'AnalogClockPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoedialog.cpp:55:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.h:58:5: style: Class 'TicTacToe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoedialog.cpp:48:45: style:inconclusive: Function 'TicTacToeDialog' argument 1 names different: declaration 'plugin' definition 'tic'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoedialog.h:57:41: note: Function 'TicTacToeDialog' argument 1 names different: declaration 'plugin' definition 'tic'. qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoedialog.cpp:48:45: note: Function 'TicTacToeDialog' argument 1 names different: declaration 'plugin' definition 'tic'. qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.cpp:113:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoeplugin.cpp:116:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoetaskmenu.cpp:95:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QDesignerTaskMenuExtension [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoeplugin.h:58:5: style: Class 'TicTacToePlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoetaskmenu.h:80:5: style: Class 'TicTacToeTaskMenuFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.cpp:45:12: warning: Member variable 'TicTacToe::turnNumber' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.h:63:13: performance: Function 'state()' should return member 'myState' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.cpp:167:40: style:inconclusive: Function 'cellRect' argument 2 names different: declaration 'col' definition 'column'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.h:73:33: note: Function 'cellRect' argument 2 names different: declaration 'col' definition 'column'. qt-everywhere-opensource-src-4.8.7/examples/designer/taskmenuextension/tictactoe.cpp:167:40: note: Function 'cellRect' argument 2 names different: declaration 'col' definition 'column'. qt-everywhere-opensource-src-4.8.7/examples/designer/worldtimeclockbuilder/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable worldtimeclockbuilder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/worldtimeclockplugin/worldtimeclock.cpp:79:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/designer/worldtimeclockplugin/worldtimeclock.h:55:5: style: Class 'WorldTimeClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h:54:5: style: Class 'WorldTimeClockPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/desktop/screenshot/screenshot.cpp:50:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/desktop/screenshot/screenshot.cpp:75:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/desktop/screenshot/screenshot.cpp:195:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/desktop/systray/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable systray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/desktop/screenshot/screenshot.cpp:105:46: style: Obsolete function 'QString::toAscii' called. It is recommended to use 'QString::toLatin1' instead. [prohibitedtoAsciiCalled] qt-everywhere-opensource-src-4.8.7/examples/desktop/systray/window.cpp:180:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoIcon [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/desktop/systray/window.cpp:244:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/main.cpp:50:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable classwizard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.h:60:5: style: Class 'ClassWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.h:72:5: style: Class 'IntroPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.h:85:5: style: Class 'ClassInfoPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.h:107:5: style: Class 'CodeStylePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.h:128:5: style: Class 'OutputFilesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.h:147:5: style: Class 'ConclusionPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/configdialog.cpp:49:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IconMode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/configdialog.cpp:90:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.h:49:5: style: Class 'ConfigurationPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.h:55:5: style: Class 'QueryPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.h:61:5: style: Class 'UpdatePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.cpp:131:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.cpp:426:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FinishButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable configdialog [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.cpp:82:34: style: Obsolete function 'QString::toAscii' called. It is recommended to use 'QString::toLatin1' instead. [prohibitedtoAsciiCalled] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.cpp:144:42: style: Obsolete function 'QString::toAscii' called. It is recommended to use 'QString::toLatin1' instead. [prohibitedtoAsciiCalled] qt-everywhere-opensource-src-4.8.7/examples/dialogs/classwizard/classwizard.cpp:148:37: style: Obsolete function 'QString::toAscii' called. It is recommended to use 'QString::toLatin1' instead. [prohibitedtoAsciiCalled] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.cpp:50:13: style: Variable 'serverLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.cpp:76:16: style: Variable 'systemCheckBox' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.cpp:77:16: style: Variable 'appsCheckBox' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.cpp:78:16: style: Variable 'docsCheckBox' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.cpp:90:18: style: Variable 'startUpdateButton' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/configdialog/pages.cpp:133:18: style: Variable 'startQueryButton' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/extension/finddialog.cpp:108:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/extension/finddialog.h:61:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.h:61:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:66:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetNoConstraint [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:126:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:158:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:184:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:220:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:232:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectRows [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/findfiles/window.cpp:159:21: style: The scope of the variable 'line' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.cpp:63:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ModernStyle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.h:65:5: style: Class 'LicenseWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.h:79:5: style: Class 'IntroPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.h:96:5: style: Class 'EvaluatePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.h:113:5: style: Class 'RegisterPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.h:129:5: style: Class 'DetailsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/licensewizard.h:148:5: style: Class 'ConclusionPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/licensewizard/main.cpp:50:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable licensewizard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/sipdialog/dialog.cpp:88:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/sipdialog/dialog.cpp:114:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowMaximized [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/sipdialog/dialog.cpp:48:5: performance: Variable 'desktopGeometry' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/main.cpp:55:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TranslationsPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.h:57:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:56:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:258:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:279:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontResolveSymlinks [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:294:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:310:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:328:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DontUseNativeDialog [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:345:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Abort [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:358:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:369:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/standarddialogs/dialog.cpp:382:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AcceptRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.h:58:5: style: Class 'GeneralTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.h:69:5: style: Class 'PermissionsTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.h:80:5: style: Class 'ApplicationsTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.h:91:5: style: Class 'TabDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:58:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:88:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:141:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:83:13: style: Variable 'fileNameLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:84:16: style: Variable 'fileNameEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:86:13: style: Variable 'pathLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:90:13: style: Variable 'sizeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:95:13: style: Variable 'lastReadLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:99:13: style: Variable 'lastModLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:139:13: style: Variable 'ownerLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:143:13: style: Variable 'groupLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:172:13: style: Variable 'topLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/tabdialog/tabdialog.cpp:181:16: style: Variable 'alwaysCheckBox' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/dialogs/trivialwizard/trivialwizard.cpp:121:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TranslationsPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.h:57:5: style: Class 'SourceWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/mimedata.cpp:57:48: style:inconclusive: Function 'retrieveData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/mimedata.h:59:42: note: Function 'retrieveData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/mimedata.cpp:57:48: note: Function 'retrieveData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.cpp:50:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.cpp:84:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.cpp:106:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirectConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.cpp:79:46: style:inconclusive: Function 'createData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.h:60:36: note: Function 'createData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qt-everywhere-opensource-src-4.8.7/examples/draganddrop/delayedencoding/sourcewidget.cpp:79:46: note: Function 'createData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/dragwidget.cpp:53:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/dragwidget.cpp:80:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/dragwidget.cpp:94:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/dragwidget.cpp:108:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/dragwidget.cpp:141:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable draggableicons [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggableicons/dragwidget.h:55:5: style: Class 'DragWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/draglabel.cpp:49:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/dragwidget.cpp:50:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/dragwidget.cpp:87:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/dragwidget.cpp:102:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/dragwidget.cpp:161:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable draggabletext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/dragwidget.h:54:5: style: Class 'DragWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/draggabletext/dragwidget.cpp:112:9: performance: Range variable 'piece' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/droparea.cpp:50:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sunken [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/droparea.cpp:62:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Highlight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/droparea.cpp:87:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RichText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/droparea.cpp:122:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dark [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/droparea.h:56:5: style: Class 'DropArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/dropsitewindow.cpp:68:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoEditTriggers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/dropsite/dropsitewindow.cpp:109:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/draglabel.cpp:50:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextSingleLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/draglabel.h:57:13: performance: Function 'labelText()' should return member 'm_labelText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.cpp:51:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.cpp:101:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.cpp:121:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.cpp:141:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.cpp:193:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.h:55:5: style: Class 'DragWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/dragwidget.cpp:165:9: performance: Range variable 'piece' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/fridgemagnets/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fridgemagnets [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable puzzle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.h:58:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:54:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:71:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:84:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:94:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:123:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:151:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:106:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/mainwindow.cpp:109:21: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/pieceslist.h:51:5: style: Class 'PiecesList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/puzzlewidget.h:60:5: style: Class 'PuzzleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/pieceslist.cpp:49:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IconMode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/pieceslist.cpp:67:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/pieceslist.cpp:77:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/pieceslist.cpp:95:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/pieceslist.cpp:105:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/puzzlewidget.cpp:87:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/puzzlewidget.cpp:103:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/puzzlewidget.cpp:160:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/puzzlewidget.cpp:187:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/blurpicker/blureffect.h:50:5: style: Class 'BlurEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/draganddrop/puzzle/puzzlewidget.cpp:45:15: warning: Member variable 'PuzzleWidget::inPlace' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/effects/blurpicker/blurpicker.cpp:60:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InOutSine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/blurpicker/blurpicker.h:56:5: style: Class 'BlurPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/effects/fademessage/fademessage.cpp:48:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/fademessage/fademessage.cpp:67:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Backward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/fademessage/fademessage.cpp:78:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/fademessage/fademessage.h:55:5: style: Class 'FadeMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/effects/lighting/lighting.cpp:61:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoFrame [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/lighting/lighting.cpp:74:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable yellow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/effects/lighting/lighting.h:52:5: style: Class 'Lighting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:74:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Gesture [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/main.cpp:69:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:114:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SwipeGesture [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/main.cpp:76:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION_STR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:130:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeAllCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:147:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RotationAngleChanged [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:171:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GestureFinished [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:198:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.cpp:223:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/mainwidget.h:53:5: style: Class 'MainWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/imagewidget.h:61:5: style: Class 'ImageWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/gestures/imagegestures/main.cpp:59:36: performance: Function parameter 'errorMessage' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:58:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:84:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:90:12: style: Redundant initialization for 'anchor'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:89:29: note: anchor is initialized qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:90:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:92:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:90:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:92:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:93:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:92:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:93:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:94:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:93:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:94:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:95:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:94:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:95:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:97:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:95:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:97:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:98:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:97:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:98:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:100:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:98:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:100:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:101:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:100:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:101:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:102:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:101:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:102:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:103:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:102:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:103:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:106:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:103:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:106:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:107:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:106:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:107:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:108:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:107:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:108:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:110:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:108:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:110:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:111:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:110:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:111:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:113:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:111:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:113:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:114:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:113:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:114:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:115:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:114:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:115:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:117:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:115:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:117:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:118:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:117:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:118:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:119:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:118:12: note: anchor is assigned qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:119:12: note: anchor is overwritten qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:89:22: style: Variable 'anchor' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/anchorlayout/main.cpp:119:12: style: Variable 'anchor' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/basicgraphicslayouts/window.h:51:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/basicgraphicslayouts/layoutitem.h:49:5: style: Class 'LayoutItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/basicgraphicslayouts/window.cpp:47:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/main.cpp:60:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoIndex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/main.cpp:53:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:96:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/arrow.cpp:56:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/arrow.cpp:115:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BoundedIntersection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:66:17: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:183:35: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:184:13: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:185:23: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:187:23: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:192:21: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/collidingmice/mouse.cpp:184:21: style: Modulo of one is always equal to zero [moduloofone] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramitem.cpp:121:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramitem.cpp:144:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemPositionChange [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:55:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:140:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:47:15: warning: Member variable 'DiagramScene::leftButtonDown' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:55:5: performance: Variable 'myItemColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:56:5: performance: Variable 'myTextColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:57:5: performance: Variable 'myLineColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramtextitem.h:62:5: style: Class 'DiagramTextItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.h:66:5: style: Class 'DiagramScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramscene.cpp:235:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramtextitem.cpp:50:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsMovable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramtextitem.cpp:59:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemSelectedHasChanged [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramtextitem.cpp:68:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoTextInteraction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/diagramtextitem.cpp:77:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoTextInteraction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable diagramscene [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/coloritem.cpp:52:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenHandCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/coloritem.cpp:69:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/coloritem.cpp:81:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ClosedHandCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/coloritem.cpp:88:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/coloritem.cpp:140:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenHandCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/coloritem.cpp:100:21: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:292:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:310:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Bold [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:348:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:416:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:488:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MenuButtonPopup [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:575:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:600:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:614:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:640:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable transparent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:657:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/main.cpp:89:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/main.cpp:69:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:77:10: warning: The class 'RobotHead' defines member function with name 'dragEnterEvent' also defined in its parent class 'RobotPart'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:58:10: note: Parent function 'RobotPart::dragEnterEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:77:10: note: Derived function 'RobotHead::dragEnterEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:78:10: warning: The class 'RobotHead' defines member function with name 'dropEvent' also defined in its parent class 'RobotPart'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:60:10: note: Parent function 'RobotPart::dropEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:78:10: note: Derived function 'RobotHead::dropEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:55:5: style: Class 'RobotPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:71:5: style: Class 'RobotHead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:89:5: style: Class 'RobotTorso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:100:5: style: Class 'RobotLimb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.h:111:5: style: Class 'Robot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/main.cpp:51:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:107:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RelativeSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:167:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RelativeSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:191:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RelativeSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:199:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemHasNoContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:636:60: style:inconclusive: Function 'createColorToolButtonIcon' argument 1 names different: declaration 'image' definition 'imageFile'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.h:105:52: note: Function 'createColorToolButtonIcon' argument 1 names different: declaration 'image' definition 'imageFile'. qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:636:60: note: Function 'createColorToolButtonIcon' argument 1 names different: declaration 'image' definition 'imageFile'. qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:611:61: performance:inconclusive: Function parameter 'defaultColor' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:637:32: performance:inconclusive: Function parameter 'color' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/diagramscene/mainwindow.cpp:653:42: performance:inconclusive: Function parameter 'color' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:125:17: warning: The class 'RobotHead' defines member function with name 'dragEnterEvent' also defined in its parent class 'RobotPart'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:54:17: note: Parent function 'RobotPart::dragEnterEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:125:17: note: Derived function 'RobotHead::dragEnterEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:138:17: warning: The class 'RobotHead' defines member function with name 'dropEvent' also defined in its parent class 'RobotPart'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:76:17: note: Parent function 'RobotPart::dropEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/dragdroprobot/robot.cpp:138:17: note: Derived function 'RobotHead::dropEvent' qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/edge.cpp:126:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/node.h:57:5: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/graphwidget.cpp:54:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoIndex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/graphwidget.cpp:194:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/graphwidget.cpp:240:33: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/graphwidget.h:54:5: style: Class 'GraphWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/graphwidget.cpp:157:19: style: Variable 'node' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/main.cpp:48:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/node.cpp:54:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsMovable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/node.cpp:174:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/node.h:60:19: performance: Function 'edges()' should return member 'edgeList' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/elasticnodes/node.cpp:106:5: style: Variable 'edge' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/flowlayout/flowlayout.cpp:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/flowlayout/flowlayout.cpp:110:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferredSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/flowlayout/flowlayout.cpp:147:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MinimumSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/flowlayout/flowlayout.cpp:163:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/flowlayout/flowlayout.cpp:183:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/flowlayout/window.cpp:53:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/flippablepad.h:54:5: style: Class 'FlippablePad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/padnavigator.h:56:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable padnavigator [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/roundrectitem.cpp:54:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemCoordinateCache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/roundrectitem.cpp:83:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/splashitem.cpp:52:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DeviceCoordinateCache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/splashitem.cpp:69:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/splashitem.cpp:49:5: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/padnavigator.cpp:67:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable YAxis [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/padnavigator/padnavigator.cpp:304:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/animateditem.h:49:5: style: Class 'AnimatedPixmapItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/animateditem.cpp:53:15: style: Local variable 'frame' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/animateditem.h:52:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/animateditem.cpp:53:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/ledmeter.h:59:5: style: Class 'KALedMeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/ledmeter.cpp:163:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable portedasteroids [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/main.cpp:51:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/view.h:67:5: style: Class 'KAsteroidsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.h:69:5: style: Class 'KAstTopLevel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:118:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:498:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable yellow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:557:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable yellow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:112:15: warning: Member variable 'KAstTopLevel::teleportsLCD' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:112:15: warning: Member variable 'KAstTopLevel::sound' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:112:15: warning: Member variable 'KAstTopLevel::waitShip' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:112:15: warning: Member variable 'KAstTopLevel::isPaused' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:112:15: warning: Member variable 'KAstTopLevel::score' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:112:15: warning: Member variable 'KAstTopLevel::level' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:545:13: style: The scope of the variable 'r' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:545:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedasteroids/toplevel.cpp:547:5: style: Variable 'r' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/graphicsview/portedcanvas/blendshadow.cpp:86:23: style:inconclusive: Boolean expression 'x0' is redundant or expression 'parents.last()' causes access out of bounds. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/examples/itemviews/editabletreemodel/treemodel.cpp:273:74: note: Assuming that condition 'parents.count()>0' is not redundant qt-everywhere-opensource-src-4.8.7/examples/itemviews/editabletreemodel/treemodel.cpp:280:44: note: Access out of bounds qt-everywhere-opensource-src-4.8.7/examples/itemviews/fetchmore/window.cpp:49:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrefixPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/frozencolumn/freezetablewidget.cpp:77:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoFocus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/frozencolumn/freezetablewidget.h:51:7: style: Class 'FreezeTableWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/frozencolumn/main.cpp:50:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable grades [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/imagemodel.cpp:76:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/imagemodel.cpp:87:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeHintRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/imagemodel.h:53:5: style: Class 'ImageModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/frozencolumn/main.cpp:59:19: style: The scope of the variable 'list' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/itemviews/frozencolumn/main.cpp:66:35: style: Variable 'newItem' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable images [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/mainwindow.cpp:81:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/pixeldelegate.cpp:58:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Selected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/mainwindow.cpp:160:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/pixeldelegate.h:63:5: style: Class 'PixelDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable puzzle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.h:58:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/mainwindow.cpp:51:5: performance: Variable 'currentPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/itemviews/pixelator/mainwindow.cpp:72:13: style: Variable 'pixelSizeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:56:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:73:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:86:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:96:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:109:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:136:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IconMode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:98:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.h:59:5: style: Class 'PiecesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/puzzlewidget.h:60:5: style: Class 'PuzzleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:144:18: style: Local variable 'model' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.h:74:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/mainwindow.cpp:144:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:55:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DecorationRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:69:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:83:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:123:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:143:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IgnoreAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:188:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CopyAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/domitem.cpp:48:5: performance: Variable 'domNode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/domitem.h:56:9: style:inconclusive: Technically the member function 'DomItem::row' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/domitem.cpp:97:14: note: Technically the member function 'DomItem::row' can be const. qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/domitem.h:56:9: note: Technically the member function 'DomItem::row' can be const. qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/domitem.cpp:46:28: style: Parameter 'node' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/puzzlewidget.cpp:87:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/puzzlewidget.cpp:103:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/puzzlewidget.cpp:160:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/puzzlewidget.cpp:187:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/piecesmodel.cpp:69:17: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/itemviews/puzzle/puzzlewidget.cpp:45:15: warning: Member variable 'PuzzleWidget::inPlace' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/dommodel.cpp:75:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/dommodel.cpp:109:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/dommodel.cpp:117:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/dommodel.h:57:5: style: Class 'DomModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/dommodel.cpp:78:14: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/dommodel.cpp:180:14: style: Variable 'parentItem' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/mainwindow.cpp:52:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable simpletreemodel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpledommodel/mainwindow.cpp:72:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.h:56:5: style: Class 'TreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treeitem.cpp:55:5: performance: Variable 'itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treeitem.h:51:5: style: Class 'TreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treeitem.cpp:67:38: style:inconclusive: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treeitem.h:54:32: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treeitem.cpp:67:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treeitem.cpp:67:38: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:87:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:102:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:110:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:192:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simplewidgetmapper/window.h:62:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:90:15: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:158:15: style: Variable 'parentItem' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:213:25: warning: Either the condition 'parents.count()>0' is redundant or expression 'parents.last()' causes access out of bounds. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:206:74: note: Assuming that condition 'parents.count()>0' is not redundant qt-everywhere-opensource-src-4.8.7/examples/itemviews/simpletreemodel/treemodel.cpp:213:25: note: Access out of bounds qt-everywhere-opensource-src-4.8.7/examples/itemviews/spinboxdelegate/delegate.cpp:77:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/spinboxdelegate/delegate.cpp:92:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/spinboxdelegate/delegate.h:56:5: style: Class 'SpinBoxDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/stardelegate/main.cpp:91:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DoubleClicked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/stardelegate/stardelegate.h:52:5: style: Class 'StarDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/stardelegate/starrating.h:54:5: style: Class 'StarRating' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/stardelegate/stareditor.h:54:5: style: Class 'StarEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/itemviews/stardelegate/stardelegate.cpp:54:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Selected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/itemviews/stardelegate/starrating.cpp:79:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/basiclayouts/dialog.cpp:59:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/borderlayout/borderlayout.cpp:77:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/borderlayout/window.cpp:66:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/borderlayout/borderlayout.h:53:5: style: Class 'BorderLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/layouts/borderlayout/borderlayout.h:54:5: style: Class 'BorderLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/layouts/dynamiclayouts/dialog.cpp:62:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetMinimumSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/dynamiclayouts/dialog.cpp:69:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetNoConstraint [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/dynamiclayouts/dialog.cpp:148:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/dynamiclayouts/dialog.cpp:165:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/dynamiclayouts/dialog.h:66:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/layouts/flowlayout/flowlayout.cpp:80:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_LayoutHorizontalSpacing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/flowlayout/flowlayout.cpp:89:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_LayoutVerticalSpacing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/flowlayout/flowlayout.cpp:176:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/layouts/flowlayout/flowlayout.h:51:5: style: Class 'FlowLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/layouts/flowlayout/flowlayout.h:52:5: style: Class 'FlowLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/linguist/arrowpad/arrowpad.h:59:5: style: Class 'ArrowPad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/linguist/arrowpad/mainwindow.cpp:55:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.cpp:76:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_F1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/printpanel.h:58:5: style: Class 'PrintPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.cpp:86:12: style: Local variable 'fileMenu' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.h:67:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.cpp:86:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.cpp:91:12: style: Local variable 'helpMenu' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.h:68:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/linguist/trollprint/mainwindow.cpp:91:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/mainwindows/application/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable application [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/application/mainwindow.cpp:153:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/application/mainwindow.cpp:306:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/application/mainwindow.cpp:321:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/application/mainwindow.cpp:348:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dockwidgets [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mdi [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:72:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:122:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:141:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:202:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MoveAnchor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:224:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:300:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftDockWidgetArea [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:171:17: style: Local variable 'customerList' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.h:78:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/mainwindows/dockwidgets/mainwindow.cpp:171:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mainwindow.cpp:49:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAsNeeded [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mainwindow.cpp:216:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mainwindow.cpp:386:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftToRight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mdichild.h:59:13: performance: Function 'currentFile()' should return member 'curFile' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mdichild.cpp:47:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mdichild.cpp:66:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mdichild.cpp:109:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/mdi/mdichild.cpp:153:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/menus/mainwindow.cpp:54:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/menus/mainwindow.cpp:205:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/recentfiles/mainwindow.cpp:47:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/recentfiles/mainwindow.cpp:107:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sdi [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/recentfiles/mainwindow.cpp:171:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/recentfiles/mainwindow.cpp:191:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.h:60:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:96:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioOutput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:154:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioInput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:297:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:311:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.h:53:5: style: Class 'AudioDevicesBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.h:61:5: style: Class 'AudioTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.h:62:14: style: The destructor '~AudioTest' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.h:54:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.h:62:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.cpp:134:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.cpp:157:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.cpp:289:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.cpp:303:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.cpp:323:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/mainwindows/sdi/mainwindow.cpp:343:16: style: The scope of the variable 'sequenceNumber' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:96:5: performance: Variable 'mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:159:5: style: Local variable 'deviceInfo' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.h:64:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiodevices/audiodevices.cpp:159:5: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:105:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:137:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnSignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:169:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:181:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:238:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioInput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:270:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.cpp:342:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SuspendedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audioinput/audioinput.h:84:5: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:78:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:105:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnSignedInt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:178:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioOutput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:211:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LittleEndian [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:260:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StoppedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:294:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SuspendedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:132:47: style:inconclusive: Function 'readData' argument 2 names different: declaration 'maxlen' definition 'len'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.h:66:40: note: Function 'readData' argument 2 names different: declaration 'maxlen' definition 'len'. qt-everywhere-opensource-src-4.8.7/examples/multimedia/audiooutput/audiooutput.cpp:132:47: note: Function 'readData' argument 2 names different: declaration 'maxlen' definition 'len'. qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoitem.cpp:66:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoitem.cpp:91:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoHandle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoitem.cpp:132:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StoppedError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoplayer.h:60:5: style: Class 'VideoPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoitem.cpp:45:37: style:inconclusive: Function 'VideoItem' argument 1 names different: declaration 'parentItem' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoitem.h:54:39: note: Function 'VideoItem' argument 1 names different: declaration 'parentItem' definition 'parent'. qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoitem.cpp:45:37: note: Function 'VideoItem' argument 1 names different: declaration 'parentItem' definition 'parent'. qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoplayer.cpp:72:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoplayer.cpp:165:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_MediaPlay [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videoplayer.h:57:5: style: Class 'VideoPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoplayer.cpp:119:5: performance: Range variable 'fmt' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videographicsitem/videoplayer.cpp:121:5: performance: Range variable 'fmt' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videoplayer.cpp:66:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_MediaPlay [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videoplayer.cpp:146:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_MediaPlay [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.h:54:5: style: Class 'VideoWidgetSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidget.h:59:5: style: Class 'VideoWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidget.cpp:57:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videoplayer.cpp:100:5: performance: Range variable 'fmt' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videoplayer.cpp:102:5: performance: Range variable 'fmt' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videoplayer.cpp:58:18: style: Variable 'videoWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:56:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoHandle [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:78:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:90:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:124:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IncorrectFormatError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:142:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:152:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:75:26: style: Local variable 'imageFormat' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.h:72:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:75:26: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:87:26: style: Local variable 'imageFormat' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.h:72:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/multimedia/videowidget/videowidgetsurface.cpp:87:26: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/bearercloud.cpp:65:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/main.cpp:56:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/main.cpp:68:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TextAntialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/bearercloud.h:56:5: style: Class 'BearerCloud' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/main.cpp:51:5: style: Class 'CloudView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/bearercloud.cpp:63:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/bearercloud.cpp:65:56: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/bearercloud.cpp:118:20: style: Variable 'cloud' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/cloud.cpp:68:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsMovable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/cloud.cpp:227:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/cloud.cpp:243:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NotAvailable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/cloud.cpp:350:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ServiceNetwork [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearercloud/cloud.cpp:318:23: style: Variable 'renderer' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.h:63:5: style: Class 'BearerMonitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:70:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Active [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:124:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:141:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ServiceNetwork [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:152:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:164:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:182:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:214:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchWildcard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:314:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/bearermonitor.cpp:380:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/sessionwidget.cpp:69:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable openSessionButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/bearermonitor/sessionwidget.cpp:108:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Connected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/blockingclient.cpp:65:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LocalHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/fortunethread.h:54:5: style: Class 'FortuneThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/blockingclient.h:62:5: style: Class 'BlockingClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/blockingclient.cpp:155:49: style:inconclusive: Function 'showFortune' argument 1 names different: declaration 'fortune' definition 'nextFortune'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/blockingclient.h:66:37: note: Function 'showFortune' argument 1 names different: declaration 'fortune' definition 'nextFortune'. qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/blockingclient.cpp:155:49: note: Function 'showFortune' argument 1 names different: declaration 'fortune' definition 'nextFortune'. qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/fortunethread.cpp:112:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qt_4_0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/blockingfortuneclient/fortunethread.cpp:45:16: warning: Member variable 'FortuneThread::port' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/broadcastreceiver/receiver.h:58:5: style: Class 'Receiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/broadcastreceiver/receiver.cpp:62:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShareAddress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/broadcastsender/sender.h:59:5: style: Class 'Sender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/broadcastsender/sender.cpp:56:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/broadcastsender/sender.cpp:89:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Broadcast [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:118:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:156:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:164:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:152:57: style:inconclusive: Function 'sslErrors' argument 1 names different: declaration 'errors' definition 'sslErrors'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:76:44: note: Function 'sslErrors' argument 1 names different: declaration 'errors' definition 'sslErrors'. qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:152:57: note: Function 'sslErrors' argument 1 names different: declaration 'errors' definition 'sslErrors'. qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:146:5: performance: Range variable 'arg' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/network/download/main.cpp:88:20: style: Variable 'reply' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/downloadmanager.cpp:107:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/downloadmanager.cpp:159:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/downloadmanager.h:57:5: style: Class 'DownloadManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/downloadmanager.cpp:51:18: warning: Member variable 'DownloadManager::currentDownload' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/downloadmanager.cpp:58:5: performance: Range variable 'url' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:53:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:89:49: style:inconclusive: Function 'setMessage' argument 1 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.h:53:36: note: Function 'setMessage' argument 1 names different: declaration 'message' definition 'm'. qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:89:49: note: Function 'setMessage' argument 1 names different: declaration 'message' definition 'm'. qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:94:40: style:inconclusive: Function 'setStatus' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.h:54:27: note: Function 'setStatus' argument 1 names different: declaration 'value' definition 'val'. qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:94:40: note: Function 'setStatus' argument 1 names different: declaration 'value' definition 'val'. qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:94:52: style:inconclusive: Function 'setStatus' argument 2 names different: declaration 'maximum' definition 'max'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.h:54:41: note: Function 'setStatus' argument 2 names different: declaration 'maximum' definition 'max'. qt-everywhere-opensource-src-4.8.7/examples/network/downloadmanager/textprogressbar.cpp:94:52: note: Function 'setStatus' argument 2 names different: declaration 'maximum' definition 'max'. qt-everywhere-opensource-src-4.8.7/examples/network/fortuneclient/client.cpp:67:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LocalHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneclient/client.cpp:164:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qt_4_0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneclient/client.cpp:237:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserChoice [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneclient/client.h:62:5: style: Class 'Client' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneserver/main.cpp:57:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneserver/server.h:59:5: style: Class 'Server' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneserver/server.cpp:56:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneserver/server.cpp:113:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserChoice [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneserver/server.cpp:158:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/fortuneserver/server.cpp:162:24: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:52:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Popup [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:96:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MouseButtonPress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:147:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:216:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StartElement [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.h:61:5: style: Class 'GSuggestCompletion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/searchbox.h:54:5: style: Class 'SearchBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:115:22: style: Variable 'consumed' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:110:22: note: $symbol is assigned qt-everywhere-opensource-src-4.8.7/examples/network/googlesuggest/googlesuggest.cpp:115:22: note: $symbol is overwritten qt-everywhere-opensource-src-4.8.7/examples/network/http/httpwindow.cpp:72:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/http/httpwindow.cpp:132:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/http/httpwindow.cpp:190:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RedirectionTargetAttribute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/http/httpwindow.cpp:263:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/http/httpwindow.cpp:281:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ignore [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/http/httpwindow.h:75:5: style: Class 'HttpWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/loopback/dialog.cpp:81:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/loopback/dialog.cpp:119:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WaitCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/loopback/dialog.cpp:200:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RemoteHostClosedError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/loopback/dialog.h:63:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/multicastreceiver/receiver.cpp:55:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShareAddress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/multicastreceiver/receiver.h:58:5: style: Class 'Receiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/multicastreceiver/receiver.cpp:49:5: performance: Variable 'groupAddress' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/network/multicastsender/sender.h:61:5: style: Class 'Sender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/multicastsender/sender.cpp:65:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/multicastsender/sender.cpp:89:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MulticastTtlOption [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/multicastsender/sender.cpp:49:5: performance: Variable 'groupAddress' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/chatdialog.cpp:50:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/chatdialog.cpp:76:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable End [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/chatdialog.cpp:92:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/chatdialog.cpp:110:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/chatdialog.cpp:122:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchExactly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/server.h:53:5: style: Class 'Server' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/chatdialog.h:52:5: style: Class 'ChatDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/connection.h:70:5: style: Class 'Connection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/peermanager.h:58:5: style: Class 'PeerManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/client.cpp:85:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:54:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NetworkSessionRequired [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/connection.cpp:53:5: performance: Variable 'greetingMessage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/connection.h:72:13: performance: Function 'name()' should return member 'username' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/connection.cpp:93:9: style: Statements following noreturn function 'abort()' will never be executed. [unreachableCode] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:74:35: style: Local variable 'config' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:62:31: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:74:35: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:75:21: style: Local variable 'id' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:58:23: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:75:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:83:23: style: Local variable 'settings' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:56:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/main.cpp:83:23: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/peermanager.cpp:81:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Any [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/peermanager.cpp:166:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LocalHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/server.cpp:49:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Any [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/peermanager.h:61:16: performance: Function 'userName()' should return member 'username' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/network-chat/peermanager.cpp:108:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/main.cpp:51:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.h:67:5: style: Class 'FtpWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:78:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:139:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArrowCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:234:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:267:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArrowCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:355:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WaitCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:366:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WaitCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/qftp/ftpwindow.cpp:408:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserChoice [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/certificateinfo.cpp:68:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Organization [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/certificateinfo.cpp:81:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Organization [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable securesocketclient [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/sslclient.h:58:5: style: Class 'SslClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/certificateinfo.h:55:5: style: Class 'CertificateInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/sslclient.cpp:74:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnconnectedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/sslclient.cpp:115:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UnconnectedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/sslclient.cpp:147:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArrowCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/sslclient.cpp:198:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/securesocketclient/sslclient.cpp:221:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable End [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/threadedfortuneserver/dialog.cpp:83:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LocalHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/threadedfortuneserver/fortuneserver.h:53:5: style: Class 'FortuneServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/threadedfortuneserver/dialog.h:57:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/threadedfortuneserver/fortuneserver.cpp:63:35: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/threadedfortuneserver/fortunethread.cpp:64:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/threadedfortuneserver/main.cpp:57:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.cpp:123:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.cpp:53:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.cpp:55:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.cpp:57:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.cpp:59:13: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.h:53:5: style: Class 'AddTorrentDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/addtorrentdialog.cpp:143:9: performance: Range variable 'file' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:82:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_VERSION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:82:11: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.h:57:9: performance:inconclusive: Technically the member function 'ConnectionManager::maxConnections' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:70:24: note: Technically the member function 'ConnectionManager::maxConnections' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.h:57:9: note: Technically the member function 'ConnectionManager::maxConnections' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:60:55: style:inconclusive: Function 'addConnection' argument 1 names different: declaration 'connection' definition 'client'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.h:55:40: note: Function 'addConnection' argument 1 names different: declaration 'connection' definition 'client'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:60:55: note: Function 'addConnection' argument 1 names different: declaration 'connection' definition 'client'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:65:58: style:inconclusive: Function 'removeConnection' argument 1 names different: declaration 'connection' definition 'client'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.h:56:43: note: Function 'removeConnection' argument 1 names different: declaration 'connection' definition 'client'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:65:58: note: Function 'removeConnection' argument 1 names different: declaration 'connection' definition 'client'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/connectionmanager.cpp:60:55: style: Parameter 'client' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:89:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:107:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:119:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:232:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:328:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:368:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadWrite [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:433:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sha1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:46:16: warning: Member variable 'BencodeParser::index' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:46:16: warning: Member variable 'BencodeParser::infoStart' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:46:16: warning: Member variable 'BencodeParser::infoLength' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.h:59:13: performance: Function 'errorString()' should return member 'errString' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.h:61:32: performance: Function 'dictionary()' should return member 'dictionaryValue' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/main.cpp:51:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable icons [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:165:29: style: Local variable 'dictionary' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.h:61:32: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:165:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:211:29: style: Local variable 'dictionary' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:186:63: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/torrent/bencodeparser.cpp:211:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/torrent/main.cpp:49:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.h:70:17: style:inconclusive: Technically the member function 'TorrentPeer::operator==' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.h:103:5: style: Class 'TorrentClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.h:64:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:51:14: warning: Member variable 'FileManager::pieceLength' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.h:63:5: style: Class 'FileManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.h:80:13: performance: Function 'errorString()' should return member 'errString' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:406:17: style: The scope of the variable 'oldPercent' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:408:21: style: Local variable 'numPieces' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.h:127:9: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/torrent/filemanager.cpp:408:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:81:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_Enabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:112:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SelectRows [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:396:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/ratecontroller.cpp:119:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConnectedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:143:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ChokingPeer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:157:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ChokingPeer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:537:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ChokedByPeer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.cpp:48:11: warning: Member variable 'MetaInfo::metaInfoFileForm' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.cpp:48:11: warning: Member variable 'MetaInfo::metaInfoSingleFile' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:80:13: performance: Function 'errorString()' should return member 'errString' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:82:16: performance: Function 'infoValue()' should return member 'infoData' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:85:13: performance: Function 'announceUrl()' should return member 'metaInfoAnnounce' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:86:17: performance: Function 'announceList()' should return member 'metaInfoAnnounceList' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:88:13: performance: Function 'comment()' should return member 'metaInfoComment' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:89:13: performance: Function 'createdBy()' should return member 'metaInfoCreatedBy' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:92:24: performance: Function 'singleFile()' should return member 'metaInfoSingleFile' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:95:30: performance: Function 'multiFiles()' should return member 'metaInfoMultiFiles' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:96:13: performance: Function 'name()' should return member 'metaInfoName' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.h:98:23: performance: Function 'sha1Sums()' should return member 'metaInfoSha1Sums' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.cpp:214:5: performance: Range variable 'file' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/metainfo.cpp:215:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/ratecontroller.h:55:12: warning: Member variable 'RateController::upLimit' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/ratecontroller.h:55:12: warning: Member variable 'RateController::downLimit' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:507:9: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:522:9: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.h:85:5: style: Class 'PeerWireClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/ratecontroller.h:55:12: style: Class 'RateController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:53:5: style: Class 'TorrentView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:68:12: style: Class 'TorrentViewDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/ratecontroller.cpp:101:5: style: Variable 'client' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:587:37: style:inconclusive: Function 'setUploadLimit' argument 1 names different: declaration 'bytes' definition 'value'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.h:91:29: note: Function 'setUploadLimit' argument 1 names different: declaration 'bytes' definition 'value'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:587:37: note: Function 'setUploadLimit' argument 1 names different: declaration 'bytes' definition 'value'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:594:39: style:inconclusive: Function 'setDownloadLimit' argument 1 names different: declaration 'bytes' definition 'value'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.h:92:31: note: Function 'setDownloadLimit' argument 1 names different: declaration 'bytes' definition 'value'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:594:39: note: Function 'setDownloadLimit' argument 1 names different: declaration 'bytes' definition 'value'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:226:5: performance: Range variable 'job' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:345:5: performance: Range variable 'job' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:481:20: style: Variable 'client' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/mainwindow.cpp:345:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.h:94:25: performance: Function 'incomingBlocks()' should return member 'incoming' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:59:35: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:69:28: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:419:18: style: Statements following noreturn function 'abort()' will never be executed. [unreachableCode] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:644:52: style:inconclusive: Function 'readData' argument 2 names different: declaration 'maxlen' definition 'size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.h:144:40: note: Function 'readData' argument 2 names different: declaration 'maxlen' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:644:52: note: Function 'readData' argument 2 names different: declaration 'maxlen' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:657:59: style:inconclusive: Function 'writeData' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.h:146:47: note: Function 'writeData' argument 2 names different: declaration 'len' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/peerwireclient.cpp:657:59: note: Function 'writeData' argument 2 names different: declaration 'len' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentserver.cpp:96:92: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/trackerclient.cpp:92:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unconnected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/trackerclient.cpp:209:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable List [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/trackerclient.h:60:5: style: Class 'TrackerClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/trackerclient.cpp:223:31: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/2dpainting/glwidget.cpp:68:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/trackerclient.cpp:217:26: error: Uninitialized variables: tmp.interesting, tmp.seed, tmp.lastVisited, tmp.connectStart, tmp.connectTime, tmp.numCompletedPieces [uninitvar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/trackerclient.cpp:231:26: error: Uninitialized variables: tmp.interesting, tmp.seed, tmp.lastVisited, tmp.connectStart, tmp.connectTime, tmp.numCompletedPieces [uninitvar] qt-everywhere-opensource-src-4.8.7/examples/opengl/2dpainting/helper.cpp:48:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/2dpainting/helper.cpp:88:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/2dpainting/widget.cpp:68:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:211:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:255:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:271:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Sha1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:308:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:326:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:376:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConnectedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:434:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LowestPriority [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:575:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Any [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:635:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConnectedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:860:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConnectionRefusedError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1142:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConnectedState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/2dpainting/window.cpp:53:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/geometryengine.cpp:137:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_ARRAY_BUFFER [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/geometryengine.cpp:150:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_ARRAY_BUFFER [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/geometryengine.cpp:167:89: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/mainwidget.cpp:123:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/mainwidget.cpp:150:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/mainwidget.cpp:177:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/mainwidget.cpp:217:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/mainwidget.cpp:54:13: warning: Member variable 'MainWidget::texture' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/cube/mainwidget.cpp:54:13: warning: Member variable 'MainWidget::angularSpeed' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable framebufferobject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.h:51:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:59:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CombinedDepthStencil [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:156:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:234:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:264:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Forward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:272:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_ALL_ATTRIB_BITS [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:281:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable framebufferobject2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.h:46:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:194:19: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:194:15: style: Local variable 'p' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:139:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:194:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject/glwidget.cpp:195:15: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:94:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:156:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:170:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_ALL_ATTRIB_BITS [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:229:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:75:11: warning: Member variable 'GLWidget::rot' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:75:11: warning: Member variable 'GLWidget::xOffs' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:75:11: warning: Member variable 'GLWidget::yOffs' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:75:11: warning: Member variable 'GLWidget::xInc' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:75:11: warning: Member variable 'GLWidget::pbufferList' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:75:11: warning: Member variable 'GLWidget::cubeTexture' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:227:51: style:inconclusive: Function 'drawCube' argument 3 names different: declaration 'ri' definition 'rotation'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.h:55:45: note: Function 'drawCube' argument 3 names different: declaration 'ri' definition 'rotation'. qt-everywhere-opensource-src-4.8.7/examples/opengl/framebufferobject2/glwidget.cpp:227:51: note: Function 'drawCube' argument 3 names different: declaration 'ri' definition 'rotation'. qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.cpp:110:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_LIGHTING [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/mainwindow.cpp:58:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ScrollBarAlwaysOff [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.cpp:124:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/mainwindow.cpp:138:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.cpp:145:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/mainwindow.cpp:165:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.cpp:163:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.cpp:186:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COMPILE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.h:51:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/glwidget.cpp:136:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_DEPTH_TEST [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/glwidget.cpp:150:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/glwidget.cpp:166:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/glwidget.cpp:190:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/glwidget.cpp:62:5: performance: Variable 'qtGreen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/glwidget.h:54:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:684:16: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:693:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:750:5: style: Obsolete function 'qSort' called. It is recommended to use 'std::sort' instead. [prohibitedqSortCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1106:18: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1120:45: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1181:34: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1238:41: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1245:43: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1285:56: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1296:40: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1388:21: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1389:21: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:132:5: performance: Variable 'errorString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:133:5: performance: Variable 'stateString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:79:5: style: Class 'TorrentClientPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/window.cpp:81:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/window.cpp:93:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Escape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/window.cpp:91:39: style:inconclusive: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/window.h:60:35: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'. qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl/window.cpp:91:39: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'. qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:59:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:102:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:102:30: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:103:32: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:104:31: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:105:32: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.h:65:12: performance:inconclusive: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.cpp:100:16: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/bubble.h:65:12: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:146:58: style:inconclusive: Function 'setError' argument 1 names different: declaration 'error' definition 'errorCode'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:82:40: note: Function 'setError' argument 1 names different: declaration 'error' definition 'errorCode'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:146:58: note: Function 'setError' argument 1 names different: declaration 'error' definition 'errorCode'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1038:49: style:inconclusive: Function 'peerWireBytesWritten' argument 1 names different: declaration 'bytes' definition 'size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.h:179:38: note: Function 'peerWireBytesWritten' argument 1 names different: declaration 'bytes' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1038:49: note: Function 'peerWireBytesWritten' argument 1 names different: declaration 'bytes' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1048:50: style:inconclusive: Function 'peerWireBytesReceived' argument 1 names different: declaration 'bytes' definition 'size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.h:180:39: note: Function 'peerWireBytesReceived' argument 1 names different: declaration 'bytes' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1048:50: note: Function 'peerWireBytesReceived' argument 1 names different: declaration 'bytes' definition 'size'. qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:945:67: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:896:36: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:945:67: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1226:50: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1154:59: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1226:50: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1202:54: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1154:59: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1202:54: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:385:5: style: Variable 'client' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:966:21: style: Variable 'client' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1003:29: style: Variable 'otherClient' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1228:27: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1250:17: style: Variable 'peer' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1328:23: style: Variable 'piece' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1430:21: style: Variable 'client' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1451:9: style: Variable 'knownPeer' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1478:9: style: Variable 'peer' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1479:13: style: Variable 'client' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/opengl/grabber/glwidget.cpp:235:17: style: Obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. [prohibitedqSwapCalled] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1285:55: error: Out of bounds access in expression 'piecesReadyForDownload.at(qrand()%piecesReadyForDownload.size())' because 'piecesReadyForDownload' is empty. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1262:35: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1285:55: note: Access out of bounds qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1296:39: error: Out of bounds access in expression 'values.at(qrand()%values.size())' because 'values' is empty. [containerOutOfBounds] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1292:35: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1296:39: note: Access out of bounds qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:377:15: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:387:15: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:809:89: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:1453:56: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/examples/network/torrent/torrentclient.cpp:711:24: style: Variable 'connectionsPerPeer' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable texture [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:73:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_PaintOnScreen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:113:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:124:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:191:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:217:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:318:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/mainwindow.cpp:59:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.h:54:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:59:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:102:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:102:30: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:103:32: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:104:31: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:105:32: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.h:65:12: performance:inconclusive: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.cpp:100:16: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/bubble.h:65:12: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable texture [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:56:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_PaintOnScreen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:98:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TRIANGLES [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:105:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/mainwindow.cpp:59:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:215:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Vertex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:274:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:341:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.h:56:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:318:46: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:319:46: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:320:65: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:321:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:322:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:65:11: warning: Member variable 'GLWidget::m_uiTexture' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:65:11: warning: Member variable 'GLWidget::m_fAngle' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:65:11: warning: Member variable 'GLWidget::m_fScale' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es/glwidget.cpp:255:13: style: Variable 'matDiff' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.cpp:75:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.cpp:75:30: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.cpp:76:32: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.cpp:77:31: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.cpp:78:32: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.h:65:12: performance:inconclusive: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.cpp:73:16: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/bubble.h:65:12: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:135:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:149:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:223:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:252:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:272:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:60:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:223:46: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:224:46: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:225:65: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:226:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.cpp:227:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/overpainting/glwidget.h:64:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:341:46: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:342:46: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:343:65: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:344:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:345:49: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::m_uiTexture' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::m_fAngle' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::m_fScale' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::vertexAttr1' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::normalAttr1' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::matrixUniform1' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::vertexAttr2' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::normalAttr2' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::texCoordAttr2' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::matrixUniform2' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/hellogl_es2/glwidget.cpp:51:11: warning: Member variable 'GLWidget::textureUniform2' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:88:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VERTEX_ARRAY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:115:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:147:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:291:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable br [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:315:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CosineCurve [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/main.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pbuffers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.h:56:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:197:7: warning: Member variable 'Cube::rtn' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:197:7: warning: Member variable 'Cube::startx' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:105:9: style:inconclusive: Member variable 'TileBuilder::start' uses an uninitialized argument 'count' due to the order of declarations. [initializerList] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:158:7: note: Member variable 'TileBuilder::start' uses an uninitialized argument 'count' due to the order of declarations. qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:105:9: note: Member variable 'TileBuilder::start' uses an uninitialized argument 'count' due to the order of declarations. qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:82:5: style: Class 'Tile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:98:5: style: Class 'TileBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:118:5: style: Class 'Cube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:143:5: style: Class 'CubeBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:127:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:130:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:98:45: style:inconclusive: Function 'setColors' argument 2 names different: declaration 'colors' definition 'colorArray'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.h:62:39: note: Function 'setColors' argument 2 names different: declaration 'colors' definition 'colorArray'. qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/cube.cpp:98:45: note: Function 'setColors' argument 2 names different: declaration 'colors' definition 'colorArray'. qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:86:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_SMOOTH [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:113:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:147:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:161:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:177:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:189:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers/glwidget.cpp:211:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:68:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:154:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:232:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:262:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Forward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:270:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_ALL_ATTRIB_BITS [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:279:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pbuffers2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.h:51:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:191:19: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:191:15: style: Local variable 'p' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:135:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:191:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/opengl/pbuffers2/glwidget.cpp:192:15: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:57:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:121:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COMPILE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.h:46:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:48:11: warning: Member variable 'GLWidget::list' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:111:14: style: The scope of the variable 'x1' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:112:14: style: The scope of the variable 'y1' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:113:14: style: The scope of the variable 'x2' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:114:14: style: The scope of the variable 'y2' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:115:14: style: The scope of the variable 'x3' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:116:14: style: The scope of the variable 'y3' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:117:14: style: The scope of the variable 'x4' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/samplebuffers/glwidget.cpp:118:14: style: The scope of the variable 'y4' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:104:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_FLOAT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:49:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:163:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:90:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_DEPTH_TEST [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:202:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TRIANGLES [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:140:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:210:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Smooth [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:186:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:228:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Smooth [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:207:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:402:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VERTEX_ARRAY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:233:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable textures [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:46:11: warning: Member variable 'GLWidget::textures' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.cpp:49:5: performance: Variable 'clearColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/opengl/textures/glwidget.h:54:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:83:14: style:inconclusive: Member variable 'Patch::start' uses an uninitialized argument 'count' due to the order of declarations. [initializerList] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:157:6: note: Member variable 'Patch::start' uses an uninitialized argument 'count' due to the order of declarations. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:83:14: note: Member variable 'Patch::start' uses an uninitialized argument 'count' due to the order of declarations. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.h:54:5: style: Class 'QtLogo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:75:5: style: Class 'Patch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:179:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:182:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:316:76: style:inconclusive: Function 'RectTorus' argument 5 names different: declaration 'numSectors' definition 'k'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:313:69: note: Function 'RectTorus' argument 5 names different: declaration 'numSectors' definition 'k'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:316:76: note: Function 'RectTorus' argument 5 names different: declaration 'numSectors' definition 'k'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:352:37: style:inconclusive: Function 'QtLogo' argument 2 names different: declaration 'd' definition 'divisions'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.h:54:33: note: Function 'QtLogo' argument 2 names different: declaration 'd' definition 'divisions'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:352:37: note: Function 'QtLogo' argument 2 names different: declaration 'd' definition 'divisions'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:352:54: style:inconclusive: Function 'QtLogo' argument 3 names different: declaration 's' definition 'scale'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.h:54:47: note: Function 'QtLogo' argument 3 names different: declaration 's' definition 'scale'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:352:54: note: Function 'QtLogo' argument 3 names different: declaration 's' definition 'scale'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:372:32: style:inconclusive: Function 'buildGeometry' argument 1 names different: declaration 'd' definition 'divisions'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.h:59:28: note: Function 'buildGeometry' argument 1 names different: declaration 'd' definition 'divisions'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:372:32: note: Function 'buildGeometry' argument 1 names different: declaration 'd' definition 'divisions'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:372:49: style:inconclusive: Function 'buildGeometry' argument 2 names different: declaration 's' definition 'scale'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.h:59:37: note: Function 'buildGeometry' argument 2 names different: declaration 's' definition 'scale'. qt-everywhere-opensource-src-4.8.7/examples/opengl/shared/qtlogo.cpp:372:49: note: Function 'buildGeometry' argument 2 names different: declaration 's' definition 'scale'. qt-everywhere-opensource-src-4.8.7/examples/openvg/star/starwidget.h:53:5: style: Class 'StarWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/openvg/star/starwidget.cpp:50:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MinimumExpanding [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/openvg/star/starwidget.cpp:75:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpenVG [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable basicdrawing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/renderarea.cpp:54:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/renderarea.cpp:174:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RelativeSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/renderarea.h:58:5: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/window.cpp:89:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SolidLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/window.cpp:227:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/basicdrawing/window.cpp:239:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LinearGradientPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/concentriccircles/circlewidget.cpp:55:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/concentriccircles/circlewidget.cpp:102:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/concentriccircles/circlewidget.h:52:5: style: Class 'CircleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/concentriccircles/window.cpp:88:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.h:59:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/imagecomposition/imagecomposer.cpp:113:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetFixedSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/imagecomposition/imagecomposer.cpp:149:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Source [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/imagecomposition/imagecomposer.cpp:187:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:58:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable quitAction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:79:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fontTree [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:105:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:110:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Unchecked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:135:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:177:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:236:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:259:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:278:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicationModal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:311:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:328:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/imagecomposition/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable imagecomposition [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/renderarea.cpp:51:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/renderarea.cpp:114:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/renderarea.h:53:5: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:230:31: style: Local variable 'pageMap' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.h:82:31: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/painting/fontsampler/mainwindow.cpp:230:31: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/window.cpp:112:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForceOutline [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svggenerator/displaywidget.cpp:51:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svggenerator/displaywidget.cpp:69:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svggenerator/displaywidget.cpp:80:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svggenerator/displaywidget.h:57:5: style: Class 'DisplayWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/svggenerator/window.h:52:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/window.cpp:205:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/window.cpp:219:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/window.cpp:259:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/window.cpp:270:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/painting/painterpaths/window.cpp:280:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/main.cpp:51:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable svgviewer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/mainwindow.cpp:55:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:62:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AnchorUnderMouse [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:100:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemClipsToShape [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:131:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SampleBuffers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:141:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighQualityAntialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:167:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.h:59:5: style: Class 'SvgView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:93:10: style: Local variable 'drawBackground' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.h:63:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/painting/svgviewer/svgview.cpp:93:10: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/painting/transformations/renderarea.h:64:5: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/painting/transformations/renderarea.cpp:93:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/transformations/renderarea.cpp:119:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/transformations/renderarea.cpp:138:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkGreen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/transformations/renderarea.cpp:148:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/painting/transformations/window.cpp:93:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindingFill [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qmake/precompile/mydialog.h:51:5: style: Class 'MyDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/phonon/qmusicplayer/mainwindow.cpp:79:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MusicLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/phonon/qmusicplayer/mainwindow.cpp:108:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FatalError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/phonon/qmusicplayer/mainwindow.cpp:154:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PlayingState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/phonon/qmusicplayer/mainwindow.cpp:182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ErrorState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/phonon/qmusicplayer/mainwindow.cpp:250:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_MediaPlay [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/phonon/qmusicplayer/mainwindow.cpp:312:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Maximum [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qmake/precompile/myobject.cpp:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qmake/precompile/util.cpp:46:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qmake/tutorial/hello.h:46:5: style: Class 'MyPushButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/imagescaling/imagescaling.cpp:50:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/imagescaling/imagescaling.cpp:105:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PicturesLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/imagescaling/imagescaling.h:51:5: style: Class 'Images' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/map/main.cpp:53:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/map/main.cpp:65:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/map/main.cpp:69:30: style: Variable 'thumbnails' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/progressdialog/main.cpp:49:16: style: Parameter 'iteration' can be declared as reference to const. However it seems that 'spin' is a callback function, if 'iteration' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/progressdialog/main.cpp:80:55: note: You might need to cast the function pointer here qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/progressdialog/main.cpp:49:16: note: Parameter 'iteration' can be declared as reference to const qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/runfunction/main.cpp:51:20: performance: Function parameter 'name' should be passed by const reference. However it seems that 'hello' is a callback function. [passedByValueCallback] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/runfunction/main.cpp:60:28: note: Function pointer used here. qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/runfunction/main.cpp:51:20: note: Function parameter 'name' should be passed by const reference. However it seems that 'hello' is a callback function. qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:65:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:83:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:100:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:65:5: performance: Range variable 'file' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:68:5: performance: Range variable 'subdir' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:78:47: performance: Function parameter 'files' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:86:13: performance: Range variable 'word' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:105:9: performance: Range variable 'word' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:80:15: style: Variable 'wordCount' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:102:15: style: Variable 'wordCount' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:138:25: style: Variable 'total' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:147:25: style: Variable 'total' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtconcurrent/wordcount/main.cpp:156:25: style: Variable 'total' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial2/testqstring.cpp:72:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable result [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial4/testgui.cpp:67:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Backspace [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial4/testgui.cpp:82:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable expected [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:86:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable useLocaleCompare [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:118:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stringSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:64:14: warning: Return value of function str1.localeAwareCompare() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:88:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:92:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:123:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/benchmarking.cpp:127:20: style: Variable 'result' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:188:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable useStd [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:211:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable useStd [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:237:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable useStd [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:261:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable useStd [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/dbscreen/dbscreen.h:51:5: warning: Member variable 'DBScreen::painter' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/dbscreen/dbscreen.h:51:5: warning: Member variable 'DBScreen::image' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/dbscreen/dbscreen.h:51:5: style: Class 'DBScreen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:102:10: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:54:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:102:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:112:10: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:57:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:112:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:70:10: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:54:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:70:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:80:10: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:57:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:80:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:104:24: style: The scope of the variable 'v' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:105:11: style: The scope of the variable 't' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:72:20: style: The scope of the variable 'v' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:73:11: style: The scope of the variable 't' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:108:29: error: Uninitialized variable: t [uninitvar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:118:25: error: Uninitialized variable: t [uninitvar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:76:26: error: Uninitialized variable: t [uninitvar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:86:22: error: Uninitialized variable: t [uninitvar] qt-everywhere-opensource-src-4.8.7/examples/qtestlib/tutorial5/containers.cpp:131:9: style: struct member 'Large::x' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:128:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KD_TEXT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:158:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KDSETMODE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:168:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FB_TYPE_PACKED_PIXELS [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:249:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FBIOGETCMAP [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:275:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FBIOPUTCMAP [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:487:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KD_TEXT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/calibration.cpp:60:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/calibration.cpp:107:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/main.cpp:52:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GuiServer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/scribblewidget.h:53:5: style: Class 'ScribbleWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/scribblewidget.cpp:51:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/scribblewidget.cpp:57:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/scribblewidget.cpp:66:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/mousecalibration/scribblewidget.cpp:87:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:182:19: style: Variable 'reds' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:185:19: style: Variable 'greens' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:188:19: style: Variable 'blues' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/examples/qws/framebuffer/main.c:438:18: style: Variable 'randData' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/examples/qws/simpledecoration/analogclock.cpp:76:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/simpledecoration/analogclock.h:51:5: style: Class 'AnalogClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qws/simpledecoration/mydecoration.cpp:144:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/simpledecoration/mydecoration.cpp:202:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable All [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/simpledecoration/mydecoration.cpp:287:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintdevice.cpp:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PdmWidth [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.h:50:5: style: Class 'SvgalibPaintEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintdevice.h:52:5: style: Class 'SvgalibPaintDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:60:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:88:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirtyTransform [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:177:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoBrush [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.h:53:5: warning: Member variable 'SvgalibScreen::context' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.h:53:5: style: Class 'SvgalibScreen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::simplePen' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::simpleBrush' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::simpleMatrix' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::clipEnabled' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::simpleClip' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::opaque' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::aliased' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::sourceOver' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:47:21: warning: Member variable 'SvgalibPaintEngine::device' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:57:46: style:inconclusive: Function 'begin' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.h:53:30: note: Function 'begin' argument 1 names different: declaration 'device' definition 'dev'. qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibpaintengine.cpp:57:46: note: Function 'begin' argument 1 names different: declaration 'device' definition 'dev'. qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:70:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lstep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibsurface.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Opaque [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:110:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screencols [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibsurface.cpp:54:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Opaque [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:195:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IS_LINEAR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:209:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TEXT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:339:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_PaintOnScreen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibsurface.h:55:5: style: Class 'SvgalibSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/richtext/calendar/mainwindow.cpp:122:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/calendar/mainwindow.cpp:48:5: performance: Variable 'selectedDate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/richtext/calendar/mainwindow.cpp:55:13: style: Variable 'dateLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/richtext/calendar/mainwindow.cpp:70:13: style: Variable 'fontSizeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:220:67: style:inconclusive: Function 'solidFill' argument 2 names different: declaration 'region' definition 'reg'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.h:65:56: note: Function 'solidFill' argument 2 names different: declaration 'region' definition 'reg'. qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:220:67: note: Function 'solidFill' argument 2 names different: declaration 'region' definition 'reg'. qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:296:41: style:inconclusive: Function 'blit' argument 3 names different: declaration 'region' definition 'reg'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.h:64:72: note: Function 'blit' argument 3 names different: declaration 'region' definition 'reg'. qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:296:41: note: Function 'blit' argument 3 names different: declaration 'region' definition 'reg'. qt-everywhere-opensource-src-4.8.7/examples/qws/svgalib/svgalibscreen.cpp:51:39: style: Parameter 'mode' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/detailsdialog.cpp:51:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/detailsdialog.cpp:123:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEnabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/detailsdialog.cpp:139:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/detailsdialog.cpp:181:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/highlighter.h:59:5: style: Class 'Highlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/mainwindow.h:58:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/highlighter.cpp:51:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkBlue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/mainwindow.cpp:51:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/mainwindow.cpp:81:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/mainwindow.cpp:224:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/mainwindow.cpp:241:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrintSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/orderform/mainwindow.cpp:71:58: performance: Function parameter 'orderItems' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/mainwindow.cpp:82:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/mainwindow.cpp:101:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/mainwindow.cpp:112:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable New [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/syntaxhighlighter/mainwindow.cpp:127:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/richtext/textobject/window.cpp:60:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/calculator/main.cpp:55:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable calculator [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/calculator/main.cpp:92:16: style: Variable 'display' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/domimage.h:59:13: performance: Function 'src()' should return member 'm_src' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/domimage.h:62:13: performance: Function 'name()' should return member 'm_src' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/domimage.cpp:97:15: style: Variable 'image' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/domimage.cpp:109:15: style: Variable 'image' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/domimage.cpp:134:15: style: Variable 'image' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:118:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceOver [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:368:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RoundCap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:396:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RoundJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:468:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_Source [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:676:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:730:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CompositionMode_SourceOver [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:748:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable context2d [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/window.h:60:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:213:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExcludeSuperClassContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:329:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExcludeSuperClassContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:387:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferExistingWrapperObject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:415:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:493:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:566:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoGradient [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.cpp:576:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExcludeSuperClassContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::globalAlpha' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::lineWidth' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::miterLimit' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::shadowOffsetX' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::shadowOffsetY' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::shadowBlur' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::textAlign' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:236:9: warning: Member variable 'State::textBaseline' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.h:60:5: style: Class 'Environment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.h:121:5: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.h:138:5: style: Class 'CanvasGradientPrototype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:57:5: style: Class 'CanvasGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:95:5: style: Class 'Context2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/environment.h:67:30: performance: Function 'canvases()' should return member 'm_canvases' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:583:12: style: Same expression used in consecutive assignments of 'width' and 'height'. [duplicateAssignExpression] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:584:12: note: Same expression used in consecutive assignments of 'width' and 'height'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:583:12: note: Same expression used in consecutive assignments of 'width' and 'height'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:54:13: style: The scope of the variable 'temp' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:364:43: style:inconclusive: Function 'setLineCap' argument 1 names different: declaration 's' definition 'capString'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:121:36: note: Function 'setLineCap' argument 1 names different: declaration 's' definition 'capString'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:364:43: note: Function 'setLineCap' argument 1 names different: declaration 's' definition 'capString'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:392:44: style:inconclusive: Function 'setLineJoin' argument 1 names different: declaration 's' definition 'joinString'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:122:37: note: Function 'setLineJoin' argument 1 names different: declaration 's' definition 'joinString'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:392:44: note: Function 'setLineJoin' argument 1 names different: declaration 's' definition 'joinString'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:563:27: style:inconclusive: Function 'arc' argument 1 names different: declaration 'x' definition 'xc'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:170:20: note: Function 'arc' argument 1 names different: declaration 'x' definition 'xc'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:563:27: note: Function 'arc' argument 1 names different: declaration 'x' definition 'xc'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:563:37: style:inconclusive: Function 'arc' argument 2 names different: declaration 'y' definition 'yc'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:170:29: note: Function 'arc' argument 2 names different: declaration 'y' definition 'yc'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:563:37: note: Function 'arc' argument 2 names different: declaration 'y' definition 'yc'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:564:27: style:inconclusive: Function 'arc' argument 4 names different: declaration 'startAngle' definition 'sar'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:171:20: note: Function 'arc' argument 4 names different: declaration 'startAngle' definition 'sar'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:564:27: note: Function 'arc' argument 4 names different: declaration 'startAngle' definition 'sar'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:564:38: style:inconclusive: Function 'arc' argument 5 names different: declaration 'endAngle' definition 'ear'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.h:171:38: note: Function 'arc' argument 5 names different: declaration 'endAngle' definition 'ear'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/context2d.cpp:564:38: note: Function 'arc' argument 5 names different: declaration 'endAngle' definition 'ear'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/window.cpp:95:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoEditTriggers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/window.cpp:147:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/window.cpp:123:52: style:inconclusive: Function 'reportScriptError' argument 1 names different: declaration 'value' definition 'error'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/script/context2d/window.h:63:48: note: Function 'reportScriptError' argument 1 names different: declaration 'value' definition 'error'. qt-everywhere-opensource-src-4.8.7/examples/script/context2d/window.cpp:123:52: note: Function 'reportScriptError' argument 1 names different: declaration 'value' definition 'error'. qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:84:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipMethodsInEnumeration [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:115:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HandlesReadAccess [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:167:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Undeletable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayprototype.h:54:5: style: Class 'ByteArrayPrototype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.h:51:5: style: Class 'ByteArrayClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:80:5: performance: Variable 'length' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:54:5: style: Class 'ByteArrayClassPropertyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:133:18: style: Condition 'pos<0' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:132:22: note: Assignment 'pos=id', assigned value is greater than -1 qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:133:18: note: Condition 'pos<0' is always false qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:153:17: style: Condition 'pos<0' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:152:22: note: Assignment 'pos=id', assigned value is greater than -1 qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:153:17: note: Condition 'pos<0' is always false qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:104:17: style: Variable 'ba' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:265:17: style: Variable 'ba' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/customclass/bytearrayclass.cpp:294:17: style: Variable 'ba' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/defaultprototypes/main.cpp:52:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable defaultprototypes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/defaultprototypes/prototypes.h:53:5: style: Class 'ListWidgetItemPrototype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/defaultprototypes/prototypes.h:68:5: style: Class 'ListWidgetPrototype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/defaultprototypes/prototypes.cpp:111:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/helloscript/main.cpp:52:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable helloscript [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/marshal/main.cpp:84:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qscript/main.cpp:72:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qscript/main.cpp:124:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qscript/main.cpp:145:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tty [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/main.cpp:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.h:57:5: style: Class 'ScriptDebugger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:72:5: warning: Member variable 'ScriptBreakpointInfo::lineNumber' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:76:5: warning: Member variable 'ScriptBreakpointInfo::lineNumber' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:80:5: warning: Member variable 'ScriptBreakpointInfo::lineNumber' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:80:5: warning: Member variable 'ScriptBreakpointInfo::enabled' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:80:5: warning: Member variable 'ScriptBreakpointInfo::ignoreCount' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:80:5: warning: Member variable 'ScriptBreakpointInfo::singleShot' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:72:5: style: Class 'ScriptBreakpointInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptbreakpointmanager.h:76:5: style: Class 'ScriptBreakpointInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:65:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:219:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:248:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:254:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:347:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:387:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Run [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/main.cpp:81:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/main.cpp:87:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tetrix [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/main.cpp:138:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/tetrixboard.h:56:5: style: Class 'TetrixBoard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/main.cpp:62:5: style: Class 'TetrixUiLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/main.cpp:123:18: style: Variable 'debugButton' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/qstetrix/tetrixboard.cpp:135:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:68:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:73:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:75:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:76:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:77:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:78:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:79:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:81:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:86:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:91:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:97:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:103:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:109:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:115:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:121:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:122:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:123:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:124:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:125:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:126:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/connection.h:127:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/cachedtable/tableeditor.h:58:5: style: Class 'TableEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:217:5: performance: Variable 'm_commandPrefix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:73:5: style: Class 'ScriptDebuggerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:144:20: performance: Function 'code()' should return member 'm_code' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:146:20: performance: Function 'fileName()' should return member 'm_fileName' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:535:17: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:548:25: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/script/qsdbg/scriptdebugger.cpp:562:25: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/sql/cachedtable/tableeditor.cpp:52:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnManualSubmit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/imageitem.cpp:64:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Forward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/imageitem.cpp:79:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Backward [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/imageitem.cpp:80:11: style: The statement 'if (z!=0.0) z=0.0' is logically equivalent to 'z=0.0'. [duplicateConditionalAssign] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/imageitem.cpp:81:11: note: Assignment 'z=0.0' qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/imageitem.cpp:80:11: note: Condition 'z!=0.0' is redundant qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/informationwindow.cpp:70:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ManualSubmit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/informationwindow.cpp:157:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AcceptRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable drilldown [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:79:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:110:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Int [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:130:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Int [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:252:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ResetRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/view.cpp:139:28: style: Local variable 'window' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/view.cpp:128:24: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/sql/drilldown/view.cpp:139:28: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:51:5: performance: Variable 'albumDetails' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:54:16: style: Variable 'inputWidgetBox' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/dialog.cpp:55:23: style: Variable 'buttonBox' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:59:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable masterdetail [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:65:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:69:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:70:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:71:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:72:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:74:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:79:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:81:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:82:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:84:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:85:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:87:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:88:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/database.h:89:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:199:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:264:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:297:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoEditTriggers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:329:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignBottom [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:368:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:417:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/customsqlmodel.cpp:54:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/customsqlmodel.h:52:5: style: Class 'CustomSqlModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:159:13: style: The scope of the variable 'trackNumber' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/customsqlmodel.cpp:51:50: style:inconclusive: Function 'data' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/customsqlmodel.h:54:38: note: Function 'data' argument 1 names different: declaration 'item' definition 'index'. qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/customsqlmodel.cpp:51:50: note: Function 'data' argument 1 names different: declaration 'item' definition 'index'. qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:241:54: style:inconclusive: Function 'removeAlbumFromDatabase' argument 1 names different: declaration 'album' definition 'index'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.h:85:46: note: Function 'removeAlbumFromDatabase' argument 1 names different: declaration 'album' definition 'index'. qt-everywhere-opensource-src-4.8.7/examples/sql/masterdetail/mainwindow.cpp:241:54: note: Function 'removeAlbumFromDatabase' argument 1 names different: declaration 'album' definition 'index'. qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/editablesqlmodel.cpp:56:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/editablesqlmodel.cpp:95:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/editablesqlmodel.cpp:105:11: style: Error code from the return value of function query.prepare() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/querymodel/editablesqlmodel.h:51:5: style: Class 'EditableSqlModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:52:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnManualSubmit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:83:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:84:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:85:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:86:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:88:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:89:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:90:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:91:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:93:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:94:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:95:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.h:65:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/sql/relationaltablemodel/relationaltablemodel.cpp:96:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:113:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Cancel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:118:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:120:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:122:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:125:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:127:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:129:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:135:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:136:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:137:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/sqlwidgetmapper/window.cpp:138:11: style: Error code from the return value of function query.exec() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/sql/tablemodel/tablemodel.cpp:49:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnManualSubmit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/eventtransitions/main.cpp:51:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Expanding [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/eventtransitions/main.cpp:47:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:71:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:84:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable User [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:89:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/factorial/main.cpp:136:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:102:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable User [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:107:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:118:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ParallelStates [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/pingpong/main.cpp:64:5: style: Class 'Pinger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/factorial/main.cpp:51:5: style: Class 'Factorial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/factorial/main.cpp:92:5: style: Class 'FactorialLoopTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/factorial/main.cpp:122:5: style: Class 'FactorialDoneTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/trafficlight/main.cpp:72:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/trafficlight/main.cpp:94:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/movementtransition.h:63:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StateMachineWrapped [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/window.cpp:99:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/window.cpp:145:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Key_Y [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.h:59:5: style: Class 'RenderThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/mandelbrotwidget.h:81:5: style: Class 'MandelbrotWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/trafficlight/main.cpp:49:5: style: Class 'LightWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/trafficlight/main.cpp:87:5: style: Class 'TrafficLightWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/trafficlight/main.cpp:142:5: style: Class 'TrafficLight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/trafficlight/main.cpp:146:29: style: Variable 'widget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/window.cpp:196:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/window.cpp:200:70: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/movementtransition.h:54:5: style: Class 'MovementTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/window.h:73:13: performance: Function 'status()' should return member 'myStatus' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/statemachine/rogue/window.cpp:97:9: style: The scope of the variable 'xPos' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/mandelbrotwidget.cpp:73:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CrossCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/mandelbrotwidget.cpp:98:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/mandelbrotwidget.cpp:196:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/mandelbrotwidget.cpp:204:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/mandelbrotwidget.cpp:215:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/block.cpp:51:5: performance: Variable 'm_rect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/block.cpp:52:5: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/block.cpp:61:5: performance: Variable 'm_rect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/block.cpp:62:5: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:83:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LowPriority [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:107:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/main.cpp:49:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB16 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/window.cpp:51:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/window.cpp:106:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SmoothTransformation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/main.cpp:119:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/renderthread.h:55:5: style: Class 'RenderThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:96:15: style: Local variable 'resultSize' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.h:79:11: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:96:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:97:16: style: Local variable 'scaleFactor' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.h:78:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:97:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:98:16: style: Local variable 'centerX' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.h:76:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:98:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:99:16: style: Local variable 'centerY' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.h:77:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/threads/mandelbrot/renderthread.cpp:99:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/renderthread.cpp:75:31: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/queuedcustomtype/renderthread.cpp:77:31: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/semaphores/semaphores.cpp:92:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/semaphores/semaphores.cpp:67:9: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/semaphores/semaphores.cpp:70:50: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/semaphores/semaphores.cpp:103:10: style: class member 'Consumer::finish' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/examples/threads/waitconditions/waitconditions.cpp:113:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/threads/waitconditions/waitconditions.cpp:73:9: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/waitconditions/waitconditions.cpp:81:50: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/threads/waitconditions/waitconditions.cpp:67:5: style: Class 'Producer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/threads/waitconditions/waitconditions.cpp:98:5: style: Class 'Consumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/mainwindow.cpp:49:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoWrap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/mainwindow.cpp:69:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/mainwindow.cpp:90:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/mainwindow.cpp:158:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/previewform.h:60:5: style: Class 'PreviewForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/previewform.h:64:13: performance: Function 'decodedString()' should return member 'decodedStr' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/previewform.cpp:54:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoWrap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/fsmodel.h:55:5: style: Class 'FileSystemModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable completer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.h:63:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.cpp:93:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.cpp:129:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.cpp:146:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.cpp:195:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InlineCompletion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.cpp:207:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/completer/mainwindow.cpp:245:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/contiguouscache/randomlistmodel.cpp:64:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/contiguouscache/randomlistmodel.h:51:5: style: Class 'RandomListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable customcompleter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/mainwindow.h:62:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/mainwindow.cpp:54:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitivelySortedModel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/mainwindow.cpp:72:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/mainwindow.cpp:89:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.h:56:5: style: Class 'TextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:57:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NativeText [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:79:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PopupCompletion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:100:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Left [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:111:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WordUnderCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:143:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ControlModifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.cpp:68:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.cpp:50:5: performance: Variable 'm_body' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.cpp:51:5: performance: Variable 'm_headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.cpp:61:5: performance: Variable 'm_body' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.cpp:62:5: performance: Variable 'm_headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.h:58:13: performance: Function 'body()' should return member 'm_body' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tools/customtype/message.h:59:17: performance: Function 'headers()' should return member 'm_headers' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:68:41: style:inconclusive: Function 'setCompleter' argument 1 names different: declaration 'c' definition 'completer'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.h:59:35: note: Function 'setCompleter' argument 1 names different: declaration 'c' definition 'completer'. qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/textedit.cpp:68:41: note: Function 'setCompleter' argument 1 names different: declaration 'c' definition 'completer'. qt-everywhere-opensource-src-4.8.7/examples/tools/customtypesending/message.cpp:49:5: performance: Variable 'm_body' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtypesending/message.cpp:50:5: performance: Variable 'm_headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtypesending/message.cpp:59:5: performance: Variable 'm_body' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtypesending/message.cpp:60:5: performance: Variable 'm_headers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/customtypesending/message.h:58:13: performance: Function 'body()' should return member 'm_body' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tools/customtypesending/message.h:59:17: performance: Function 'headers()' should return member 'm_headers' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tools/echoplugin/echowindow/echowindow.cpp:73:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/echoplugin/echowindow/echowindow.cpp:106:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/echoplugin/echowindow/echowindow.cpp:105:16: style: Error code from the return value of function pluginsDir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/languagechooser.cpp:71:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/languagechooser.cpp:92:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Close [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/languagechooser.cpp:142:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/languagechooser.h:61:5: style: Class 'LanguageChooser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/languagechooser.cpp:93:21: style: Variable 'window' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable i18n [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/mainwindow.cpp:69:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/inputpanel/myinputpanel.cpp:51:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/inputpanel/myinputpanelcontext.cpp:64:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RequestSoftwareInputPanel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/inputpanel/myinputpanelcontext.cpp:105:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeyPress [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:65:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dark [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:181:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:258:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:254:16: style: Error code from the return value of function pluginsDir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:56:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_StaticContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:79:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:88:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CrossCursor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:123:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:161:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:194:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RoundJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.h:56:5: style: Class 'PaintArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:280:21: style: Variable 'iBrush' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:285:21: style: Variable 'iShape' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/mainwindow.cpp:289:22: style: Variable 'iFilter' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:64:12: style: Local variable 'image' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.h:66:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/paintarea.cpp:64:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/plugindialog.cpp:64:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/plugindialog.cpp:125:25: style: Variable 'iBrush' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/plugindialog.cpp:129:25: style: Variable 'iShape' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/plugindialog.cpp:133:26: style: Variable 'iFilter' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp:85:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Dense6Pattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp:152:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ForceOutline [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp:173:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp:96:25: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/tools/regexp/regexpdialog.h:58:5: style: Class 'RegExpDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp:57:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/regexp/regexpdialog.cpp:51:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/regexp/regexpdialog.cpp:161:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/locationdialog.cpp:87:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SingleSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/locationdialog.cpp:137:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NativeFormat [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/locationdialog.cpp:145:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserScope [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/locationdialog.cpp:169:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemScope [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/mainwindow.cpp:84:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IniFormat [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/mainwindow.cpp:96:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NativeFormat [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/mainwindow.cpp:106:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/mainwindow.cpp:124:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:54:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:114:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditingState [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:135:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowActivate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:151:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:200:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:227:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/locationdialog.h:60:5: style: Class 'LocationDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.h:57:5: style: Class 'SettingsTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.h:52:5: style: Class 'VariantDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:160:5: performance: Range variable 'group' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingstree.cpp:180:5: performance: Range variable 'key' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:49:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:71:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:90:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:156:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:172:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Acceptable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:286:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ISODate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:184:18: warning: Return value of function colorExp.exactMatch() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:207:18: warning: Return value of function pointExp.exactMatch() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:211:17: warning: Return value of function rectExp.exactMatch() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/variantdelegate.cpp:216:17: warning: Return value of function sizeExp.exactMatch() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/examples/tools/styleplugin/plugin/simplestyle.cpp:47:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable treemodelcompleter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.h:64:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/treemodelcompleter.h:53:5: style: Class 'TreeModelCompleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/treemodelcompleter.h:54:5: style: Class 'TreeModelCompleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/treemodelcompleter.h:56:13: performance: Function 'separator()' should return member 'sep' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:93:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Fixed [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:138:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:156:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable InlineCompletion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:169:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:223:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ClearAndSelect [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:238:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:52:5: performance: Variable 'newPos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramitem.h:59:5: style: Class 'DiagramItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.h:73:5: style: Class 'DeleteCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:94:46: style:inconclusive: Function 'DeleteCommand' argument 1 names different: declaration 'graphicsScene' definition 'scene'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.h:73:35: note: Function 'DeleteCommand' argument 1 names different: declaration 'graphicsScene' definition 'scene'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:94:46: note: Function 'DeleteCommand' argument 1 names different: declaration 'graphicsScene' definition 'scene'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:123:40: style:inconclusive: Function 'AddCommand' argument 2 names different: declaration 'graphicsScene' definition 'scene'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.h:88:66: note: Function 'AddCommand' argument 2 names different: declaration 'graphicsScene' definition 'scene'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:123:40: note: Function 'AddCommand' argument 2 names different: declaration 'graphicsScene' definition 'scene'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:163:63: style:inconclusive: Function 'createCommandString' argument 2 names different: declaration 'point' definition 'pos'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.h:102:63: note: Function 'createCommandString' argument 2 names different: declaration 'point' definition 'pos'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:163:63: note: Function 'createCommandString' argument 2 names different: declaration 'point' definition 'pos'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/commands.cpp:163:42: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/mainwindow.cpp:175:17: style: Unused variable: words [unusedVariable] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramitem.cpp:63:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramitem.cpp:59:35: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramitem.cpp:60:26: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramscene.cpp:54:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramscene.cpp:68:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/diagramscene.h:59:5: style: Class 'DiagramScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/main.cpp:48:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable undoframework [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.cpp:103:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Undo [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.cpp:150:41: style:inconclusive: Function 'itemMoved' argument 1 names different: declaration 'movedDiagram' definition 'movedItem'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.h:65:33: note: Function 'itemMoved' argument 1 names different: declaration 'movedDiagram' definition 'movedItem'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.cpp:150:41: note: Function 'itemMoved' argument 1 names different: declaration 'movedDiagram' definition 'movedItem'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.cpp:151:43: style:inconclusive: Function 'itemMoved' argument 2 names different: declaration 'moveStartPosition' definition 'oldPosition'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.h:65:62: note: Function 'itemMoved' argument 2 names different: declaration 'moveStartPosition' definition 'oldPosition'. qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/mainwindow.cpp:151:43: note: Function 'itemMoved' argument 2 names different: declaration 'moveStartPosition' definition 'oldPosition'. qt-everywhere-opensource-src-4.8.7/examples/touch/dials/main.cpp:55:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_AcceptTouchEvents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/mainwindow.cpp:147:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/mainwindow.cpp:188:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/scribblearea.h:55:5: style: Class 'ScribbleArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/scribblearea.cpp:49:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_AcceptTouchEvents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/scribblearea.cpp:142:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/scribblearea.cpp:154:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/fingerpaint/scribblearea.cpp:193:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/knobs/knob.cpp:50:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lightGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/knobs/main.cpp:61:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/graphicsview.cpp:49:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_AcceptTouchEvents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/graphicsview.cpp:69:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TouchPointReleased [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/graphicsview.h:49:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part1/addressbook.cpp:59:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/main.cpp:61:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoIndex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part1/addressbook.h:58:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/main.cpp:54:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:97:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:66:12: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:182:35: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:183:13: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:184:23: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:186:23: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:191:21: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/touch/pinchzoom/mouse.cpp:183:21: style: Modulo of one is always equal to zero [moduloofone] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part2/addressbook.h:59:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part2/addressbook.cpp:73:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part2/addressbook.cpp:99:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part3/addressbook.h:59:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part3/addressbook.cpp:77:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part3/addressbook.cpp:108:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.cpp:99:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.cpp:192:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.cpp:251:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part3/addressbook.cpp:187:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part3/addressbook.cpp:211:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.h:59:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.cpp:185:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.cpp:213:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part4/addressbook.cpp:236:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:108:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:196:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:249:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:276:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/finddialog.h:56:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/finddialog.h:57:13: performance: Function 'getFindText()' should return member 'findText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.h:62:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/finddialog.cpp:48:13: style: Variable 'findLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:189:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:217:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part5/addressbook.cpp:240:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:114:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:202:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:281:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:338:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:368:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/finddialog.h:56:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/finddialog.h:57:13: performance: Function 'getFindText()' should return member 'findText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/finddialog.cpp:47:13: style: Variable 'findLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.h:61:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:195:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:223:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part6/addressbook.cpp:246:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:116:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:204:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:282:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:340:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:365:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:396:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/finddialog.h:56:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.h:61:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/finddialog.h:57:13: performance: Function 'getFindText()' should return member 'findText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/finddialog.cpp:47:13: style: Variable 'findLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:197:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:225:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook-fr/part7/addressbook.cpp:248:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part1/addressbook.cpp:59:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part1/addressbook.h:58:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part2/addressbook.cpp:73:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part2/addressbook.cpp:99:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part2/addressbook.h:59:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part3/addressbook.cpp:77:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part3/addressbook.cpp:108:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part3/addressbook.h:59:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part3/addressbook.cpp:187:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part3/addressbook.cpp:211:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.h:59:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.cpp:99:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.cpp:192:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.cpp:251:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.cpp:185:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.cpp:213:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part4/addressbook.cpp:236:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:108:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:196:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:249:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Accepted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:276:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/finddialog.h:56:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.h:62:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/finddialog.h:57:13: performance: Function 'getFindText()' should return member 'findText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/finddialog.cpp:48:13: style: Variable 'findLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:189:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:217:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part5/addressbook.cpp:240:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:114:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:202:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:281:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:338:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:368:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/finddialog.h:56:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/finddialog.h:57:13: performance: Function 'getFindText()' should return member 'findText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/finddialog.cpp:47:13: style: Variable 'findLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.h:61:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:195:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:223:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part6/addressbook.cpp:246:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:116:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignTop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:204:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:282:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherFocusReason [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:340:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:365:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:396:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SkipEmptyParts [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/finddialog.h:56:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/finddialog.h:57:13: performance: Function 'getFindText()' should return member 'findText' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/finddialog.cpp:47:13: style: Variable 'findLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.h:61:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/file.h:55:9: style: Class 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.h:69:9: style: Class 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:197:21: style: Variable 'address' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:225:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/addressbook/part7/addressbook.cpp:248:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp:168:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp:190:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp:208:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp:51:11: style: Error code from the return value of function m_dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp:57:15: style: Error code from the return value of function m_dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.h:74:17: performance: Function 'fileContent()' should return member 'm_fileContent' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/directory.cpp:211:12: style: The scope of the variable 'file' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/file.cpp:46:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/filedialog/file.h:57:17: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.h:55:9: style: Class 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.h:69:9: style: Class 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:163:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:185:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:202:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Name [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:53:11: style: Error code from the return value of function m_dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:59:15: style: Error code from the return value of function m_dir.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.h:74:17: performance: Function 'fileContent()' should return member 'm_fileContent' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:205:12: style: The scope of the variable 'file' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:77:51: style: Parameter 'property' can be declared as pointer to const. However it seems that 'appendFiles' is a callback function, if 'property' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:109:64: note: You might need to cast the function pointer here qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:77:51: note: Parameter 'property' can be declared as pointer to const qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:77:68: style: Parameter 'file' can be declared as pointer to const. However it seems that 'appendFiles' is a callback function, if 'file' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:109:64: note: You might need to cast the function pointer here qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/directory.cpp:77:68: note: Parameter 'file' can be declared as pointer to const qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.cpp:45:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQml/parts/part5/filedialog/file.h:57:17: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part2/main.cpp:50:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part2/main.cpp:47:16: style: Variable 'textEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part2/main.cpp:48:18: style: Variable 'quitButton' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part4/main.cpp:73:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part3/main.cpp:80:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Yes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part5/main.cpp:73:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part5/main.cpp:94:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/gettingStarted/gsQt/part5/main.cpp:112:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/1_readonly/mymodel.h:52:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/1_readonly/mymodel.cpp:62:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/2_formatting/mymodel.h:50:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/2_formatting/mymodel.cpp:92:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/3_changingmodel/mymodel.h:51:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/3_changingmodel/mymodel.cpp:75:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/4_headers/mymodel.h:50:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/4_headers/mymodel.cpp:63:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/4_headers/mymodel.cpp:75:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/5_edit/mymodel.cpp:65:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/5_edit/mymodel.cpp:76:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EditRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/5_edit/mymodel.cpp:99:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/5_edit/mainwindow.h:57:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/5_edit/mymodel.h:57:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/6_treeview/mainwindow.h:63:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/7_selections/mainwindow.h:62:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/modelview/7_selections/mainwindow.cpp:94:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/clock/clockthread.cpp:51:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirectConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/clock/main.cpp:59:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/movedobject/thread.cpp:55:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirectConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/movedobject/thread.cpp:74:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DirectConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/movedobject/main.cpp:59:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/movedobject/thread.h:51:5: style: Class 'Thread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/movedobject/thread.cpp:69:12: style: Redundant assignment of 'worker' to itself. [selfAssignment] qt-everywhere-opensource-src-4.8.7/examples/tutorials/threads/movedobject/thread.cpp:71:10: style: Variable 'i' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/examples/tutorials/widgets/nestedlayouts/main.cpp:85:5: performance: Range variable 'row' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/tutorials/widgets/nestedlayouts/main.cpp:50:13: style: Variable 'queryLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/widgets/nestedlayouts/main.cpp:52:16: style: Variable 'queryEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/uitools/multipleinheritance/calculatorform.h:54:5: style: Class 'CalculatorForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/tutorials/widgets/windowlayout/main.cpp:49:13: style: Variable 'label' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/tutorials/widgets/windowlayout/main.cpp:50:16: style: Variable 'lineEdit' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable textfinder [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/textfinder.h:58:5: style: Class 'TextFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/textfinder.cpp:83:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/textfinder.cpp:96:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/textfinder.cpp:131:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/domtraversal/window.h:64:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/textfinder.cpp:113:10: style: The scope of the variable 'found' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/examples/uitools/textfinder/textfinder.cpp:49:14: style: Variable 'formWidget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/webkit/fancybrowser/mainwindow.h:54:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/fancybrowser/mainwindow.cpp:54:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/fancybrowser/mainwindow.cpp:120:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_DeleteOnClose [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/formextractor/main.cpp:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable formextractor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/formextractor/formextractor.h:57:5: style: Class 'FormExtractor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/formextractor/mainwindow.cpp:57:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/framecapture/framecapture.cpp:54:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/framecapture/framecapture.cpp:70:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/framecapture/main.cpp:49:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/framecapture/framecapture.cpp:75:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/framecapture/framecapture.cpp:100:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_ARGB32_Premultiplied [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/googlechat/googlechat.cpp:67:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreventContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/imageanalyzer/imageanalyzer.cpp:162:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HttpStatusCodeAttribute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/imageanalyzer/imageanalyzer.h:58:5: style: Class 'ImageAnalyzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/imageanalyzer/mainwindow.cpp:55:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CacheLocation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/previewer/previewer.h:56:5: style: Class 'Previewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/previewer/mainwindow.cpp:63:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/previewer/mainwindow.cpp:127:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/previewer/mainwindow.cpp:148:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/previewer/mainwindow.cpp:166:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/simpleselector/window.h:54:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/csvfactory.h:58:5: style: Class 'CSVFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/csvview.h:60:5: style: Class 'CSVView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/csvview.cpp:58:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/mainwindow.h:51:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/mainwindow.cpp:57:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/csvview.cpp:149:14: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/csvview.cpp:151:9: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/examples/webkit/simplewebplugin/csvview.cpp:149:14: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.cpp:78:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:69:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ContentNotFoundError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:115:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:133:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.cpp:47:13: warning: Member variable 'Downloader::reply' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.cpp:65:20: style: Local variable 'reply' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.h:71:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.cpp:65:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.cpp:92:20: style: Local variable 'reply' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.h:71:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/downloader.cpp:92:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/networkaccessmanager.h:51:5: style: Class 'NetworkAccessManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.h:59:5: style: Class 'FtpReply' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:65:41: style:inconclusive: Function 'processCommand' argument 2 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.h:68:43: note: Function 'processCommand' argument 2 names different: declaration 'error' definition 'err'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:65:41: note: Function 'processCommand' argument 2 names different: declaration 'error' definition 'err'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:134:13: style: Local variable 'content' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.h:78:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/ftpreply.cpp:134:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/networkaccessmanager.cpp:64:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GetOperation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/networkaccessmanager.cpp:46:67: style:inconclusive: Function 'NetworkAccessManager' argument 1 names different: declaration 'oldManager' definition 'manager'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/networkaccessmanager.h:51:49: note: Function 'NetworkAccessManager' argument 1 names different: declaration 'oldManager' definition 'manager'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webftpclient/networkaccessmanager.cpp:46:67: note: Function 'NetworkAccessManager' argument 1 names different: declaration 'oldManager' definition 'manager'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvfactory.h:58:5: style: Class 'CSVFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvview.h:61:5: style: Class 'CSVView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvview.cpp:51:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoEditTriggers [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvview.cpp:61:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvview.cpp:149:14: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvview.cpp:151:9: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/csvview.cpp:149:14: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/examples/webkit/webplugin/mainwindow.h:51:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/analogclock/analogclock.cpp:90:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/analogclock/analogclock.h:52:5: style: Class 'AnalogClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/calculator/button.cpp:49:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calculator/button.h:52:5: style: Class 'Button' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/calculator/calculator.cpp:62:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignRight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calculator/calculator.h:57:5: style: Class 'Calculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:58:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SetFixedSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:129:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Monday [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:144:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Saturday [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:156:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Bold [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:171:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Friday [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:202:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:215:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/calendarwidget/window.cpp:455:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/characterwidget.cpp:90:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PreferDefault [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/characterwidget.cpp:121:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/characterwidget.cpp:136:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/characterwidget.h:61:5: style: Class 'CharacterWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/mainwindow.cpp:191:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Clipboard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/mainwindow.cpp:51:13: style: Variable 'fontLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/mainwindow.cpp:53:13: style: Variable 'sizeLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/mainwindow.cpp:55:13: style: Variable 'styleLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/charactermap/mainwindow.cpp:57:13: style: Variable 'fontMergingLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/digitalclock/digitalclock.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Filled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/digitalclock/digitalclock.h:52:5: style: Class 'DigitalClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.h:63:5: style: Class 'CodeEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.h:86:5: style: Class 'LineNumberArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.cpp:124:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable yellow [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.cpp:143:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lightGray [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.cpp:105:44: style:inconclusive: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.h:69:36: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. qt-everywhere-opensource-src-4.8.7/examples/widgets/codeeditor/codeeditor.cpp:105:44: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/elidedlabel.cpp:53:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Preferred [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/elidedlabel.h:58:5: style: Class 'ElidedLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/elidedlabel.cpp:58:42: style:inconclusive: Function 'setText' argument 1 names different: declaration 'text' definition 'newText'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/elidedlabel.h:60:33: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newText'. qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/elidedlabel.cpp:58:42: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newText'. qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/testwidget.h:57:5: style: Class 'TestWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/elidedlabel/testwidget.cpp:82:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.h:56:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:130:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PartiallyChecked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:68:19: style: Variable 'radio2' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:69:19: style: Variable 'radio3' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:96:19: style: Variable 'radio2' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:97:19: style: Variable 'radio3' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:124:16: style: Variable 'checkBox1' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/groupbox/window.cpp:153:18: style: Variable 'pushButton' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconpreviewarea.cpp:98:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconpreviewarea.cpp:108:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconpreviewarea.cpp:124:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconpreviewarea.h:57:5: style: Class 'IconPreviewArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconpreviewarea.cpp:54:5: style: The comparison 'NumStates == 2' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconpreviewarea.cpp:60:5: style: The comparison 'NumModes == 4' is always true. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/iconsizespinbox.h:52:5: style: Class 'IconSizeSpinBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/imagedelegate.cpp:83:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchExactly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/imagedelegate.h:52:5: style: Class 'ImageDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/imageviewer/imageviewer.cpp:49:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/imageviewer/imageviewer.cpp:107:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable KeepAspectRatio [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/imageviewer/imageviewer.cpp:213:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:100:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_SmallIconSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:130:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_SmallIconSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:159:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Checked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:213:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:276:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:371:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/icons/mainwindow.cpp:421:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ActionsContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/buttonwidget.h:53:5: style: Class 'ButtonWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/lineedits/window.cpp:174:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Normal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/lineedits/window.cpp:213:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignLeft [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/main.cpp:62:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/mcevibrator.cpp:56:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ErrorMessage [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/mcevibrator.cpp:67:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MCE_ENABLE_VIBRATOR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/mcevibrator.cpp:76:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MCE_DISABLE_VIBRATOR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/mcevibrator.cpp:86:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MCE_ACTIVATE_VIBRATOR_PATTERN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/maemovibration/mcevibrator.cpp:95:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MCE_DEACTIVATE_VIBRATOR_PATTERN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/movie/movieplayer.h:63:5: style: Class 'MoviePlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/movie/movieplayer.cpp:49:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CacheAll [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/movie/movieplayer.cpp:136:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NotRunning [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/movie/movieplayer.cpp:148:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Horizontal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/movie/movieplayer.cpp:172:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_DialogOpenButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/orientation/mainwindow.h:59:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/mainwindow.cpp:143:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/mainwindow.cpp:221:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Save [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.cpp:49:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WA_StaticContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.cpp:120:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.cpp:128:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.cpp:170:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RoundJoin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.cpp:188:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Format_RGB32 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.cpp:200:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HighResolution [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/shapedclock/shapedclock.h:52:5: style: Class 'ShapedClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/scribble/scribblearea.h:55:5: style: Class 'ScribbleArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/shapedclock/shapedclock.cpp:55:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/shapedclock/shapedclock.cpp:68:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/shapedclock/shapedclock.cpp:78:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/shapedclock/shapedclock.cpp:106:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/shapedclock/shapedclock.cpp:148:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ellipse [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/sliders/slidersgroup.cpp:51:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StrongFocus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/softkeys/softkeys.h:61:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/softkeys/softkeys.h:84:5: style: Class 'SoftKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/softkeys/softkeys.cpp:47:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoContextMenu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/softkeys/softkeys.cpp:151:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowSoftkeysRespondHint [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:117:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ISODate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable styles [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:171:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DateSections_Mask [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/widgetgallery.h:71:5: style: Class 'WidgetGallery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:90:15: style: Local variable 'priceSpinBox' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.h:72:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:90:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:67:13: style: Variable 'integerLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:76:13: style: Variable 'zoomLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:88:13: style: Variable 'priceLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:136:13: style: Variable 'formatLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:190:13: style: Variable 'precisionLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:198:13: style: Variable 'doubleLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:207:13: style: Variable 'scaleLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/spinboxes/window.cpp:218:13: style: Variable 'priceLabel' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:58:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:149:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable State_MouseOver [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:280:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Disabled [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:301:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NColorGroups [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/widgetgallery.cpp:161:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PartiallyChecked [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/widgetgallery.cpp:199:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Ignored [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/widgetgallery.cpp:235:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Password [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stylesheet [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/widgetgallery.cpp:50:5: performance: Variable 'originalPalette' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:214:17: style: Obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. [prohibitedqSwapCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:224:17: style: Obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. [prohibitedqSwapCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:225:17: style: Obsolete function 'qSwap' called. It is recommended to use 'std::swap' instead. [prohibitedqSwapCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:265:53: style:inconclusive: Function 'drawControl' argument 1 names different: declaration 'control' definition 'element'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.h:68:37: note: Function 'drawControl' argument 1 names different: declaration 'control' definition 'element'. qt-everywhere-opensource-src-4.8.7/examples/widgets/styles/norwegianwoodstyle.cpp:265:53: note: Function 'drawControl' argument 1 names different: declaration 'control' definition 'element'. qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/mainwindow.cpp:56:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/stylesheeteditor.h:53:5: style: Class 'StyleSheetEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/stylesheeteditor.cpp:57:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MatchContains [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/stylesheeteditor.cpp:87:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/stylesheeteditor.cpp:68:68: style:inconclusive: Function 'on_styleSheetCombo_activated' argument 1 names different: declaration 'styleSheetName' definition 'sheetName'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/stylesheeteditor.h:57:54: note: Function 'on_styleSheetCombo_activated' argument 1 names different: declaration 'styleSheetName' definition 'sheetName'. qt-everywhere-opensource-src-4.8.7/examples/widgets/stylesheet/stylesheeteditor.cpp:68:68: note: Function 'on_styleSheetCombo_activated' argument 1 names different: declaration 'styleSheetName' definition 'sheetName'. qt-everywhere-opensource-src-4.8.7/examples/widgets/symbianvibration/mainwindow.h:53:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/symbianvibration/xqvibra.h:79:5: style: Class 'XQVibra' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletapplication.h:54:5: warning: Member variable 'TabletApplication::myCanvas' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/mainwindow.h:60:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/symbianvibration/xqvibra_p.h:54:5: style: Class 'XQVibraPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/symbianvibration/xqvibra_p.cpp:61:5: error: There is an unknown macro here somewhere. Configuration is required. If TRAP is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/main.cpp:56:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletapplication.cpp:48:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TabletEnterProximity [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/mainwindow.cpp:53:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/mainwindow.cpp:214:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:55:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:65:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable white [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:144:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoPen [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:192:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SolidPattern [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:260:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Eraser [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:106:17: style: The statement 'if (deviceDown) deviceDown=false' is logically equivalent to 'deviceDown=false'. [duplicateConditionalAssign] qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:107:28: note: Assignment 'deviceDown=false' qt-everywhere-opensource-src-4.8.7/examples/widgets/tablet/tabletcanvas.cpp:106:17: note: Condition 'deviceDown' is redundant qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:49:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Panel [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixwindow.cpp:53:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Box [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixwindow.cpp:111:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixpiece.cpp:50:26: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/shapeitem.h:49:1: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.h:60:5: style: Class 'TetrixBoard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tooltips [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/main.cpp:50:5: style: Obsolete function 'qsrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqsrandCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::isWaitingAfterLine' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::curX' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::curY' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::numLinesRemoved' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::numPiecesDropped' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::score' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tetrix/tetrixboard.cpp:46:14: warning: Member variable 'TetrixBoard::level' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/shapeitem.h:60:13: performance: Function 'toolTip()' should return member 'myToolTip' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/ledwidget.h:52:5: style: Class 'LEDWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:53:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:98:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ToolTip [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:117:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_DefaultTopLevelMargin [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:131:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:146:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:161:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:234:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PM_DefaultLayoutSpacing [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:285:19: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/tooltips/sortingbox.cpp:299:28: style: Obsolete function 'qrand' called. It is recommended to use 'QRandomGenerator' instead. [prohibitedqrandCalled] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/localeselector.h:51:5: style: Class 'LocaleSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/main.cpp:69:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable localeSelector [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/main.cpp:97:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/main.cpp:117:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Invalid [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/main.cpp:126:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable validators [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/validators/main.cpp:52:5: style: Class 'ValidatorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/wiggly/dialog.h:52:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/wiggly/wigglywidget.h:53:5: style: Class 'WigglyWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/wiggly/wigglywidget.cpp:49:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Midlight [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/windowflags/previewwindow.h:57:5: style: Class 'PreviewWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/widgets/windowflags/controllerwindow.cpp:54:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qApp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/windowflags/controllerwindow.cpp:77:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Window [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/windowflags/previewwindow.cpp:51:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoWrap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/widgets/windowflags/previewwindow.cpp:72:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowType_Mask [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/mainwindow.cpp:79:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/mainwindow.cpp:110:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/mainwindow.cpp:133:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/xbeltree.h:54:5: style: Class 'XbelTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/xbeltree.cpp:51:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/xbeltree.cpp:144:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/htmlinfo/main.cpp:46:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/htmlinfo/main.cpp:105:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/htmlinfo/main.cpp:90:5: performance: Range variable 'link' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/xml/htmlinfo/main.cpp:115:5: performance: Range variable 'file' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/xbeltree.cpp:158:21: style: Local variable 'title' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/xbeltree.cpp:140:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/xml/dombookmarks/xbeltree.cpp:158:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.h:72:5: style: Class 'RSSListing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.cpp:106:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ResizeToContents [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.cpp:174:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RedirectionTargetAttribute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.cpp:189:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HttpStatusCodeAttribute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.cpp:248:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrematureEndOfDocumentError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.cpp:74:33: style:inconclusive: Function 'RSSListing' argument 1 names different: declaration 'widget' definition 'parent'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.h:72:25: note: Function 'RSSListing' argument 1 names different: declaration 'widget' definition 'parent'. qt-everywhere-opensource-src-4.8.7/examples/xml/rsslisting/rsslisting.cpp:74:33: note: Function 'RSSListing' argument 1 names different: declaration 'widget' definition 'parent'. qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/mainwindow.cpp:53:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/mainwindow.cpp:92:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/mainwindow.cpp:115:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/mainwindow.cpp:139:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelgenerator.h:54:5: style: Class 'XbelGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelhandler.h:55:5: style: Class 'XbelHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelgenerator.cpp:91:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelgenerator.cpp:65:35: style:inconclusive: Function 'indent' argument 1 names different: declaration 'indentLevel' definition 'depth'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelgenerator.h:59:31: note: Function 'indent' argument 1 names different: declaration 'indentLevel' definition 'depth'. qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelgenerator.cpp:65:35: note: Function 'indent' argument 1 names different: declaration 'indentLevel' definition 'depth'. qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelhandler.cpp:53:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_DirClosedIcon [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelhandler.cpp:79:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelhandler.cpp:144:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/saxbookmarks/xbelhandler.h:63:13: performance: Function 'errorString()' should return member 'errorStr' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/mainwindow.cpp:54:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Stretch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/mainwindow.cpp:91:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/mainwindow.cpp:132:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/mainwindow.cpp:159:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Open [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.h:57:5: style: Class 'XbelReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelwriter.h:55:5: style: Class 'XbelWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:51:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SP_DirClosedIcon [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:119:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsSelectable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:152:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ItemIsEditable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:173:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:119:25: warning: Possible null pointer dereference: item [nullPointer] qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:96:27: note: Calling function 'readSeparator', 1st argument '0' value is 0 qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelreader.cpp:119:25: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/examples/xml/streambookmarks/xbelwriter.cpp:73:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xml/xmlstreamlint/main.cpp:69:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:157:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Parent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:209:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Parent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:271:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Element [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:285:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Precedes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queries [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:49:5: style: Class 'FileTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:67:40: style:inconclusive: Function 'FileTree' argument 1 names different: declaration 'namePool' definition 'pool'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:49:34: note: Function 'FileTree' argument 1 names different: declaration 'namePool' definition 'pool'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:67:40: note: Function 'FileTree' argument 1 names different: declaration 'namePool' definition 'pool'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:95:53: style:inconclusive: Function 'nodeFor' argument 1 names different: declaration 'fileName' definition 'dirName'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:51:47: note: Function 'nodeFor' argument 1 names different: declaration 'fileName' definition 'dirName'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:95:53: note: Function 'nodeFor' argument 1 names different: declaration 'fileName' definition 'dirName'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:108:48: style:inconclusive: Function 'toFileInfo' argument 1 names different: declaration 'index' definition 'nodeIndex'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:83:66: note: Function 'toFileInfo' argument 1 names different: declaration 'index' definition 'nodeIndex'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:108:48: note: Function 'toFileInfo' argument 1 names different: declaration 'index' definition 'nodeIndex'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:120:40: style:inconclusive: Function 'toNodeIndex' argument 1 names different: declaration 'index' definition 'fileInfo'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:84:60: note: Function 'toNodeIndex' argument 1 names different: declaration 'index' definition 'fileInfo'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:120:40: note: Function 'toNodeIndex' argument 1 names different: declaration 'index' definition 'fileInfo'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:138:59: style:inconclusive: Function 'toNodeIndex' argument 1 names different: declaration 'index' definition 'fileInfo'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:86:60: note: Function 'toNodeIndex' argument 1 names different: declaration 'index' definition 'fileInfo'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:138:59: note: Function 'toNodeIndex' argument 1 names different: declaration 'index' definition 'fileInfo'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:151:59: style:inconclusive: Function 'nextSibling' argument 2 names different: declaration 'from' definition 'fileInfo'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.h:81:60: note: Function 'nextSibling' argument 2 names different: declaration 'from' definition 'fileInfo'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/filetree.cpp:151:59: note: Function 'nextSibling' argument 2 names different: declaration 'from' definition 'fileInfo'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/qobjectxmlmodel/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queries [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/mainwindow.cpp:65:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExamplesPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/mainwindow.cpp:86:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/mainwindow.cpp:105:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/filetree/mainwindow.cpp:138:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/qobjectxmlmodel/mainwindow.cpp:76:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/recipes/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recipes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/recipes/querymainwindow.cpp:72:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp:185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Parent [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/recipes/querymainwindow.cpp:85:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp:301:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Element [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/recipes/querymainwindow.cpp:102:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp:316:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Follows [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/main.cpp:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable schema [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/mainwindow.cpp:105:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable schemaSelection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/mainwindow.cpp:134:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/mainwindow.cpp:146:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/mainwindow.cpp:184:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/mainwindow.cpp:197:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/shared/xmlsyntaxhighlighter.cpp:49:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable darkBlue [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/schema/mainwindow.cpp:56:17: performance: Function 'statusMessage()' should return member 'm_description' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/shared/xmlsyntaxhighlighter.h:49:9: style: Class 'XmlSyntaxHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/mainwindow.cpp:57:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Quit [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/mainwindow.cpp:97:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/mainwindow.cpp:105:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/mainwindow.cpp:124:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Bold [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/mainwindow.cpp:158:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationdialog.cpp:91:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayRole [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationdialog.cpp:127:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QueuedConnection [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationquery.h:56:17: performance: Function 'id()' should return member 'm_id' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationquery.h:57:17: performance: Function 'name()' should return member 'm_name' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/timequery.h:55:17: performance: Function 'time()' should return member 'm_time' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/timequery.h:56:17: performance: Function 'direction()' should return member 'm_direction' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/timequery.cpp:99:15: style: Local variable 'query' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/timequery.h:67:38: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/timequery.cpp:99:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationdialog.cpp:55:9: style: Class 'StationModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationdialog.cpp:103:45: style:inconclusive: Function 'StationDialog' argument 1 names different: declaration 'id' definition 'name'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationdialog.h:56:38: note: Function 'StationDialog' argument 1 names different: declaration 'id' definition 'name'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/trafficinfo/stationdialog.cpp:103:45: note: Function 'StationDialog' argument 1 names different: declaration 'id' definition 'name'. qt-everywhere-opensource-src-4.8.7/examples/xmlpatterns/xquery/globalVariables/globals.cpp:64:9: error: syntax error: 24. return [syntaxError] qt-everywhere-opensource-src-4.8.7/mkspecs/common/symbian/appCaptionForTranslation.cpp:43:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/mkspecs/common/symbian/packageNameForTranslation.cpp:43:1: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:75:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:392:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h_moc_mod [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:443:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnParser [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3314:19: debug: Scope::checkVariable found variable 'requires' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:443:41: style: Obsolete function 'QString::toAscii' called. It is recommended to use 'QString::toLatin1' instead. [prohibitedtoAsciiCalled] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:383:69: performance: Function parameter 'pathtoremove' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:269:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:296:26: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:309:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:332:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:345:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:360:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:374:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/integrity/gbuild.cpp:69:17: style: Unused variable: tmp [unusedVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:146:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:154:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:179:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:196:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nodes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:329:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:393:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:703:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:68:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Md5 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:83:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:112:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:479:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:493:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prf_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:522:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1751:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1831:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:192:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable do_deps [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:257:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable host_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:111:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:169:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:253:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable after_user_configs [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:304:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recursive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:403:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:458:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:511:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:535:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOST_UNIX_MODE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:64:10: style:inconclusive: Technically the member function 'QMakeLocalFileName::operator==' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:67:10: style:inconclusive: Technically the member function 'QMakeLocalFileName::operator!=' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:178:16: style:inconclusive: Technically the member function 'MakefileGenerator::findExecutable' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:59:5: style: Class 'QMakeLocalFileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:99:5: style: Class 'QMakeSourceFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:141:24: style: The function 'fixPathForFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:94:32: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:141:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:142:24: style: The function 'findFileForDep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:95:32: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:142:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:143:15: style: The function 'findFileInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:96:23: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:143:15: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:240:14: style: The destructor '~MakefileGenerator' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:100:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:240:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:78:14: style: The destructor '~BuildsMetaMakefileGenerator' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:65:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:78:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:80:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:75:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:80:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:81:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:76:17: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:81:17: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:82:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:77:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:82:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:284:14: style: The destructor '~SubdirsMetaMakefileGenerator' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:65:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:284:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:286:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:75:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:286:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:287:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:76:17: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:287:17: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:288:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:77:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:288:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:57:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:156:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:57:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:58:18: style: The function 'writeMakefile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:106:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:58:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:61:6: style: The destructor '~ProjectGenerator' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:240:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:61:6: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:62:18: style: The function 'supportsMetaBuild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:253:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:62:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:63:18: style: The function 'openOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:256:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:63:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:102:31: performance: Function 'dependencyPaths()' should return member 'depdirs' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:112:17: style: Condition '0&&!use_single_build' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:527:57: style:inconclusive: Function 'modesForGenerator' argument 1 names different: declaration 'generator' definition 'gen'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.h:70:50: note: Function 'modesForGenerator' argument 1 names different: declaration 'generator' definition 'gen'. qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:527:57: note: Function 'modesForGenerator' argument 1 names different: declaration 'generator' definition 'gen'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:247:32: performance: Function parameter 'file' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:221:41: style: Variable 'vars' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/metamakefile.cpp:373:21: style: Variable 'sub' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:178:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:201:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable do_cache [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:311:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:327:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:471:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:857:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:964:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1009:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1062:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1084:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1106:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1191:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obj_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1230:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1476:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1775:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1795:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2136:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2155:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wildcard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2172:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2188:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2208:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warn_level [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2280:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2310:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2397:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2410:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2419:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2725:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable project_files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2848:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2934:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable warn_level [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2958:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2995:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable do_dep_heuristics [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3085:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmakespec [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3096:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3146:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3175:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrefixPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3192:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:56:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable c_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:79:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadFeatures [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:350:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:401:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:496:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pro_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:506:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:55:13: performance:inconclusive: Technically the member function 'ProjectGenerator::fixPathToQmake' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:503:19: note: Technically the member function 'ProjectGenerator::fixPathToQmake' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.h:55:13: note: Technically the member function 'ProjectGenerator::fixPathToQmake' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:116:33: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:104:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:116:33: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:143:29: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:104:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:143:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:150:25: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:104:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:150:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:183:33: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:170:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:183:33: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:198:33: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:170:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:198:33: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:214:25: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:170:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:214:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:224:37: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:214:25: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:224:37: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:260:17: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:256:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:260:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:315:21: style: Local variable 'v' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:82:33: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:315:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:333:29: style: Local variable 'v' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:82:33: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/projectgenerator.cpp:333:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:74:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:87:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:101:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:206:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:72:34: warning: Member variable 'ProjectBuilderMakefileGenerator::writingUnixMakefileGenerator' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:442:5: style: Class 'ProjectBuilderSources' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:445:20: performance: Function 'keyName()' should return member 'key' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:446:20: performance: Function 'groupName()' should return member 'group' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:447:20: performance: Function 'compilerName()' should return member 'compiler' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1104:84: style: Condition '!project->isEmpty("QMAKE_PBX_PRESCRIPT_BUILDPHASES")&&0' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1773:6: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1703:62: style:inconclusive: Function 'fixForOutput' argument 1 names different: declaration 'file' definition 'values'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.h:62:41: note: Function 'fixForOutput' argument 1 names different: declaration 'file' definition 'values'. qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1703:62: note: Function 'fixForOutput' argument 1 names different: declaration 'file' definition 'values'. qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1731:56: style:inconclusive: Function 'keyFor' argument 1 names different: declaration 'file' definition 'block'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.h:60:35: note: Function 'keyFor' argument 1 names different: declaration 'file' definition 'block'. qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1731:56: note: Function 'keyFor' argument 1 names different: declaration 'file' definition 'block'. qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:148:25: style: Local variable 'subdir' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:141:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:148:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:865:41: style: Local variable 'tmp' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:507:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:865:41: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1539:38: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1518:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1539:38: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1542:38: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1518:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1542:38: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1549:38: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1518:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1549:38: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1552:38: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1518:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1552:38: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.h:68:42: performance: Function parameter 'var' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1941:56: performance: Function parameter 'var' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1941:73: performance: Function parameter 'vals' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:171:53: style: Variable 'vars' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:410:22: style: Variable 'qmake_subdirs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:737:30: style: Variable 'yaccs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:745:30: style: Variable 'lexs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:199:42: style: Variable 'name' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:1170:21: style: Variable 'app' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/mac/pbuilder_pbx.cpp:565:21: style: Variable 'tmp_out' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symbiancommon.cpp:542:73: error: There is an unknown macro here somewhere. Configuration is required. If QT_VERSION_STR is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:135:9: style: The scope of the variable 'c' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:290:39: style: Local variable 'targetPath' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:172:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/initprojectdeploy_symbian.cpp:290:39: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake.cpp:151:69: error: There is an unknown macro here somewhere. Configuration is required. If QT_VERSION_STR is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:73:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:181:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYMBIAN_TEST_CONFIG [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:445:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:505:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable targetType [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:523:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QT_EXTRA_INCLUDE_DIR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:117:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PrefixPath [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:186:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:210:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:238:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:286:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:670:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:160:9: performance: Range variable 'target' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:172:5: performance: Range variable 'platform' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:266:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:271:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:277:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:282:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:362:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:392:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:397:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:403:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:407:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:423:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_abld.cpp:427:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:595:18: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:584:32: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:595:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:637:18: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:584:32: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:637:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:292:5: performance: Range variable 'platform' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:322:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:346:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:419:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:425:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:432:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:439:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:445:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:452:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:467:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:484:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:499:9: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:500:13: performance: Range variable 'compilerVersion' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:521:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:528:9: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:558:5: performance: Range variable 'clause' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/symbian/symmake_sbsv2.cpp:649:5: performance: Range variable 'item' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.h:62:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable do_stub_makefile [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:115:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:426:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:496:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable target_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:602:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:742:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:68:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:84:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:122:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:1050:127: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable libtool_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:1271:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:1293:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:459:72: style: The scope of the variable 'incr_deps' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:308:39: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:265:27: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:308:39: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:329:37: style: Local variable 'deps' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:115:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:329:37: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:347:35: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:265:27: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:347:35: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:354:31: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:265:27: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:354:31: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:810:40: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:265:27: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:810:40: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:85:22: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:205:22: style: Variable 'objs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:307:26: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:346:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:353:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:900:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake2.cpp:115:72: style: Unused variable: prl [unusedVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:123:11: style: Error code from the return value of function d.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:147:23: style: Error code from the return value of function d.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2496:9: style: Error code from the return value of function pwd.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2497:9: style: Error code from the return value of function pwd.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2670:17: style: Error code from the return value of function pwd.cd() is not used. [ignoredReturnErrorCode] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.cpp:66:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:222:13: performance:inconclusive: Technically the member function 'MakefileGenerator::valGlue' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1438:20: note: Technically the member function 'MakefileGenerator::valGlue' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:222:13: note: Technically the member function 'MakefileGenerator::valGlue' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.cpp:86:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:225:13: performance:inconclusive: Technically the member function 'MakefileGenerator::filePrefixRoot' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1206:20: note: Technically the member function 'MakefileGenerator::filePrefixRoot' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:225:13: note: Technically the member function 'MakefileGenerator::filePrefixRoot' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.cpp:141:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.cpp:174:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:248:15: performance:inconclusive: Technically the member function 'MakefileGenerator::fileInfo' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2761:20: note: Technically the member function 'MakefileGenerator::fileInfo' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:248:15: note: Technically the member function 'MakefileGenerator::fileInfo' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.h:53:10: style: The function 'writeBuildRulesPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:71:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.h:53:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.h:54:10: style: The function 'writeCleanParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:64:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.h:54:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/borland_bmake.cpp:60:22: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:332:29: style: Obsolete function 'QString::sprintf' called. It is recommended to use 'QString::asprintf', 'QString::arg' or 'QTextStream' instead. [prohibitedsprintfCalled] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:644:20: style: Condition '!opt.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:637:34: note: Assuming that condition 'opt.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:644:20: note: Condition '!opt.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1186:12: style: Condition 'use_implicit_rule' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1185:29: note: Assignment 'use_implicit_rule=false', assigned value is 0 qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1186:12: note: Condition 'use_implicit_rule' is always false qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1195:13: style: Condition '!use_implicit_rule' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1185:29: note: Assignment 'use_implicit_rule=false', assigned value is 0 qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1195:13: note: Condition '!use_implicit_rule' is always true qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1556:23: style: Condition 'val.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:594:40: style: Local variable 'l' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:589:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:594:40: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:658:41: style: Local variable 'lflags' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:587:19: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:658:41: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:721:26: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:588:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:721:26: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:479:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2767:88: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1185:27: style: Redundant initialization for 'use_implicit_rule'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1184:32: note: use_implicit_rule is initialized qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1185:27: note: use_implicit_rule is overwritten qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2024:21: style: Redundant initialization for 'cmd'. The initialized value is overwritten before it is read. [redundantInitialization] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2020:25: note: cmd is initialized qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2024:21: note: cmd is overwritten qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:213:38: style: Variable 'headerPrefix' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:563:35: style: Variable 'found' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/unix/unixmake.cpp:616:33: style: Variable 'opt' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2073:33: style: The comparison 'type == TYPE_UNKNOWN' is always true because 'type' and 'TYPE_UNKNOWN' represent the same value. [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2072:47: note: 'type' is assigned value 'TYPE_UNKNOWN' here. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2073:33: note: The comparison 'type == TYPE_UNKNOWN' is always true because 'type' and 'TYPE_UNKNOWN' represent the same value. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1892:40: style: The scope of the variable 'file' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1932:26: style: The scope of the variable 'buff' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2033:22: style: The scope of the variable 'buff' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:75:69: style:inconclusive: Function 'canExecute' argument 2 names different: declaration 'argv0' definition 'a'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:180:54: note: Function 'canExecute' argument 2 names different: declaration 'argv0' definition 'a'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:75:69: note: Function 'canExecute' argument 2 names different: declaration 'argv0' definition 'a'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:115:46: style:inconclusive: Function 'mkdir' argument 1 names different: declaration 'dir' definition 'in_path'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:184:31: note: Function 'mkdir' argument 1 names different: declaration 'dir' definition 'in_path'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:115:46: note: Function 'mkdir' argument 1 names different: declaration 'dir' definition 'in_path'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:317:80: style:inconclusive: Function 'findFilesInVPATH' argument 3 names different: declaration 'var' definition 'vpath_var'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:176:77: note: Function 'findFilesInVPATH' argument 3 names different: declaration 'var' definition 'vpath_var'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:317:80: note: Function 'findFilesInVPATH' argument 3 names different: declaration 'var' definition 'vpath_var'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1653:55: style:inconclusive: Function 'verifyExtraCompiler' argument 1 names different: declaration 'c' definition 'comp'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:135:45: note: Function 'verifyExtraCompiler' argument 1 names different: declaration 'c' definition 'comp'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1653:55: note: Function 'verifyExtraCompiler' argument 1 names different: declaration 'c' definition 'comp'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1653:76: style:inconclusive: Function 'verifyExtraCompiler' argument 2 names different: declaration 'f' definition 'file_unfixed'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:135:63: note: Function 'verifyExtraCompiler' argument 2 names different: declaration 'f' definition 'file_unfixed'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1653:76: note: Function 'verifyExtraCompiler' argument 2 names different: declaration 'f' definition 'file_unfixed'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2405:73: style:inconclusive: Function 'writeSubMakeCall' argument 2 names different: declaration 'outDirectory_cdin' definition 'callPrefix'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:130:66: note: Function 'writeSubMakeCall' argument 2 names different: declaration 'outDirectory_cdin' definition 'callPrefix'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2405:73: note: Function 'writeSubMakeCall' argument 2 names different: declaration 'outDirectory_cdin' definition 'callPrefix'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2406:57: style:inconclusive: Function 'writeSubMakeCall' argument 3 names different: declaration 'makeFileIn' definition 'makeArguments'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:131:50: note: Function 'writeSubMakeCall' argument 3 names different: declaration 'makeFileIn' definition 'makeArguments'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2406:57: note: Function 'writeSubMakeCall' argument 3 names different: declaration 'makeFileIn' definition 'makeArguments'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2406:87: style:inconclusive: Function 'writeSubMakeCall' argument 4 names different: declaration 'outDirectory_cdout' definition 'callPostfix'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:131:77: note: Function 'writeSubMakeCall' argument 4 names different: declaration 'outDirectory_cdout' definition 'callPostfix'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2406:87: note: Function 'writeSubMakeCall' argument 4 names different: declaration 'outDirectory_cdout' definition 'callPostfix'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2414:89: style:inconclusive: Function 'writeSubTargets' argument 2 names different: declaration 'subtargets' definition 'targets'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:132:60: note: Function 'writeSubTargets' argument 2 names different: declaration 'subtargets' definition 'targets'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2414:89: note: Function 'writeSubTargets' argument 2 names different: declaration 'subtargets' definition 'targets'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2812:57: style:inconclusive: Function 'unescapeFilePaths' argument 1 names different: declaration 'path' definition 'paths'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:148:62: note: Function 'unescapeFilePaths' argument 1 names different: declaration 'path' definition 'paths'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2812:57: note: Function 'unescapeFilePaths' argument 1 names different: declaration 'path' definition 'paths'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:323:18: style: Local variable 'val' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:221:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:323:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:663:33: style: Local variable 'v' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:434:33: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:663:33: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:704:37: style: Local variable 'v' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:434:33: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:704:37: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:819:37: style: Local variable 'files' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:806:25: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:819:37: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1553:21: style: Local variable 'val' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:221:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1553:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1554:23: style: Local variable 'var' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:218:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1554:23: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1952:77: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1796:36: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1952:77: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2052:73: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1796:36: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2052:73: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3220:17: style: Local variable 'var' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:218:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3220:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3221:17: style: Local variable 'val' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.h:221:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3221:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3228:25: style: Local variable 'var' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3220:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3228:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:270:26: style: Variable 'inputs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:629:26: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:782:22: style: Variable 'trf' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:795:22: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:867:45: style: Variable 'vars' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1159:18: style: Variable 'srcl' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1224:18: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1691:30: style: Variable 'tmp' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1693:34: style: Variable 'inputs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1737:26: style: Variable 'tmp' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1739:30: style: Variable 'inputs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1761:18: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1767:22: style: Variable 'deplist' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2151:33: style: Variable 'vars' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2152:18: style: Variable 'exports' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2173:18: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2417:18: style: Variable 'qeui' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2626:18: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2634:22: style: Variable 'deplist' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2940:18: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2974:22: style: Variable 'nodeplist' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3023:26: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3042:30: style: Variable 'tmp' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:3044:34: style: Variable 'inputs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2596:24: style: Variable 'subTarget' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:113:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:138:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:173:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:192:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:208:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:226:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:319:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:361:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:367:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:441:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:475:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:505:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1275:29: style: Variable 'file' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:1858:28: style: Variable 'in' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefile.cpp:2496:9: style: Variable 'in_directory_cdin' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:88:30: warning: The class 'MingwMakefileGenerator' defines member function with name 'findLibraries' also defined in its parent class 'Win32MakefileGenerator'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:77:10: note: Parent function 'Win32MakefileGenerator::findLibraries' qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:88:30: note: Derived function 'MingwMakefileGenerator::findLibraries' qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:56:13: style: The function 'getLibTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:85:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:56:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:62:10: style: The function 'writeIncPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:66:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:62:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:63:10: style: The function 'writeLibsPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:68:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:63:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:64:10: style: The function 'writeLibDirPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:67:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:64:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:65:10: style: The function 'writeObjectsPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:69:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:65:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:66:10: style: The function 'writeBuildRulesPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:71:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:66:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:67:10: style: The function 'writeRcFilePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:74:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:67:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:74:18: style: The function 'findLibraries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:78:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:74:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:76:10: style: The function 'fixTargetExt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:82:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.h:76:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:85:25: style: Return value 'findLibraries("QMAKE_LIBS")' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:85:25: note: Calling function 'findLibraries' returns 1 qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:85:25: note: Return value 'findLibraries("QMAKE_LIBS")' is always true qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:85:56: style: Return value 'findLibraries("QMAKE_LIBS_PRIVATE")' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:85:56: note: Calling function 'findLibraries' returns 1 qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:85:56: note: Return value 'findLibraries("QMAKE_LIBS_PRIVATE")' is always true qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:90:18: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:94:22: style: Variable 'libpaths' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:151:26: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:353:18: style: Variable 'incs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:910:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:530:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WriteOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:579:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/mingw_make.cpp:290:28: style: Variable 'targetfilename' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:67:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:115:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FileFixifyAbsolute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:162:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:253:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obj_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:296:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:351:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:51:25: warning: Member variable 'NmakeMakefileGenerator::usePCH' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:53:10: style: The function 'writeLibDirPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:67:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:53:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:55:10: style: The function 'writeImplicitRulesPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:70:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:55:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:56:10: style: The function 'writeBuildRulesPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:71:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:56:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:63:21: style: The function 'defaultInstall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:63:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.h:63:21: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:304:40: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:311:52: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:322:52: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:61:22: style: Variable 'qut' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_nmake.cpp:315:26: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:661:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:1720:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2024:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2140:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2271:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2448:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:962:5: warning: Member variable 'VCProjectSingleConfig::flat_files' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:891:7: performance: Variable 'file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:893:7: performance: Variable 'file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:893:52: performance: Variable 'additionalFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:894:10: style:inconclusive: Technically the member function 'VCFilterFile::operator==' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1016:9: performance:inconclusive: Technically the member function 'TreeNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1067:9: performance:inconclusive: Technically the member function 'FlatNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:80:9: performance:inconclusive: Technically the member function 'XTreeNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:131:9: performance:inconclusive: Technically the member function 'XFlatNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:810:5: style: Class 'VCEventTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:890:5: style: Struct 'VCFilterFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:496:14: style: The destructor '~VCCLCompilerTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:496:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:497:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:497:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:592:14: style: The destructor '~VCLinkerTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:592:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:593:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:593:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:682:14: style: The destructor '~VCMIDLTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:682:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:683:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:683:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:736:14: style: The destructor '~VCLibrarianTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:736:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:737:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:737:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:757:14: style: The destructor '~VCCustomBuildTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:757:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:758:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:758:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:776:14: style: The destructor '~VCResourceCompilerTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:776:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:777:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:777:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:811:14: style: The destructor '~VCEventTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:478:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:811:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:812:10: style: The function 'parseOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:479:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:812:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:828:6: style: The destructor '~VCPostBuildEventTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:811:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:828:6: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:835:6: style: The destructor '~VCPreBuildEventTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:811:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:835:6: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:842:6: style: The destructor '~VCPreLinkEventTool' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:811:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:842:6: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1014:14: style: The destructor '~TreeNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:997:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1014:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1026:10: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1001:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1026:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1043:10: style: The function 'removeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1002:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1043:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1053:10: style: The function 'generateXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1003:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1053:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1054:10: style: The function 'hasElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1004:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1054:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1065:14: style: The destructor '~FlatNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:997:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1065:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1077:10: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1001:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1077:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1089:10: style: The function 'removeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1002:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1089:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1093:10: style: The function 'generateXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1003:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1093:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1094:10: style: The function 'hasElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1004:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1094:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:78:14: style: The destructor '~XTreeNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:61:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:78:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:90:10: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:65:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:90:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:107:10: style: The function 'removeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:66:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:107:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:117:10: style: The function 'generateXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:67:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:117:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:118:10: style: The function 'hasElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:68:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:118:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:129:14: style: The destructor '~XFlatNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:61:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:129:14: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:141:10: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:65:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:141:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:153:10: style: The function 'removeElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:66:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:153:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:157:10: style: The function 'generateXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:67:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:157:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:158:10: style: The function 'hasElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:68:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:158:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:166:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1124:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:166:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:167:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1125:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:167:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:169:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1127:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:169:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:170:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1128:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:170:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:171:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1129:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:171:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:172:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1130:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:172:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:173:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1131:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:173:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:174:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1132:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:174:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:175:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1133:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:175:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:176:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1134:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:176:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:177:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1135:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:177:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:178:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1136:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:178:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.h:96:18: style: The function 'findLibraries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:78:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.h:96:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcxproj.h:55:30: style: The function 'createProjectWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.h:85:30: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcxproj.h:55:30: note: Function in derived class qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1763:20: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1771:15: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1763:20: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1907:24: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1915:19: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1907:24: note: Found duplicate branches for 'if' and 'else'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1643:19: style: The scope of the variable 'extfilter' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1644:14: style: The scope of the variable 'parse' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:373:106: style:inconclusive: Function 'generateXML' argument 4 names different: declaration 'proj' definition 'tool'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:157:95: note: Function 'generateXML' argument 4 names different: declaration 'proj' definition 'tool'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:373:106: note: Function 'generateXML' argument 4 names different: declaration 'proj' definition 'tool'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1595:92: style:inconclusive: Function 'addFilters' argument 3 names different: declaration 'filterName' definition 'filtername'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.h:181:85: note: Function 'addFilters' argument 3 names different: declaration 'filterName' definition 'filtername'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1595:92: note: Function 'addFilters' argument 3 names different: declaration 'filterName' definition 'filtername'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1678:23: style: Variable 'extfilter' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msbuild_objectmodel.cpp:1679:19: style: Variable 'parse' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:280:5: performance: Variable 'cachefile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:88:10: performance:inconclusive: Technically the member function 'QMakeSourceFileInfo::dependTreeWalker' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:200:27: note: Technically the member function 'QMakeSourceFileInfo::dependTreeWalker' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:88:10: note: Technically the member function 'QMakeSourceFileInfo::dependTreeWalker' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:123:10: performance:inconclusive: Technically the member function 'QMakeSourceFileInfo::loadCache' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:865:27: note: Technically the member function 'QMakeSourceFileInfo::loadCache' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:123:10: note: Technically the member function 'QMakeSourceFileInfo::loadCache' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:124:10: performance:inconclusive: Technically the member function 'QMakeSourceFileInfo::saveCache' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:816:27: note: Technically the member function 'QMakeSourceFileInfo::saveCache' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:124:10: note: Technically the member function 'QMakeSourceFileInfo::saveCache' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:120:9: performance:inconclusive: Technically the member function 'SourceFiles::hash' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:163:18: note: Technically the member function 'SourceFiles::hash' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:120:9: note: Technically the member function 'SourceFiles::hash' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:265:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:332:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Md5 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:381:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CaseInsensitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:401:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:416:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:758:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obj_ext [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:819:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:113:13: error: Common realloc mistake: 'children' nulled but not freed upon failure [memleakOnRealloc] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:876:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WarnLogic [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:350:9: error: Common realloc mistake: 'spare_buffer' nulled but not freed upon failure [memleakOnRealloc] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1225:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Files [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1391:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_dir [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1587:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1604:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmakespec [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:113:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:146:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:350:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:165:17: style: The scope of the variable 'g' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:186:62: style:inconclusive: Function 'addFile' argument 3 names different: declaration 'own' definition 'own_file'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:128:54: note: Function 'addFile' argument 3 names different: declaration 'own' definition 'own_file'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:186:62: note: Function 'addFile' argument 3 names different: declaration 'own' definition 'own_file'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:266:57: style:inconclusive: Function 'QMakeSourceFileInfo' argument 1 names different: declaration 'cachefile' definition 'cf'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:99:40: note: Function 'QMakeSourceFileInfo' argument 1 names different: declaration 'cachefile' definition 'cf'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:266:57: note: Function 'QMakeSourceFileInfo' argument 1 names different: declaration 'cachefile' definition 'cf'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:303:55: style:inconclusive: Function 'setCacheFile' argument 1 names different: declaration 'cachefile' definition 'cf'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.h:122:38: note: Function 'setCacheFile' argument 1 names different: declaration 'cachefile' definition 'cf'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:303:55: note: Function 'setCacheFile' argument 1 names different: declaration 'cachefile' definition 'cf'. qt-everywhere-opensource-src-4.8.7/qmake/generators/makefiledeps.cpp:343:20: style: Variable 'file' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:113:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Bare [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:189:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NewLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:251:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NewLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:285:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NewLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:357:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NewLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:88:13: style:inconclusive: Technically the member function 'XmlOutput::indentString' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:64:20: note: Technically the member function 'XmlOutput::indentString' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:88:13: note: Technically the member function 'XmlOutput::indentString' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:90:9: style:inconclusive: Technically the member function 'XmlOutput::indentLevel' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:74:16: note: Technically the member function 'XmlOutput::indentLevel' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:90:9: note: Technically the member function 'XmlOutput::indentLevel' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:93:14: style:inconclusive: Technically the member function 'XmlOutput::state' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:89:32: note: Technically the member function 'XmlOutput::state' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:93:14: note: Technically the member function 'XmlOutput::state' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:116:13: style:inconclusive: Technically the member function 'XmlOutput::doConversion' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.cpp:116:20: note: Technically the member function 'XmlOutput::doConversion' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:116:13: note: Technically the member function 'XmlOutput::doConversion' can be const. qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:83:5: style: Class 'XmlOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/generators/xmloutput.h:88:13: performance: Function 'indentString()' should return member 'indent' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/qmake/main.cpp:91:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/cachekeys.h:63:9: performance: Variable 'pwd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/project.h:129:13: style:inconclusive: Technically the member function 'QMakeProject::projectFile' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/project.h:171:30: note: Technically the member function 'QMakeProject::projectFile' can be const. qt-everywhere-opensource-src-4.8.7/qmake/project.h:129:13: note: Technically the member function 'QMakeProject::projectFile' can be const. qt-everywhere-opensource-src-4.8.7/qmake/project.h:154:10: style:inconclusive: Technically the member function 'QMakeProject::isSet' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/project.h:181:27: note: Technically the member function 'QMakeProject::isSet' can be const. qt-everywhere-opensource-src-4.8.7/qmake/project.h:154:10: note: Technically the member function 'QMakeProject::isSet' can be const. qt-everywhere-opensource-src-4.8.7/qmake/cachekeys.h:104:17: style:inconclusive: Technically the member function 'FileInfoCacheKey::isRelativePath' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/qmake/project.h:114:5: style: Class 'QMakeProject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/project.h:115:5: style: Class 'QMakeProject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/project.h:116:5: style: Class 'QMakeProject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/project.h:66:9: style: Struct 'ScopeBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/cachekeys.h:87:5: style: Struct 'FileInfoCacheKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/qmake/property.h:63:27: performance: Function parameter 'v' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/option.h:144:9: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:69:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:156:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:258:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:287:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dir_sep [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:387:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qmake_mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:583:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:633:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:638:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:760:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:782:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:792:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:814:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:834:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FileFixifyAbsolute [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:203:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/meta.h:54:10: performance:inconclusive: Technically the member function 'QMakeMetaInfo::readPkgCfgFile' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:201:16: note: Technically the member function 'QMakeMetaInfo::readPkgCfgFile' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/meta.h:54:10: note: Technically the member function 'QMakeMetaInfo::readPkgCfgFile' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/meta.h:65:13: performance: Function 'type()' should return member 'meta_type' by const reference. [returnByReference] qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:71:20: style: Condition 'ret=readPkgCfgFile(meta_file)' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:71:35: note: Calling function 'readPkgCfgFile' returns 0 qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:71:20: note: Condition 'ret=readPkgCfgFile(meta_file)' is always false qt-everywhere-opensource-src-4.8.7/qmake/meta.h:98:46: performance: Function parameter 'lib' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:58:32: performance: Function parameter 'lib' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/meta.cpp:161:25: style: Variable 'dirs' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:152:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:252:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:704:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:718:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:92:23: style: Return value 'findLibraries("QMAKE_LIBS")' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:92:23: note: Calling function 'findLibraries' returns 1 qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:92:23: note: Return value 'findLibraries("QMAKE_LIBS")' is always true qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:92:54: style: Return value 'findLibraries("QMAKE_LIBS_PRIVATE")' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:92:54: note: Calling function 'findLibraries' returns 1 qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:92:54: note: Return value 'findLibraries("QMAKE_LIBS_PRIVATE")' is always true qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:567:32: style: The scope of the variable 'file' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:595:32: style: The scope of the variable 'file' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:61:59: style:inconclusive: Function 'findHighestVersion' argument 1 names different: declaration 'dir' definition 'd'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.h:76:43: note: Function 'findHighestVersion' argument 1 names different: declaration 'dir' definition 'd'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:61:59: note: Function 'findHighestVersion' argument 1 names different: declaration 'dir' definition 'd'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:130:32: style: Local variable 'l' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:110:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:130:32: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:148:57: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:118:31: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:148:57: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:243:40: style: Local variable 'l' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:236:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:243:40: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:257:61: style: Local variable 'it' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:237:35: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:257:61: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:113:22: style: Variable 'libpaths' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:226:22: style: Variable 'libpaths' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:336:18: style: Variable 'incDir' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:341:18: style: Variable 'libDir' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:730:22: style: Variable 'forms' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/winmakefile.cpp:275:15: style: Variable 'l' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:310:19: warning: Member variable 'VCCLCompilerTool::config' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:1160:15: warning: Member variable 'VCLinkerTool::config' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:1727:13: warning: Member variable 'VCMIDLTool::config' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2036:20: warning: Member variable 'VCCustomBuildTool::config' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2088:18: warning: Member variable 'VCConfiguration::CompilerVersion' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2105:11: warning: Member variable 'VCFilter::Project' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2105:11: warning: Member variable 'VCFilter::CustomBuild' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2038:5: performance: Variable 'ToolName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2048:5: performance: Variable 'PreprocessorDefinitions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2055:5: performance: Variable 'DeploymentTag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2056:5: performance: Variable 'RemoteDirectory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2062:5: performance: Variable 'EventName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2063:5: performance: Variable 'ToolName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:516:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:716:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:1246:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReadOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:1338:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:1498:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:1562:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Wildcard [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:1720:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:1832:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/project.cpp:2295:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:222:18: warning: Member variable 'VcprojGenerator::autogenPrecompCPP' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:222:18: warning: Member variable 'VcprojGenerator::usePCH' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:222:18: warning: Member variable 'VcprojGenerator::projectTarget' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:333:16: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1245:22: style: The scope of the variable 'conf' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1369:21: style: The scope of the variable 'deps' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1372:22: style: The scope of the variable 'buff' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:525:38: style: Local variable 'i' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:461:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:525:38: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1600:47: performance: Function parameter 'file' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:502:57: style: Variable 'vars' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:595:42: style: Variable 'l' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:1494:18: style: Variable 'incs' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_vcproj.cpp:658:34: style: Variable 'vc' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:68:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UserScope [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:191:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:1217:14: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/property.h:56:13: performance:inconclusive: Technically the member function 'QMakeProperty::keyBase' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:74:16: note: Technically the member function 'QMakeProperty::keyBase' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/property.h:56:13: note: Technically the member function 'QMakeProperty::keyBase' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:189:29: style: Local variable 'ret' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:173:10: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:189:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:151:33: performance: Function parameter 'v' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:157:33: performance: Function parameter 'var' should be passed by const reference. [passedByValue] qt-everywhere-opensource-src-4.8.7/qmake/property.cpp:213:13: performance: Range variable 'prop' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/src/3rdparty/ce-compat/ce_time.c:93:16: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/src/3rdparty/ce-compat/ce_time.c:92:16: note: result is assigned qt-everywhere-opensource-src-4.8.7/src/3rdparty/ce-compat/ce_time.c:93:16: note: result is overwritten qt-everywhere-opensource-src-4.8.7/src/3rdparty/ce-compat/ce_time.c:532:5: style: Statements following 'continue' will never be executed. [unreachableCode] qt-everywhere-opensource-src-4.8.7/src/3rdparty/ce-compat/ce_time.c:79:26: style: Parameter 't' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/ce-compat/ce_time.c:532:9: error: Uninitialized variable: diff [uninitvar] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:1212:18: style: The scope of the variable 'k' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:1214:10: style: The scope of the variable 'g' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2225:27: style: The scope of the variable 'inputs' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2249:11: style: The scope of the variable 'buff' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2396:83: style:inconclusive: Function 'generateXML' argument 3 names different: declaration 'proj' definition 'tool'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.h:1093:73: note: Function 'generateXML' argument 3 names different: declaration 'proj' definition 'tool'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2396:83: note: Function 'generateXML' argument 3 names different: declaration 'proj' definition 'tool'. qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2173:13: performance: Range variable 'line' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/qmake/generators/win32/msvc_objectmodel.cpp:2349:5: performance: Range variable 'output' should be declared as const reference. [iterateByValue] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/StdHeader.cpp:25:1: error: There is an unknown macro here somewhere. Configuration is required. If CL_NS_USE is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/analysis/AnalysisHeader.h:147:2: error: There is an unknown macro here somewhere. Configuration is required. If _CL_DEPRECATED is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/repl_lltot.cpp:18:9: style: The scope of the variable 'digit' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/repl_tcstod.cpp:18:10: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/repl_tcstoll.cpp:28:8: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/threads.cpp:10:1: error: There is an unknown macro here somewhere. Configuration is required. If CL_NS_DEF is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/utf8.cpp:215:9: style: Condition 'r==-1' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/utf8.cpp:209:14: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/utf8.cpp:119:7: style: The scope of the variable 'i' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/utf8.cpp:211:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/utf8.cpp:231:12: style: Variable 'mask' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/config/utf8.cpp:235:3: style: Variable 'mask' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/debug/error.cpp:9:1: error: There is an unknown macro here somewhere. Configuration is required. If CL_NS_USE is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/debug/memtracking.cpp:15:1: error: There is an unknown macro here somewhere. Configuration is required. If CL_NS_USE is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.cpp:18:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCHAR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.cpp:26:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IllegalArgument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.cpp:22:57: style:inconclusive: Function 'timeToString' argument 2 names different: declaration 'str' definition 'buf'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.h:58:54: note: Function 'timeToString' argument 2 names different: declaration 'str' definition 'buf'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.cpp:22:57: note: Function 'timeToString' argument 2 names different: declaration 'str' definition 'buf'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.cpp:55:46: style:inconclusive: Function 'stringToTime' argument 1 names different: declaration 's' definition 'time'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.h:61:43: note: Function 'stringToTime' argument 1 names different: declaration 's' definition 'time'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/DateField.cpp:55:46: note: Function 'stringToTime' argument 1 names different: declaration 's' definition 'time'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/document/Field.h:107:2: error: There is an unknown macro here somewhere. Configuration is required. If _CL_DEPRECATED is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/CompoundFile.cpp:88:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/DocumentWriter.cpp:353:23: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldInfos.cpp:63:4: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldInfos.h:77:2: debug: Failed to parse 'typedef CL_NS ( util ) :: CLHashMap < const TCHAR * , FieldInfo * , CL_NS ( util ) :: Compare :: TChar , CL_NS ( util ) :: Equals :: TChar > defByName ;'. The checking continues anyway. [simplifyTypedef] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsWriter.h:44:7: debug: Scope::checkVariable found variable 'addDocument' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:37:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fieldsStream [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:58:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fieldsStream [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:89:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:183:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indexInput [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:197:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indexInputStream [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:207:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable position [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:216:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable position [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:225:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable position [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsWriter.cpp:37:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fieldsStream [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsWriter.cpp:61:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fieldsStream [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsWriter.cpp:83:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indexStream [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.h:50:5: style: Class 'FieldsReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.h:42:9: style: Class 'FieldsStreamHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldInfos.h:102:2: style: Class 'FieldInfos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsWriter.h:39:2: style: Class 'FieldsWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsWriter.cpp:157:50: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:526:83: style: Condition 'Option::mkfile::qmakespec.isEmpty()' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:526:44: note: Assuming that condition 'Option::mkfile::qmakespec.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:526:83: note: Condition 'Option::mkfile::qmakespec.isEmpty()' is always false qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:96:21: style: Local variable 'bits' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:91:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:96:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:114:21: style: Local variable 'bits' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:91:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp:114:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:487:21: error: Common realloc mistake: 'env_argv' nulled but not freed upon failure [memleakOnRealloc] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:487:32: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:493:42: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:631:87: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:690:11: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:691:45: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:714:25: style:inconclusive: Function 'warn_msg' argument 1 names different: declaration 't' definition 'type'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/qmake/option.h:69:25: note: Function 'warn_msg' argument 1 names different: declaration 't' definition 'type'. qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:714:25: note: Function 'warn_msg' argument 1 names different: declaration 't' definition 'type'. qt-everywhere-opensource-src-4.8.7/qmake/option.cpp:502:25: style: Variable 'currlen' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/IndexModifier.cpp:216:2: error: There is an unknown macro here somewhere. Configuration is required. If SCOPED_LOCK_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/IndexReader.cpp:197:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/IndexWriter.cpp:296:5: error: There is an unknown macro here somewhere. Configuration is required. If SCOPED_LOCK_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/SegmentInfos.cpp:169:11: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/MultiReader.cpp:714:2: error: There is an unknown macro here somewhere. Configuration is required. If CND_CONDITION is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/IndexReader.h:145:2: error: There is an unknown macro here somewhere. Configuration is required. If DEFINE_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp:369:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/SegmentReader.cpp:65:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/Term.h:120:5: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermVector.h:281:2: error: There is an unknown macro here somewhere. Configuration is required. If DEFINE_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.h:45:5: style: Class 'TermInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:28: style:inconclusive: Function 'set' argument 1 names different: declaration 'docFreq' definition 'df'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.h:51:22: note: Function 'set' argument 1 names different: declaration 'docFreq' definition 'df'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:28: note: Function 'set' argument 1 names different: declaration 'docFreq' definition 'df'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:40: style:inconclusive: Function 'set' argument 2 names different: declaration 'freqPointer' definition 'fp'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.h:51:39: note: Function 'set' argument 2 names different: declaration 'freqPointer' definition 'fp'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:40: note: Function 'set' argument 2 names different: declaration 'freqPointer' definition 'fp'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:52: style:inconclusive: Function 'set' argument 3 names different: declaration 'proxPointer' definition 'pp'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.h:51:60: note: Function 'set' argument 3 names different: declaration 'proxPointer' definition 'pp'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:52: note: Function 'set' argument 3 names different: declaration 'proxPointer' definition 'pp'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:64: style:inconclusive: Function 'set' argument 4 names different: declaration 'skipOffset' definition 'so'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.h:52:17: note: Function 'set' argument 4 names different: declaration 'skipOffset' definition 'so'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp:41:64: note: Function 'set' argument 4 names different: declaration 'skipOffset' definition 'so'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermInfosReader.cpp:327:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/index/TermVectorWriter.cpp:209:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:32:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:59:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reader [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:76:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable input [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:95:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:145:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_MAX_FIELD_LEN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/QueryParser.h:99:2: error: There is an unknown macro here somewhere. Configuration is required. If _CL_DEPRECATED is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/QueryParser.cpp:88:4: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/QueryParserBase.h:45:3: style: Class 'QueryParserBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/QueryToken.h:64:3: style: Class 'QueryToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:83:28: style:inconclusive: Function 'Lex' argument 1 names different: declaration 'tokens' definition 'tokenList'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.h:42:23: note: Function 'Lex' argument 1 names different: declaration 'tokens' definition 'tokenList'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:83:28: note: Function 'Lex' argument 1 names different: declaration 'tokens' definition 'tokenList'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:337:16: style: Local variable 'ch' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:259:8: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:337:16: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/QueryParserBase.cpp:55:50: error: Syntax Error: AST broken, binary operator '<' doesn't have two operands. [internalAstError] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/QueryToken.cpp:70:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_BLANK_STRING [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/queryParser/TokenList.cpp:57:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/SearchHeader.h:256:7: error: There is an unknown macro here somewhere. Configuration is required. If _CL_DEPRECATED is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/CachingWrapperFilter.cpp:45:2: error: There is an unknown macro here somewhere. Configuration is required. If SCOPED_LOCK_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:172:40: debug: Function::addArguments found argument 'util' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:46:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/DateFilter.cpp:73:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:98:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEFAULT [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:115:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:149:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:173:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_Runtime [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:181:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USER [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.h:72:2: style: Class 'ChainedFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:180:10: style: The scope of the variable 'i' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:18:41: style:inconclusive: Function 'ChainedFilter' argument 1 names different: declaration 'filters' definition '_filters'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.h:72:26: note: Function 'ChainedFilter' argument 1 names different: declaration 'filters' definition '_filters'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:18:41: note: Function 'ChainedFilter' argument 1 names different: declaration 'filters' definition '_filters'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:18:55: style:inconclusive: Function 'ChainedFilter' argument 2 names different: declaration 'op' definition '_op'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.h:72:39: note: Function 'ChainedFilter' argument 2 names different: declaration 'op' definition '_op'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:18:55: note: Function 'ChainedFilter' argument 2 names different: declaration 'op' definition '_op'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:24:40: style:inconclusive: Function 'ChainedFilter' argument 1 names different: declaration 'filters' definition '_filters'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.h:73:26: note: Function 'ChainedFilter' argument 1 names different: declaration 'filters' definition '_filters'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp:24:40: note: Function 'ChainedFilter' argument 1 names different: declaration 'filters' definition '_filters'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:33:5: debug: Failed to parse 'typedef CL_NS ( util ) :: Deletor :: Object < Explanation > Deletor ;'. The checking continues anyway. [simplifyTypedef] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:34:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable util [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:51:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _CLNEW [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:78:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable details [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:89:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable details [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:95:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable details [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:125:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable details [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:114:9: style: The scope of the variable 'tmp' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:28:42: style:inconclusive: Function 'set' argument 1 names different: declaration 'other' definition 'copy'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.h:31:35: note: Function 'set' argument 1 names different: declaration 'other' definition 'copy'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Explanation.cpp:28:42: note: Function 'set' argument 1 names different: declaration 'other' definition 'copy'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp:197:11: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/Compare.h:117:4: error: There is an unknown macro here somewhere. Configuration is required. If CND_PRECONDITION is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:20:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentTerm [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:37:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actualEnum [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:49:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actualEnum [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:87:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentTerm [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:91:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable currentTerm [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:102:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actualEnum [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp:121:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable actualEnum [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/MultiTermQuery.cpp:59:11: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp:24:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp:43:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp:56:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp:76:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_INT32_MAX_SHOULDBE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp:88:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp:101:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhrasePositions.h:29:3: style: Class 'PhrasePositions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PhraseQuery.h:114:3: error: There is an unknown macro here somewhere. Configuration is required. If _CL_DEPRECATED is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/PrefixQuery.cpp:263:4: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/RangeFilter.cpp:138:2: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/WildcardQuery.cpp:138:4: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/Lock.h:74:11: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/WildcardTermEnum.cpp:35:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_WILDCARDTERMENUM_WILDCARD_STRING [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/WildcardTermEnum.cpp:55:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __term [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/WildcardTermEnum.cpp:105:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_WILDCARDTERMENUM_WILDCARD_STRING [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexInput.h:38:3: error: There is an unknown macro here somewhere. Configuration is required. If DEFINE_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/search/WildcardTermEnum.h:49:9: style: Class 'WildcardTermEnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.cpp:43:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFFER_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.cpp:50:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IllegalArgument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.cpp:129:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IllegalArgument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.cpp:14:16: warning: Member variable 'IndexOutput::isclosed' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:123:15: style: Virtual function 'close' is called from destructor '~BufferedIndexOutput()' at line 30. Dynamic binding is not used. [virtualCallInConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.cpp:30:5: note: Calling close qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:123:15: note: close is a virtual function qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:108:11: style: The destructor '~BufferedIndexOutput' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:25:11: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:108:11: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:113:15: style: The function 'writeByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:30:15: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:113:15: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:120:15: style: The function 'writeBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:37:15: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:120:15: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:123:15: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:77:15: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:123:15: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:129:10: style: The function 'getFilePointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:83:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:129:10: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:134:15: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:88:15: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:134:15: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:137:18: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:91:18: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:137:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:140:7: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:94:15: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/store/IndexOutput.h:140:7: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/BitSet.cpp:44:7: error: There is an unknown macro here somewhere. Configuration is required. If _CLFINALLY is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Equators.h:32:2: error: syntax error [syntaxError] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/FastCharStream.cpp:35:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/FastCharStream.cpp:45:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/FastCharStream.cpp:82:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/FastCharStream.h:33:3: style: Class 'FastCharStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:113:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_MAX_PATH [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:217:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCHAR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:156:24: style: Condition '!a.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:156:18: note: Assuming that condition 'a.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:156:24: note: Condition '!a.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:159:24: style: Condition '!b.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:159:18: note: Assuming that condition 'b.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:159:24: note: Condition '!b.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:162:24: style: Condition '!c.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:162:18: note: Assuming that condition 'c.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:162:24: note: Condition '!c.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:165:24: style: Condition '!d.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:165:18: note: Assuming that condition 'd.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:165:24: note: Condition '!d.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:168:24: style: Condition '!e.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:168:18: note: Assuming that condition 'e.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:168:24: note: Condition '!e.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:171:24: style: Condition '!f.isEmpty()' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:171:18: note: Assuming that condition 'f.isNull()' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:171:24: note: Condition '!f.isEmpty()' is always true qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:189:20: style:inconclusive: Function 'segmentname' argument 3 names different: declaration 'Segment' definition 'segment'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.h:41:24: note: Function 'segmentname' argument 3 names different: declaration 'Segment' definition 'segment'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:189:20: note: Function 'segmentname' argument 3 names different: declaration 'Segment' definition 'segment'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:201:57: style:inconclusive: Function 'stringDifference' argument 2 names different: declaration 's1Len' definition 'len1'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.h:51:62: note: Function 'stringDifference' argument 2 names different: declaration 's1Len' definition 'len1'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:201:57: note: Function 'stringDifference' argument 2 names different: declaration 's1Len' definition 'len1'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:202:13: style:inconclusive: Function 'stringDifference' argument 4 names different: declaration 's2Len' definition 'len2'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.h:52:34: note: Function 'stringDifference' argument 4 names different: declaration 's2Len' definition 'len2'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Misc.cpp:202:13: note: Function 'stringDifference' argument 4 names different: declaration 's2Len' definition 'len2'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:25:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_DEFAULT_TOKEN_BUFFER_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:41:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCHAR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:58:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_DEFAULT_TOKEN_BUFFER_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:90:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUCENE_DEFAULT_TOKEN_BUFFER_SIZE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:161:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IllegalArgument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:239:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCHAR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:271:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCHAR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:308:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IllegalArgument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:42:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:54:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:61:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:68:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:75:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:82:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:67:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_IllegalArgument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:129:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CL_ERR_Runtime [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:163:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:79:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:92:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:127:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/stringreader.h:66:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/stringreader.h:86:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/stringreader.h:110:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.h:21:4: style: Class 'StringBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.h:24:4: style: Class 'StringBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:95:45: style:inconclusive: Function 'appendChar' argument 1 names different: declaration 'chr' definition 'character'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.h:34:32: note: Function 'appendChar' argument 1 names different: declaration 'chr' definition 'character'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:95:45: note: Function 'appendChar' argument 1 names different: declaration 'chr' definition 'character'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:265:44: style:inconclusive: Function 'reserve' argument 1 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.h:61:31: note: Function 'reserve' argument 1 names different: declaration 'length' definition 'size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:265:44: note: Function 'reserve' argument 1 names different: declaration 'length' definition 'size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:168:10: style: Local variable 'len' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.h:50:12: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp:168:10: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/VoidMap.h:15:1: error: There is an unknown macro here somewhere. Configuration is required. If CL_NS_DEF is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/ThreadLocal.h:30:2: error: There is an unknown macro here somewhere. Configuration is required. If STATIC_DEFINE_MUTEX is a macro then please configure it. [unknownMacro] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:56:10: performance:inconclusive: Technically the member function 'BufferedInputStream < char >::resetBuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:56:10: performance:inconclusive: Technically the member function 'BufferedInputStream < TCHAR >::resetBuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:43:21: warning: The class 'FileReader' defines member function with name 'mark' also defined in its parent class 'Reader'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:72:17: note: Parent function 'Reader::mark' qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:43:21: note: Derived function 'FileReader::mark' qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:46:21: warning: The class 'FileReader' defines member function with name 'reset' also defined in its parent class 'Reader'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:79:10: note: Parent function 'Reader::reset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:46:21: note: Derived function 'FileReader::reset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/stringreader.h:48:5: style: Class 'StringReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/fileinputstream.h:30:5: style: Class 'FileInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:91:2: style: Class 'StringReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/fileinputstream.h:31:6: style: The destructor '~FileInputStream' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/streambase.h:64:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/fileinputstream.h:31:6: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/fileinputstream.h:32:13: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:54:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/fileinputstream.h:32:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:94:3: style: The destructor '~StringReader' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:33:11: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:94:3: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:114:13: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:54:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:114:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:117:3: style: The destructor '~SimpleInputStreamReader' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/streambase.h:64:14: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:117:3: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:130:3: style: The destructor '~FileReader' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:33:11: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.h:130:3: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:59:13: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/streambase.h:99:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:59:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:60:13: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/streambase.h:115:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:60:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:61:21: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/streambase.h:105:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/bufferedstream.h:61:21: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/clucene/src/CLucene/util/Reader.cpp:140:22: style: Condition 'outbuf qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:389:9: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:395:28: note: Uninitialized variable: cstr qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:38:19: style: struct member 'thcell_t::base' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:39:19: style: struct member 'thcell_t::hilo' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:450:5: style: Variable 'script' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/fuzzing/fuzz.cc:43:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/fuzzing/fuzz.cc:56:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/fuzzing/fuzz.cc:78:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/fuzzing/fuzz.cc:116:62: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/linebreaking/harfbuzz-qt.cpp:37:0: error: #error "This test currently requires Qt >= 4.3" [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/linebreaking/main.cpp:154:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineBreakType [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/linebreaking/main.cpp:167:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineSeparator [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/linebreaking/main.cpp:183:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable charStop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/linebreaking/main.cpp:197:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Thai [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:42:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCDIR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:106:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Err_Invalid_Argument [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:115:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Err_Ok [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:256:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Glyph [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:280:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NormalizationForm_D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:375:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NormalizationForm_D [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:474:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Devanagari [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:655:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Bengali [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:830:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Gurmukhi [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:880:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Oriya [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:949:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Tamil [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:994:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Telugu [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:1043:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Kannada [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:1140:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Malayalam [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:1206:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Sinhala [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:1248:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Khmer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:1281:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Nko [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:1307:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HB_Script_Common [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/tests/shaping/main.cpp:54:34: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h:69:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:56:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Throw [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:76:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Throw [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/APIShims.h:59:5: style: Class 'APIEntryShim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/APIShims.h:66:5: style: Class 'APIEntryShim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/APIShims.h:78:5: style: Class 'APICallbackShim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h:50:34: style: Condition 'this' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h:51:32: style: Condition 'this' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:44:79: style: Parameter 'thisObject' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/APICast.h:133:43: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/APICast.h:149:51: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:47:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:72:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:96:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSBase.cpp:110:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackConstructor.h:44:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ObjectType [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackConstructor.cpp:84:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConstructTypeHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackFunction.cpp:77:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallTypeHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h:53:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ObjectType [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:231:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReferenceError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:303:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConstructTypeHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:366:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallTypeHost [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:419:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IncludeDontEnumProperties [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:446:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NaN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:546:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReferenceError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:571:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReferenceError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:600:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReferenceError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.h:67:5: style: Struct 'OpaqueJSClassContextData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h:40:5: style: Class 'JSCallbackObject < JSObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h:40:5: style: Class 'JSCallbackObject < JSGlobalObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:463:20: style: The scope of the variable 'dValue' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:256:44: style: Local variable 'deleteProperty' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h:68:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:256:44: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:344:41: style: Local variable 'hasInstance' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h:71:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:344:41: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:214:35: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:236:38: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:272:35: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:280:38: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:418:35: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:429:38: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObjectFunctions.h:528:35: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.cpp:185:103: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackObject.h:40:5: style: Class 'JSCallbackObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.cpp:236:27: style: Local variable 'prototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.h:91:20: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSClassRef.cpp:236:27: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LockForReal [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp:89:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp:112:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp:123:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp:140:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSContextRef.cpp:155:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:95:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:125:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:111:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:370:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallTypeNone [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:390:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallTypeNone [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:407:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConstructTypeNone [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:419:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConstructTypeNone [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:159:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:475:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:984:15: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:987:20: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1005:21: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1207:22: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1212:22: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1027:31: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1026:11: note: error is assigned qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1027:31: note: error is overwritten qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1035:27: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1034:11: note: error is assigned qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1035:27: note: error is overwritten qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1047:27: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1046:11: note: error is assigned qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1047:27: note: error is overwritten qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1085:40: style:inconclusive: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:133:40: note: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1085:40: note: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1411:37: style:inconclusive: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.h:283:37: note: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1411:37: note: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:442:25: style: Variable 'attributes' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:436:5: style: Struct 'OpaqueJSPropertyNameArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:43:5: style: Class 'JSRetainPtr < JSStringRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:51:27: style: Class 'JSRetainPtr < JSStringRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:147:86: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:152:61: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:162:86: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSRetainPtr.h:167:61: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:79:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:94:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:104:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:118:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:140:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:165:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:185:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:205:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:225:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:234:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:245:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:255:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:271:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:294:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:311:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:327:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:376:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:413:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:451:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:476:31: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSObjectRef.cpp:494:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRef.cpp:49:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable conversionOK [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRef.cpp:93:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable targetExhausted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRef.cpp:102:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRefCF.cpp:47:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h:69:30: warning: Possible null pointer dereference: characters [nullPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSStringRefCF.cpp:50:39: note: Calling function 'create', 1st argument '0' value is 0 qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h:45:44: note: Calling function 'OpaqueJSString', 1st argument 'characters' value is 0 qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.h:69:30: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.cpp:44:9: style: Condition 'this' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/OpaqueJSString.cpp:51:9: style: Condition '!this' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:176:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:246:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NaN [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1166:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1309:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable structure [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1475:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1496:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instructionOffset [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1526:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instructionOffset [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1560:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bytecodeOffset [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1629:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bytecodeOffset [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:92:9: warning: Member variable 'PolymorphicAccessStructureList::list' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:97:9: warning: Member variable 'PolymorphicAccessStructureList::list' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:102:9: warning: Member variable 'PolymorphicAccessStructureList::list' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:126:9: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:136:9: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:144:9: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:145:9: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:146:9: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/Instruction.h:147:9: style: Struct 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:577:10: style: The destructor '~GlobalCodeBlock' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:266:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:577:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:631:10: style: The destructor '~FunctionCodeBlock' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:266:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:631:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1273:155: style:inconclusive: Function 'CodeBlock' argument 5 names different: declaration 'symbolTable' definition 'symTab'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:264:128: note: Function 'CodeBlock' argument 5 names different: declaration 'symbolTable' definition 'symTab'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1273:155: note: Function 'CodeBlock' argument 5 names different: declaration 'symbolTable' definition 'symTab'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1317:23: style: Local variable 'callLinkInfo' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.h:403:23: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/CodeBlock.cpp:1317:23: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:50:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:71:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:80:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:89:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:98:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:107:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:116:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:125:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:141:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:158:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:169:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:188:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:196:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:204:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:212:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:220:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:228:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:237:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:254:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:271:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:288:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/API/JSValueRef.cpp:297:27: style: Variable 'entryShim' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:108:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:217:14: performance:inconclusive: Technically the member function 'JSC::SamplingTool::dump' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:383:20: note: Technically the member function 'JSC::SamplingTool::dump' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:217:14: note: Technically the member function 'JSC::SamplingTool::dump' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:219:14: performance:inconclusive: Technically the member function 'JSC::SamplingTool::notifyOfScope' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:212:20: note: Technically the member function 'JSC::SamplingTool::notifyOfScope' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:219:14: note: Technically the member function 'JSC::SamplingTool::notifyOfScope' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:231:15: performance:inconclusive: Technically the member function 'JSC::SamplingTool::encodeSample' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:248:18: style:inconclusive: Technically the member function 'JSC::SamplingTool::Sample::isNull' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:251:18: style:inconclusive: Technically the member function 'JSC::SamplingTool::Sample::inHostFunction' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:252:18: style:inconclusive: Technically the member function 'JSC::SamplingTool::Sample::inCTIFunction' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:98:9: style: Struct 'ScriptSampleRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:195:9: style: Class 'SamplingTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:181:13: style: Class 'CallRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:188:13: style: Class 'HostCallRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:212:52: style:inconclusive: Function 'notifyOfScope' argument 1 names different: declaration 'scope' definition 'script'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:219:46: note: Function 'notifyOfScope' argument 1 names different: declaration 'scope' definition 'script'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:212:52: note: Function 'notifyOfScope' argument 1 names different: declaration 'scope' definition 'script'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:181:12: style: Local variable 'sample' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.h:221:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:181:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/SamplingTool.cpp:160:68: style: Parameter 'vPC' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/Label.h:55:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:178:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineNumber [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:197:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lineNumber [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:211:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MaxDivot [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:241:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_construct [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:250:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FunctionCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:283:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_to_jsnumber [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:290:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_typeof [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:291:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_in [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:318:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_end [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:339:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_throw [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:436:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionalCalleeArguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:464:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EvalCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:465:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FunctionCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:153:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FunctionCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:229:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_enter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:318:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionalCalleeArguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:396:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_enter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:436:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thisIdentifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:454:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:472:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:481:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EvalCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:493:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thisIdentifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:570:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_end [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:584:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable operand [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:593:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable operand [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:612:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_loop [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:619:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_less [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:706:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_jnless [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:787:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_jneq_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:798:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_jneq_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:821:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FirstConstantRegisterIndex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:837:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_mov [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:853:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_pre_inc [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:860:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_pre_dec [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:867:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_post_inc [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:875:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_post_dec [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:888:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_bitor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:897:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_typeof [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:971:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:979:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JSString [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:996:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1049:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_instanceof [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1064:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_resolve [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1116:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_get_global_var [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1133:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_put_global_var [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1154:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_resolve_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1171:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_resolve_with_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1212:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_method_check [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1223:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_get_by_id [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1242:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_put_by_id [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1255:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_put_getter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1264:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_put_setter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1273:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_del_by_id [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1285:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_get_by_pname [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1304:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_put_by_val [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1313:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_del_by_val [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1322:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_put_by_index [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1331:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_new_object [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1347:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_new_array [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1358:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_new_func [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1366:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_new_regexp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1378:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_new_func_exp [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1386:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_call [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1391:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FunctionCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1398:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_call_eval [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1403:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_call [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1474:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_load_varargs [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1486:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_profile_will_call [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1512:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_tear_off_activation [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1555:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_profile_will_call [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1600:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_strcat [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1610:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_to_primitive [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1624:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_push_scope [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1630:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isFinallyBlock [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1642:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_debug [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1661:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isFinallyBlock [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1762:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_jmp_scopes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1802:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_jmp_scopes [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1812:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_get_pnames [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1825:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_next_pname [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1844:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_catch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1851:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_new_error [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1862:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_jsr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1871:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_sret [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1884:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_push_new_scope [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1895:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_switch_imm [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1983:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SwitchImmediate [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:122:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:131:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:140:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:149:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SyntaxError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:168:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:173:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:191:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_element [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:218:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_elision [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:229:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_elision [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:247:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_list [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:292:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_subscript [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:301:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:310:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:318:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:329:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eval [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:337:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:346:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:372:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:386:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:397:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:436:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_args [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:500:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpPlusPlus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:507:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpPlusPlus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:512:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:558:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:582:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:605:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpPlusPlus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:614:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:626:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:637:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:647:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:658:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:669:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:687:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:698:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:732:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:751:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_base [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:769:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpPlusPlus [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:778:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:834:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:918:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_add [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:938:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:950:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:957:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:964:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:972:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr2 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:989:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1004:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_operator [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1038:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_logical [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1064:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_mul [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1115:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1153:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1186:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_right [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1199:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1210:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReferenceError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1220:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_right [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1250:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expressions [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1258:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1292:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_next [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1301:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1308:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1320:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1345:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1354:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1369:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_condition [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1394:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_condition [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1425:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statement [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1456:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statement [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1484:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1524:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ReferenceError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1601:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1619:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ident [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1635:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FunctionCode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1662:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1674:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1732:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_list1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1765:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SwitchNone [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1828:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1841:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_name [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1859:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_expr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1879:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_finallyBlock [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1943:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_statements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/RegisterID.h:40:9: warning: Member variable 'RegisterID::m_index' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:993:92: style:inconclusive: Function 'findScopedProperty' argument 3 names different: declaration 'depth' definition 'stackDepth'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:109:72: note: Function 'findScopedProperty' argument 3 names different: declaration 'depth' definition 'stackDepth'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:993:92: note: Function 'findScopedProperty' argument 3 names different: declaration 'depth' definition 'stackDepth'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1113:73: style:inconclusive: Function 'emitGetScopedVar' argument 2 names different: declaration 'skip' definition 'depth'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:294:62: note: Function 'emitGetScopedVar' argument 2 names different: declaration 'skip' definition 'depth'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1113:73: note: Function 'emitGetScopedVar' argument 2 names different: declaration 'skip' definition 'depth'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1130:56: style:inconclusive: Function 'emitPutScopedVar' argument 1 names different: declaration 'skip' definition 'depth'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:295:45: note: Function 'emitPutScopedVar' argument 1 names different: declaration 'skip' definition 'depth'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1130:56: note: Function 'emitPutScopedVar' argument 1 names different: declaration 'skip' definition 'depth'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1354:83: style:inconclusive: Function 'emitNewFunction' argument 2 names different: declaration 'body' definition 'function'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:277:72: note: Function 'emitNewFunction' argument 2 names different: declaration 'body' definition 'function'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1354:83: note: Function 'emitNewFunction' argument 2 names different: declaration 'body' definition 'function'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1373:70: style:inconclusive: Function 'emitNewFunctionExpression' argument 1 names different: declaration 'dst' definition 'r0'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:278:59: note: Function 'emitNewFunctionExpression' argument 1 names different: declaration 'dst' definition 'r0'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1373:70: note: Function 'emitNewFunctionExpression' argument 1 names different: declaration 'dst' definition 'r0'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1373:88: style:inconclusive: Function 'emitNewFunctionExpression' argument 2 names different: declaration 'func' definition 'n'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:278:78: note: Function 'emitNewFunctionExpression' argument 2 names different: declaration 'func' definition 'n'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1373:88: note: Function 'emitNewFunctionExpression' argument 2 names different: declaration 'func' definition 'n'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1471:85: style:inconclusive: Function 'emitLoadVarargs' argument 2 names different: declaration 'args' definition 'arguments'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:315:74: note: Function 'emitLoadVarargs' argument 2 names different: declaration 'args' definition 'arguments'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1471:85: note: Function 'emitLoadVarargs' argument 2 names different: declaration 'args' definition 'arguments'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1480:121: style:inconclusive: Function 'emitCallVarargs' argument 4 names different: declaration 'argCount' definition 'argCountRegister'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:314:110: note: Function 'emitCallVarargs' argument 4 names different: declaration 'argCount' definition 'argCountRegister'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1480:121: note: Function 'emitCallVarargs' argument 4 names different: declaration 'argCount' definition 'argCountRegister'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1648:71: style:inconclusive: Function 'pushFinallyContext' argument 2 names different: declaration 'returnAddrDst' definition 'retAddrDst'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:351:60: note: Function 'pushFinallyContext' argument 2 names different: declaration 'returnAddrDst' definition 'retAddrDst'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1648:71: note: Function 'pushFinallyContext' argument 2 names different: declaration 'returnAddrDst' definition 'retAddrDst'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1979:146: style:inconclusive: Function 'endSwitch' argument 6 names different: declaration 'range' definition 'max'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:369:122: note: Function 'endSwitch' argument 6 names different: declaration 'range' definition 'max'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1979:146: note: Function 'endSwitch' argument 6 names different: declaration 'range' definition 'max'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1550:25: style: Local variable 'base' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1531:24: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1550:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1564:21: style: Local variable 'base' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1531:24: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1564:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1573:28: style: Local variable 'base' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1531:24: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1573:28: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/debugger/Debugger.cpp:73:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable info [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerActivation.h:54:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ObjectType [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerActivation.h:37:9: style: Class 'DebuggerActivation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/debugger/DebuggerCallFrame.h:40:9: style: Class 'DebuggerCallFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:82:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exception [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:83:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exception [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:84:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exception [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:85:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exception [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:86:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exception [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:88:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable propertyNames [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:89:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyList [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:90:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interpreter [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:91:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable heap [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:95:99: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arrayTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:96:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dateTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:97:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable jsonTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:98:98: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mathTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:99:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numberTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:100:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable regExpTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:101:111: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable regExpConstructorTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:102:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stringTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.h:151:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_call [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:41:20: warning: The class 'ExecState' defines member function with name 'codeBlock' also defined in its parent class 'Register'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Register.h:186:40: note: Parent function 'Register::codeBlock' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:41:20: note: Derived function 'ExecState::codeBlock' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:42:25: warning: The class 'ExecState' defines member function with name 'scopeChain' also defined in its parent class 'Register'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Register.h:201:45: note: Parent function 'Register::scopeChain' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:42:25: note: Derived function 'ExecState::scopeChain' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Register.h:54:9: style: Class 'Register' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/RegisterFile.h:124:9: style: Class 'RegisterFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:75:15: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] parser/Grammar.y:138:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IsConstant [valueFlowBailoutIncompleteVar] generated/Grammar.tab.c:2970:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_line [valueFlowBailoutIncompleteVar] parser/Grammar.y:1845:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OpEqual [valueFlowBailoutIncompleteVar] parser/Grammar.y:1927:151: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EvalFeature [valueFlowBailoutIncompleteVar] parser/Grammar.y:1979:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Getter [valueFlowBailoutIncompleteVar] parser/Grammar.y:104:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllFeatures [valueFlowBailoutIncompleteVar] parser/Grammar.y:97:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllFeatures [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/os-win32/WinMain.cpp:31:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CP_UTF8 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/os-win32/WinMain.cpp:47:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_PATH [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:184:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:196:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SilenceAssertionsOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:214:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GeneralError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:232:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GeneralError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:248:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GeneralError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:283:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:298:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dynamicGlobalObject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:360:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SilenceAssertionsOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:382:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isFile [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:434:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:457:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:523:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SilenceAssertionsOnly [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:540:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:116:1: style: The class 'StopWatch' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:120:10: style:inconclusive: Technically the member function 'StopWatch::getElapsedMS' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:137:17: note: Technically the member function 'StopWatch::getElapsedMS' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:120:10: note: Technically the member function 'StopWatch::getElapsedMS' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/jsc.cpp:144:5: style: Class 'GlobalObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:62:5: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeInfo.h:28:27: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeInfo.h:44:27: debug: SymbolDatabase couldn't resolve all user defined types. [debug] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ParserArena.h:112:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllocAlignmentInteger [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:73:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scopeIsFunction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:207:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTINUE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:212:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Letter_Uppercase [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:222:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Letter_Uppercase [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:306:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable URSHIFTEQUAL [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:243:37: warning: Member variable 'FunctionCallResolveNode::m_index' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:243:37: warning: Member variable 'FunctionCallResolveNode::m_scopeDepth' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:584:35: warning: Member variable 'ReadModifyResolveNode::m_index' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:594:31: warning: Member variable 'AssignResolveNode::m_index' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:46:5: style: The class 'Parser' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:51:14: style:inconclusive: Technically the member function 'JSC::ResultType::isReusable' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:56:14: style:inconclusive: Technically the member function 'JSC::ResultType::isInt32' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:61:14: style:inconclusive: Technically the member function 'JSC::ResultType::definitelyIsNumber' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:66:14: style:inconclusive: Technically the member function 'JSC::ResultType::definitelyIsString' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:71:14: style:inconclusive: Technically the member function 'JSC::ResultType::mightBeNumber' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:158:20: style:inconclusive: Technically the member function 'JSC::OperandTypes::first' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:163:20: style:inconclusive: Technically the member function 'JSC::OperandTypes::second' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:168:13: style:inconclusive: Technically the member function 'JSC::OperandTypes::toInt' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:228:27: style:inconclusive: Technically the member function 'JSC::StringNode::value' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1101:27: style:inconclusive: Technically the member function 'JSC::ConstDeclNode::ident' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:883:11: warning: Class 'ForInNode' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:883:11: warning: Class 'ForInNode' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:883:11: warning: Class 'ForInNode' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ResultType.h:141:9: style: Struct 'OperandTypes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceCode.h:47:9: style: Class 'SourceCode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:114:9: style: Class 'ParserArenaRefCounted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:140:9: style: Class 'ExpressionNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:169:9: style: Class 'StatementNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:188:9: style: Class 'NullNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:349:9: style: Class 'ThisNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:435:9: style: Class 'ObjectLiteralNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:493:9: style: Class 'ArgumentsNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1128:9: style: Class 'SourceElements' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1143:9: style: Class 'BlockNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1157:9: style: Class 'EmptyStatementNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1167:9: style: Class 'DebuggerStatementNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1272:9: style: Class 'ContinueNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1283:9: style: Class 'BreakNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1383:9: style: Class 'ScopeNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1463:9: style: Class 'FunctionParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1484:9: style: Class 'FunctionBodyNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:69:17: style: The function 'getRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:48:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:69:17: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:70:22: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:49:30: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:70:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:71:13: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:50:21: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/SourceProvider.h:71:13: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:191:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:191:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:193:22: style: The function 'isNull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:145:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:193:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:201:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:201:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:203:22: style: The function 'isPure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:146:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:203:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:216:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:216:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:218:22: style: The function 'isNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:143:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:218:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:219:22: style: The function 'isPure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:146:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:219:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:231:22: style: The function 'isPure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:146:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:231:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:233:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:233:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:235:22: style: The function 'isString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:144:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:235:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:341:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:341:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:352:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:352:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:362:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:362:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:364:22: style: The function 'isPure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:146:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:364:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:365:22: style: The function 'isLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:147:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:365:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:366:22: style: The function 'isResolveNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:148:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:366:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:396:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:396:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:398:22: style: The function 'isSimpleArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:153:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:398:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:426:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:426:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:439:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:439:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:452:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:452:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:454:22: style: The function 'isLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:147:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:454:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:455:22: style: The function 'isBracketAccessorNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:149:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:455:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:470:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:470:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:472:22: style: The function 'isLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:147:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:472:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:473:22: style: The function 'isDotAccessorNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:150:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:473:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:488:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:488:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:505:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:505:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:516:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:516:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:526:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:526:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:537:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:537:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:550:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:550:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:562:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:562:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:575:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:562:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:575:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:583:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:562:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:583:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:599:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:599:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:609:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:609:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:621:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:621:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:633:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:633:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:644:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:644:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:654:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:654:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:665:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:665:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:676:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:676:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:686:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:686:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:698:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:698:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:708:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:708:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:718:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:718:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:728:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:728:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:740:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:740:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:752:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:752:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:767:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:767:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:780:33: style: The function 'stripUnaryPlus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:159:33: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:780:33: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:797:14: style: The function 'emitBytecodeInConditionContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:157:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:797:14: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:798:22: style: The function 'hasConditionContextCodegen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:155:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:798:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:809:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:809:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:828:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:809:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:828:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:850:22: style: The function 'isAdd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:154:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:850:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:899:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:809:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:899:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:907:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:899:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:907:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:920:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:809:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:920:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:933:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:809:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:933:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:962:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:962:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:963:14: style: The function 'emitBytecodeInConditionContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:157:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:963:14: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:964:22: style: The function 'hasConditionContextCodegen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:155:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:964:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:977:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:977:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:989:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:989:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1003:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1003:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1016:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1016:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1031:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1031:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1045:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1045:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1058:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1058:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1072:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1072:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1090:22: style: The function 'isCommaNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:152:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1090:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1091:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1091:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1104:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1104:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1121:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1121:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1148:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1148:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1150:22: style: The function 'isBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:180:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1150:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1160:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1160:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1162:22: style: The function 'isEmptyStatement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:176:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1162:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1170:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1170:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1180:22: style: The function 'isExprStatement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:178:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1180:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1182:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1182:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1192:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1192:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1202:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1202:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1213:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1202:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1213:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1223:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1223:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1234:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1234:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1245:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1245:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1260:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1260:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1276:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1276:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1287:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1287:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1297:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1297:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1299:22: style: The function 'isReturnNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:177:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1299:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1309:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1309:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1322:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1322:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1333:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1333:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1343:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1343:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1443:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1443:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1455:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1455:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1474:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1474:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1498:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1498:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1500:22: style: The function 'isFuncExprNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:151:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1500:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1512:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1512:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1561:29: style: The function 'emitBytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:130:29: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:1561:29: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:119:41: style:inconclusive: Function 'isWhiteSpace' argument 1 names different: declaration 'character' definition 'ch'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:40:38: note: Function 'isWhiteSpace' argument 1 names different: declaration 'character' definition 'ch'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:119:41: note: Function 'isWhiteSpace' argument 1 names different: declaration 'character' definition 'ch'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:124:45: style:inconclusive: Function 'isLineTerminator' argument 1 names different: declaration 'character' definition 'ch'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:41:42: note: Function 'isLineTerminator' argument 1 names different: declaration 'character' definition 'ch'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:124:45: note: Function 'isLineTerminator' argument 1 names different: declaration 'character' definition 'ch'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:133:94: style:inconclusive: Function 'PropertyNode' argument 3 names different: declaration 'value' definition 'assign'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:409:77: note: Function 'PropertyNode' argument 3 names different: declaration 'value' definition 'assign'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:133:94: note: Function 'PropertyNode' argument 3 names different: declaration 'value' definition 'assign'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:140:94: style:inconclusive: Function 'PropertyNode' argument 3 names different: declaration 'value' definition 'assign'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Nodes.h:410:66: note: Function 'PropertyNode' argument 3 names different: declaration 'value' definition 'assign'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:140:94: note: Function 'PropertyNode' argument 3 names different: declaration 'value' definition 'assign'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:64:9: style: Class 'Lexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:270:22: style:inconclusive: Function 'lex' argument 1 names different: declaration 'lvalp' definition 'p1'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:50:23: note: Function 'lex' argument 1 names different: declaration 'lvalp' definition 'p1'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:270:22: note: Function 'lex' argument 1 names different: declaration 'lvalp' definition 'p1'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:270:32: style:inconclusive: Function 'lex' argument 2 names different: declaration 'llocp' definition 'p2'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:50:36: note: Function 'lex' argument 2 names different: declaration 'llocp' definition 'p2'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:270:32: note: Function 'lex' argument 2 names different: declaration 'llocp' definition 'p2'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:894:9: style: Local variable 'lineNumber' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.h:51:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/Lexer.cpp:894:9: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/parser/ParserArena.cpp:71:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:350:17: style:inconclusive: Technically the member function 'MatchStack::canUseStackBufferForNextFrame' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:78:5: style: Class 'HistogramTimeLogger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:2070:44: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1955:47: style:inconclusive: Function 'jsRegExpExecute' argument 3 names different: declaration 'subjectLength' definition 'length'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre.h:63:31: note: Function 'jsRegExpExecute' argument 3 names different: declaration 'subjectLength' definition 'length'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1955:47: note: Function 'jsRegExpExecute' argument 3 names different: declaration 'subjectLength' definition 'length'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1955:59: style:inconclusive: Function 'jsRegExpExecute' argument 4 names different: declaration 'startOffset' definition 'start_offset'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre.h:63:50: note: Function 'jsRegExpExecute' argument 4 names different: declaration 'startOffset' definition 'start_offset'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1955:59: note: Function 'jsRegExpExecute' argument 4 names different: declaration 'startOffset' definition 'start_offset'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1955:78: style:inconclusive: Function 'jsRegExpExecute' argument 5 names different: declaration 'offsetsVector' definition 'offsets'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre.h:64:10: note: Function 'jsRegExpExecute' argument 5 names different: declaration 'offsetsVector' definition 'offsets'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1955:78: note: Function 'jsRegExpExecute' argument 5 names different: declaration 'offsetsVector' definition 'offsets'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1956:25: style:inconclusive: Function 'jsRegExpExecute' argument 6 names different: declaration 'offsetsVectorLength' definition 'offsetCount'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre.h:64:29: note: Function 'jsRegExpExecute' argument 6 names different: declaration 'offsetsVectorLength' definition 'offsetCount'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:1956:25: note: Function 'jsRegExpExecute' argument 6 names different: declaration 'offsetsVectorLength' definition 'offsetCount'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:2011:14: style: Variable 'iend' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_exec.cpp:2053:18: style: Variable 'iend' can be declared as pointer to const [constVariablePointer] generated/Grammar.tab.c:2643:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] generated/Grammar.tab.c:5274:3: portability: Undefined behaviour, pointer arithmetic 'yyerror_range-1' is out of bounds. [pointerOutOfBounds] generated/Grammar.tab.c:2919:15: style: Condition 'yyn==0' is always true [knownConditionTrueFalse] generated/Grammar.tab.c:2916:16: note: Assignment 'yyn=yytable[yyn]', assigned value is greater than -1 generated/Grammar.tab.c:2917:11: note: Assuming that condition 'yyn<=0' is not redundant generated/Grammar.tab.c:2919:15: note: Condition 'yyn==0' is always true generated/Grammar.tab.c:2847:5: style: C-style pointer casting [cstyleCast] parser/Grammar.y:314:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:321:118: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:336:83: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:353:83: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:362:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:369:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:376:147: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:383:269: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:391:371: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:394:155: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:404:101: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:406:88: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:407:92: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:415:137: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:416:133: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:417:141: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:452:119: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:487:124: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:489:87: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:490:91: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:498:204: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:499:131: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:500:139: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:528:75: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:536:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:545:132: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:546:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:555:123: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:556:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:557:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:566:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:575:132: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:576:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:585:123: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:586:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:587:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:595:81: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:596:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:597:117: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:605:81: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:606:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:607:117: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:615:112: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:622:112: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:630:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:639:132: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:640:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:648:112: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:655:112: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:663:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:672:132: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:673:146: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:696:101: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:698:88: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:699:92: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:707:182: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:708:133: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:709:141: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:716:223: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:723:225: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:730:223: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:737:225: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:744:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:751:115: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:758:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:765:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:772:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:779:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:786:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:793:120: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:800:103: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:807:107: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:814:121: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:821:143: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:828:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:835:156: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:842:143: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:849:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:856:156: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:863:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:870:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:877:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:884:142: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:891:148: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:898:149: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:905:171: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:912:148: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:919:149: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:926:171: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:933:157: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:940:160: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:947:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:954:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:961:129: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:962:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:963:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:970:113: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:971:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:972:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:979:157: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:986:160: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:993:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1000:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1007:129: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1008:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1009:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1016:157: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1023:160: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1030:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1037:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1044:129: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1045:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1046:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1053:113: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1054:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1055:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1062:158: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1069:161: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1076:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1083:167: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1090:158: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1097:161: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1104:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1111:167: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1118:158: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1125:161: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1132:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1139:167: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1146:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1153:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1160:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1167:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1174:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1181:159: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1188:158: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1195:158: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1202:158: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1209:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1216:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1223:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1230:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1237:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1244:162: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1251:206: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1258:206: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1265:206: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1272:168: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1273:183: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1281:168: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1282:183: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1290:168: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1291:183: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1383:148: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1390:148: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1397:148: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1405:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1413:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1421:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1439:134: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1441:89: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1450:120: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1451:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1456:183: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1457:91: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1467:134: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1469:134: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1478:120: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1479:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1484:227: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1485:139: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1495:134: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1497:89: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1506:120: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1507:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1512:183: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1513:91: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1523:134: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1525:134: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1534:120: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1535:114: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1540:227: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1541:139: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1550:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1565:54: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1568:135: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1570:89: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1571:93: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1580:109: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1581:90: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1583:135: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1585:135: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1586:143: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1593:119: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1600:145: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1607:43: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1614:43: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1629:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1644:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1652:209: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1653:175: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1654:176: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1655:194: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1656:202: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1680:167: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1688:249: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1689:242: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1690:254: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1699:250: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1700:175: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1701:176: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1702:243: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1703:255: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1712:199: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1714:128: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1715:197: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1716:205: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1725:150: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1727:94: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1728:127: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1736:189: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1738:94: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1739:127: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1740:291: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1741:203: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1766:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1786:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1805:210: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1823:210: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1841:210: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1859:300: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1875:166: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1876:101: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1884:168: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1885:148: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1918:97: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1920:93: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1921:94: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1922:86: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1923:90: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1931:176: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1932:164: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1933:166: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1934:129: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1935:137: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1950:174: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1964:135: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1971:104: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1973:126: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2000:218: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2001:175: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2002:176: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2003:147: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2004:151: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2012:192: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2013:175: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2014:176: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2015:147: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2016:151: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2024:298: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2025:250: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2026:252: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2027:193: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2028:201: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2037:125: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2052:252: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2060:256: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2063:100: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2072:241: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2080:245: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2083:100: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2091:224: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2099:228: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2102:100: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2110:100: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2111:91: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2120:138: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2121:182: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2142:121: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2149:56: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2150:92: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2158:92: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2159:97: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2160:98: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2161:90: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2162:94: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2170:56: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2171:172: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2172:174: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2173:137: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:2174:145: style: Same expression on both sides of '-'. [duplicateExpression] parser/Grammar.y:1838:81: style:inconclusive: Function 'makeAssignNode' argument 2 names different: declaration 'left' definition 'loc'. [funcArgNamesDifferent] parser/Grammar.y:62:70: note: Function 'makeAssignNode' argument 2 names different: declaration 'left' definition 'loc'. parser/Grammar.y:1838:81: note: Function 'makeAssignNode' argument 2 names different: declaration 'left' definition 'loc'. parser/Grammar.y:1838:115: style:inconclusive: Function 'makeAssignNode' argument 4 names different: declaration 'right' definition 'expr'. [funcArgNamesDifferent] parser/Grammar.y:62:102: note: Function 'makeAssignNode' argument 4 names different: declaration 'right' definition 'expr'. parser/Grammar.y:1838:115: note: Function 'makeAssignNode' argument 4 names different: declaration 'right' definition 'expr'. parser/Grammar.y:1838:126: style:inconclusive: Function 'makeAssignNode' argument 5 names different: declaration 'leftHasAssignments' definition 'locHasAssignments'. [funcArgNamesDifferent] parser/Grammar.y:62:114: note: Function 'makeAssignNode' argument 5 names different: declaration 'leftHasAssignments' definition 'locHasAssignments'. parser/Grammar.y:1838:126: note: Function 'makeAssignNode' argument 5 names different: declaration 'leftHasAssignments' definition 'locHasAssignments'. parser/Grammar.y:1838:150: style:inconclusive: Function 'makeAssignNode' argument 6 names different: declaration 'rightHasAssignments' definition 'exprHasAssignments'. [funcArgNamesDifferent] parser/Grammar.y:62:139: note: Function 'makeAssignNode' argument 6 names different: declaration 'rightHasAssignments' definition 'exprHasAssignments'. parser/Grammar.y:1838:150: note: Function 'makeAssignNode' argument 6 names different: declaration 'rightHasAssignments' definition 'exprHasAssignments'. parser/Grammar.y:1917:93: style:inconclusive: Function 'makeFunctionCallNode' argument 2 names different: declaration 'function' definition 'func'. [funcArgNamesDifferent] parser/Grammar.y:66:82: note: Function 'makeFunctionCallNode' argument 2 names different: declaration 'function' definition 'func'. parser/Grammar.y:1917:93: note: Function 'makeFunctionCallNode' argument 2 names different: declaration 'function' definition 'func'. parser/Grammar.y:2010:79: style:inconclusive: Function 'makeMultNode' argument 2 names different: declaration 'left' definition 'expr1'. [funcArgNamesDifferent] parser/Grammar.y:72:68: note: Function 'makeMultNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2010:79: note: Function 'makeMultNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2010:102: style:inconclusive: Function 'makeMultNode' argument 3 names different: declaration 'right' definition 'expr2'. [funcArgNamesDifferent] parser/Grammar.y:72:90: note: Function 'makeMultNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2010:102: note: Function 'makeMultNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2027:78: style:inconclusive: Function 'makeDivNode' argument 2 names different: declaration 'left' definition 'expr1'. [funcArgNamesDifferent] parser/Grammar.y:73:67: note: Function 'makeDivNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2027:78: note: Function 'makeDivNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2027:101: style:inconclusive: Function 'makeDivNode' argument 3 names different: declaration 'right' definition 'expr2'. [funcArgNamesDifferent] parser/Grammar.y:73:89: note: Function 'makeDivNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2027:101: note: Function 'makeDivNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2037:78: style:inconclusive: Function 'makeAddNode' argument 2 names different: declaration 'left' definition 'expr1'. [funcArgNamesDifferent] parser/Grammar.y:74:67: note: Function 'makeAddNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2037:78: note: Function 'makeAddNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2037:101: style:inconclusive: Function 'makeAddNode' argument 3 names different: declaration 'right' definition 'expr2'. [funcArgNamesDifferent] parser/Grammar.y:74:89: note: Function 'makeAddNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2037:101: note: Function 'makeAddNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2044:78: style:inconclusive: Function 'makeSubNode' argument 2 names different: declaration 'left' definition 'expr1'. [funcArgNamesDifferent] parser/Grammar.y:75:67: note: Function 'makeSubNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2044:78: note: Function 'makeSubNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2044:101: style:inconclusive: Function 'makeSubNode' argument 3 names different: declaration 'right' definition 'expr2'. [funcArgNamesDifferent] parser/Grammar.y:75:89: note: Function 'makeSubNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2044:101: note: Function 'makeSubNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2054:84: style:inconclusive: Function 'makeLeftShiftNode' argument 2 names different: declaration 'left' definition 'expr1'. [funcArgNamesDifferent] parser/Grammar.y:76:73: note: Function 'makeLeftShiftNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2054:84: note: Function 'makeLeftShiftNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2054:107: style:inconclusive: Function 'makeLeftShiftNode' argument 3 names different: declaration 'right' definition 'expr2'. [funcArgNamesDifferent] parser/Grammar.y:76:95: note: Function 'makeLeftShiftNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2054:107: note: Function 'makeLeftShiftNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2061:85: style:inconclusive: Function 'makeRightShiftNode' argument 2 names different: declaration 'left' definition 'expr1'. [funcArgNamesDifferent] parser/Grammar.y:77:74: note: Function 'makeRightShiftNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2061:85: note: Function 'makeRightShiftNode' argument 2 names different: declaration 'left' definition 'expr1'. parser/Grammar.y:2061:108: style:inconclusive: Function 'makeRightShiftNode' argument 3 names different: declaration 'right' definition 'expr2'. [funcArgNamesDifferent] parser/Grammar.y:77:96: note: Function 'makeRightShiftNode' argument 3 names different: declaration 'right' definition 'expr2'. parser/Grammar.y:2061:108: note: Function 'makeRightShiftNode' argument 3 names different: declaration 'right' definition 'expr2'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profile.cpp:45:5: performance: Variable 'm_head' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:52:5: performance: Variable 'm_profile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:145:9: warning: Possible null pointer dereference: currentNode [nullPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:141:32: note: Assignment 'currentNode=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:142:44: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:145:9: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:160:9: warning: Possible null pointer dereference: currentNode [nullPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:156:32: note: Assignment 'currentNode=0', assigned value is 0 qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:157:44: note: Assuming condition is false qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:160:9: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.cpp:295:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.cpp:182:25: style: Local variable 'firstChild' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.h:98:22: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.cpp:182:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileNode.cpp:195:18: style: Variable 'nextParent' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:144:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable info [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:138:102: style:inconclusive: Function 'createCallIdentifier' argument 3 names different: declaration 'sourceURL' definition 'defaultSourceURL'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.h:55:93: note: Function 'createCallIdentifier' argument 3 names different: declaration 'sourceURL' definition 'defaultSourceURL'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:138:102: note: Function 'createCallIdentifier' argument 3 names different: declaration 'sourceURL' definition 'defaultSourceURL'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:138:124: style:inconclusive: Function 'createCallIdentifier' argument 4 names different: declaration 'lineNumber' definition 'defaultLineNumber'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.h:55:108: note: Function 'createCallIdentifier' argument 4 names different: declaration 'lineNumber' definition 'defaultLineNumber'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:138:124: note: Function 'createCallIdentifier' argument 4 names different: declaration 'lineNumber' definition 'defaultLineNumber'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:67:16: style: Variable 'globalExec' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:70:27: style: Variable 'profileGenerator' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/profiler/Profiler.cpp:82:16: style: Variable 'globalExec' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UStringImpl.h:82:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UStringImpl.h:96:91: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UStringImpl.h:140:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:240:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:374:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:394:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:417:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:443:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:472:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:504:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:539:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StringType1 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Protect.h:133:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h:232:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:368:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:398:72: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:112:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-hebrew.c:82:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-hebrew.c:145:76: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:896:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1049:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1050:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1105:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:191:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:58:18: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:59:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:60:30: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:61:30: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:62:30: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:74:29: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:186:75: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:219:16: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:235:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:244:38: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:393:16: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:403:27: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:414:29: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:428:37: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:237:37: style:inconclusive: Boolean expression 'd1[0]==d2[0]' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:118:47: debug: Function::addArguments found argument 'func' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:143:13: warning:inconclusive: Member variable 'Range::position' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:143:13: warning:inconclusive: Member variable 'Range::length' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumericStrings.h:34:5: style: The class 'NumericStrings' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:144:18: style:inconclusive: Technically the member function 'JSC::JSValue::getCallData' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:202:30: note: Technically the member function 'JSC::JSValue::getCallData' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:144:18: note: Technically the member function 'JSC::JSValue::getCallData' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:145:23: style:inconclusive: Technically the member function 'JSC::JSValue::getConstructData' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:207:35: note: Technically the member function 'JSC::JSValue::getConstructData' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:145:23: note: Technically the member function 'JSC::JSValue::getConstructData' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:152:14: style:inconclusive: Technically the member function 'JSC::JSValue::getPrimitiveNumber' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:240:26: note: Technically the member function 'JSC::JSValue::getPrimitiveNumber' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:152:14: note: Technically the member function 'JSC::JSValue::getPrimitiveNumber' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.h:230:16: style:inconclusive: Technically the member function 'JSC::CollectorBitmap::isEmpty' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:314:18: style:inconclusive: Technically the member function 'JSC::StringTypeAdapter < char * >::length' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:316:14: style:inconclusive: Technically the member function 'JSC::StringTypeAdapter < char * >::writeTo' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:336:18: style:inconclusive: Technically the member function 'JSC::StringTypeAdapter < const char * >::length' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:338:14: style:inconclusive: Technically the member function 'JSC::StringTypeAdapter < const char * >::writeTo' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:358:18: style:inconclusive: Technically the member function 'JSC::StringTypeAdapter < UString >::length' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:360:14: style:inconclusive: Technically the member function 'JSC::StringTypeAdapter < UString >::writeTo' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/TimeoutChecker.h:46:18: style:inconclusive: Technically the member function 'JSC::TimeoutChecker::ticksUntilNextCheck' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureTransitionTable.h:116:21: style:inconclusive: Technically the member function 'JSC::StructureTransitionTable::contains' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h:271:36: note: Technically the member function 'JSC::StructureTransitionTable::contains' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureTransitionTable.h:116:21: note: Technically the member function 'JSC::StructureTransitionTable::contains' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureTransitionTable.h:172:14: style:inconclusive: Technically the member function 'JSC::StructureTransitionTable::removeAnonymousSlotTransition' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.h:143:25: style:inconclusive: Technically the member function 'MarkStackArray < MarkSet >::isEmpty' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.h:148:27: style:inconclusive: Technically the member function 'MarkStackArray < MarkSet >::size' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.h:143:25: style:inconclusive: Technically the member function 'MarkStackArray < JSCell * >::isEmpty' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.h:148:27: style:inconclusive: Technically the member function 'MarkStackArray < JSCell * >::size' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:595:27: warning: The struct 'StrHash < RefPtr < UStringImpl > >' defines member variable with name 'safeToCompareToEmptyOrDeleted' also defined in its parent struct 'StrHash < UStringImpl * >'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:584:27: note: Parent variable 'StrHash < UStringImpl * >::safeToCompareToEmptyOrDeleted' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:595:27: note: Derived variable 'StrHash < RefPtr < UStringImpl > >::safeToCompareToEmptyOrDeleted' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h:207:9: style: Class 'ArgList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:86:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:87:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:88:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:89:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:90:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:91:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:211:9: style: Class 'JSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MarkStack.h:41:9: style: Class 'MarkStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:56:9: style: Class 'CString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:101:9: style: Class 'UString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:104:9: style: Class 'UString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:112:9: style: Class 'UString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:206:9: style: Class 'UString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:308:9: style: Class 'StringTypeAdapter < char * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:330:9: style: Class 'StringTypeAdapter < const char * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:352:9: style: Class 'StringTypeAdapter < UString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/WeakRandom.h:60:5: style: Class 'WeakRandom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Identifier.h:48:9: style: Class 'Identifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyNameArray.h:55:9: style: Class 'PropertyNameArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyNameArray.h:62:9: style: Class 'PropertyNameArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Protect.h:93:9: style: Class 'ProtectedJSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Protect.h:97:28: style: Class 'ProtectedJSValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSTypeInfo.h:50:9: style: Class 'TypeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Protect.h:69:9: style: Class 'ProtectedPtr < JSPropertyNameIterator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Protect.h:73:28: style: Class 'ProtectedPtr < JSPropertyNameIterator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:309:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:331:24: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:286:45: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.cpp:42:23: style: Local variable 'end' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h:138:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.cpp:42:23: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h:234:23: style: Variable 'rep' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h:306:24: style: Variable 'transition' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureTransitionTable.h:134:94: style: Parameter 'specificValue' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:386:15: style: The scope of the variable 'numbreaks' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:386:32: style: The scope of the variable 'cell_length' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertySlot.h:74:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertySlot.h:185:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:144:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:150:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:157:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:362:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable underscoreProto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:440:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:610:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable underscoreProto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:120:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable func [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:299:154: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NeedsThisConversion [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:494:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:193:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:413:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dynamicGlobalObject [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:73:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:133:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallFrameHeaderSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:185:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable info [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:220:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallFrameHeaderSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:234:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_numParameters [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:67:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:102:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:169:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:194:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:214:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable callee [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:245:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:291:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PutPropertySlot.h:41:9: warning: Member variable 'PutPropertySlot::m_offset' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:303:9: warning: Member variable 'JSString::m_stringLength' is not initialized in the constructor. [uninitMemberVarPrivate] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:70:13: warning: Member variable 'JSGlobalObjectData::next' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:70:13: warning: Member variable 'JSGlobalObjectData::prev' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:70:13: warning: Member variable 'JSGlobalObjectData::debugger' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:70:13: warning: Member variable 'JSGlobalObjectData::recursion' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:70:13: warning: Member variable 'JSGlobalObjectData::profileGroup' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayConstructor.cpp:44:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:185:14: style:inconclusive: Technically the member function 'JSC::JSValue::put' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:652:22: note: Technically the member function 'JSC::JSValue::put' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:185:14: note: Technically the member function 'JSC::JSValue::put' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:186:14: style:inconclusive: Technically the member function 'JSC::JSValue::put' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:661:22: note: Technically the member function 'JSC::JSValue::put' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:186:14: note: Technically the member function 'JSC::JSValue::put' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/SymbolTable.h:107:14: performance:inconclusive: Technically the member function 'JSC::SymbolTableEntry::isValidIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyDescriptor.h:69:14: style:inconclusive: Technically the member function 'JSC::PropertyDescriptor::operator==' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:112:22: style:inconclusive: Technically the member function 'JSC::JSString::Rope::Fiber::isRope' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:238:14: warning: The class 'JSObject' defines member function with name 'getObject' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:74:19: note: Parent function 'JSCell::getObject' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:238:14: note: Derived function 'JSObject::getObject' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:239:14: warning: The class 'JSObject' defines member function with name 'getString' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:73:17: note: Parent function 'JSCell::getString' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:239:14: note: Derived function 'JSObject::getString' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:240:14: warning: The class 'JSObject' defines member function with name 'isObject' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:141:25: note: Parent function 'JSCell::isObject' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:240:14: note: Derived function 'JSObject::isObject' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:241:14: warning: The class 'JSObject' defines member function with name 'isString' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:146:25: note: Parent function 'JSCell::isString' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:241:14: note: Derived function 'JSObject::isString' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:280:31: warning: The class 'JSGlobalObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSVariableObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:65:31: note: Parent variable 'JSVariableObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:280:31: note: Derived variable 'JSGlobalObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:280:31: warning: The class 'JSGlobalObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:280:31: note: Derived variable 'JSGlobalObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:272:38: warning: The class 'JSGlobalObject' defines member function with name 'createStructure' also defined in its parent class 'JSVariableObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:59:38: note: Parent function 'JSVariableObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:272:38: note: Derived function 'JSGlobalObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:272:38: warning: The class 'JSGlobalObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:272:38: note: Derived function 'JSGlobalObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:163:15: warning: The class 'JSGlobalObject' defines member function with name 'operatornew' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:160:26: note: Parent function 'JSCell::operatornew' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:163:15: note: Derived function 'JSGlobalObject::operatornew' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:76:31: warning: The class 'JSFunction' defines member variable with name 'StructureFlags' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:31: note: Parent variable 'InternalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:76:31: note: Derived variable 'JSFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:76:31: warning: The class 'JSFunction' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:76:31: note: Derived variable 'JSFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:62:38: warning: The class 'JSFunction' defines member function with name 'createStructure' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: note: Parent function 'InternalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:62:38: note: Derived function 'JSFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:62:38: warning: The class 'JSFunction' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:62:38: note: Derived function 'JSFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:31: warning: The class 'InternalFunction' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:31: note: Derived variable 'InternalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: warning: The class 'InternalFunction' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: note: Derived function 'InternalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:65:31: warning: The class 'JSVariableObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:65:31: note: Derived variable 'JSVariableObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:59:38: warning: The class 'JSVariableObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:59:38: note: Derived function 'JSVariableObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:92:31: warning: The class 'Arguments' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:92:31: note: Derived variable 'Arguments::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:86:38: warning: The class 'Arguments' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:86:38: note: Derived function 'Arguments::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:72:31: warning: The class 'JSActivation' defines member variable with name 'StructureFlags' also defined in its parent class 'JSVariableObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:65:31: note: Parent variable 'JSVariableObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:72:31: note: Derived variable 'JSActivation::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:72:31: warning: The class 'JSActivation' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:72:31: note: Derived variable 'JSActivation::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:69:38: warning: The class 'JSActivation' defines member function with name 'createStructure' also defined in its parent class 'JSVariableObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:59:38: note: Parent function 'JSVariableObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:69:38: note: Derived function 'JSActivation::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:69:38: warning: The class 'JSActivation' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:69:38: note: Derived function 'JSActivation::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:97:31: warning: The class 'JSArray' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:97:31: note: Derived variable 'JSArray::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:89:38: warning: The class 'JSArray' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:89:38: note: Derived function 'JSArray::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:143:26: warning: The class 'JSArray' defines member function with name 'markChildrenDirect' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:690:30: note: Parent function 'JSObject::markChildrenDirect' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:143:26: note: Derived function 'JSArray::markChildrenDirect' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: warning: The class 'JSWrapperObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: note: Derived function 'JSWrapperObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:43:31: warning: The class 'NumberObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:43:31: note: Derived variable 'NumberObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:34:38: warning: The class 'NumberObject' defines member function with name 'createStructure' also defined in its parent class 'JSWrapperObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: note: Parent function 'JSWrapperObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:34:38: note: Derived function 'NumberObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:34:38: warning: The class 'NumberObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:34:38: note: Derived function 'NumberObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:55:31: warning: The class 'StringObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:55:31: note: Derived variable 'StringObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:47:19: warning: The class 'StringObject' defines member function with name 'internalValue' also defined in its parent class 'JSWrapperObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:36:17: note: Parent function 'JSWrapperObject::internalValue' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:47:19: note: Derived function 'StringObject::internalValue' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:49:38: warning: The class 'StringObject' defines member function with name 'createStructure' also defined in its parent class 'JSWrapperObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: note: Parent function 'JSWrapperObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:49:38: note: Derived function 'StringObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:49:38: warning: The class 'StringObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:49:38: note: Derived function 'StringObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:153:25: warning: The struct 'JSGlobalObjectData' defines member variable with name 'symbolTable' also defined in its parent struct 'JSVariableObjectData'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:77:26: note: Parent variable 'JSVariableObjectData::symbolTable' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:153:25: note: Derived variable 'JSGlobalObjectData::symbolTable' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.h:128:9: style: Class 'ScopeChainIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.h:162:9: style: Class 'ScopeChain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/SymbolTable.h:50:9: style: Struct 'SymbolTableEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:303:9: style: Class 'JSString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:160:13: style: Class 'Rope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:78:17: style: Class 'Fiber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:79:17: style: Class 'Fiber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:81:17: style: Class 'Fiber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:70:13: style: Struct 'JSGlobalObjectData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:60:9: style: Class 'Arguments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:97:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: style: The destructor '~JSObject' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:50:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:119:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:120:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:104:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:106:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:106:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:106:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:119:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:107:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:119:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:128:25: style: The function 'toPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:85:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:128:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:129:22: style: The function 'getPrimitiveNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:86:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:129:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:130:22: style: The function 'toBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:87:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:130:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:131:24: style: The function 'toNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:88:24: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:131:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:132:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:89:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:132:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:133:27: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:90:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:133:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:135:27: style: The function 'toThisObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:109:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:135:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:49:22: style: The function 'putWithAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:109:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:49:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:51:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:51:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:52:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:126:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:52:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:54:22: style: The function 'isVariableObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:195:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:54:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:47:18: style: The destructor '~JSActivation' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:47:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:49:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:49:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:51:22: style: The function 'isDynamicScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:55:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:51:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:53:22: style: The function 'isActivationObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:196:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:53:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:55:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:55:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:57:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:57:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:59:22: style: The function 'putWithAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:49:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:59:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:60:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:51:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:60:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:62:27: style: The function 'toThisObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:135:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:62:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:66:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:66:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:36:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:36:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:77:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:46:18: style: The destructor '~JSFunction' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:46:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:72:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:72:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:73:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:73:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:83:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:83:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:84:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:84:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:85:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:126:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:85:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:86:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:86:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:87:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:87:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:89:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:89:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:91:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:36:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:91:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:47:18: style: The destructor '~JSArray' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:47:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:49:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:49:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:50:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:50:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:51:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:51:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:52:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:106:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:52:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:98:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:98:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:99:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:99:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:100:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:119:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:100:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:101:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:126:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:101:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:102:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:102:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:108:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:108:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:45:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:45:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:47:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:47:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:49:25: style: The function 'getJSNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:112:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberObject.h:49:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:266:10: style: The destructor '~JSString' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:50:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:266:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:340:25: style: The function 'toPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:85:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:340:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:341:22: style: The function 'getPrimitiveNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:86:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:341:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:342:22: style: The function 'toBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:87:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:342:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:343:24: style: The function 'toNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:88:24: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:343:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:344:27: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:90:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:344:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:345:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:89:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:345:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:347:27: style: The function 'toThisObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:109:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:347:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:348:25: style: The function 'toThisString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:110:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:348:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:349:27: style: The function 'toThisJSString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:111:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:349:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:352:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:119:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:352:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:353:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:120:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:353:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:36:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:36:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:37:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:37:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:38:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:38:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:40:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:40:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:41:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:41:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:42:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:126:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:42:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:44:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:44:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:34:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:36:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:34:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:35:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:38:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:35:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:37:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:44:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:37:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:179:18: style: The destructor '~JSGlobalObject' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:179:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:181:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:181:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:183:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:183:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:184:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:184:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:186:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:186:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:187:22: style: The function 'putWithAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:49:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:187:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:189:22: style: The function 'defineGetter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:188:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:189:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:190:22: style: The function 'defineSetter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:189:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:190:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:252:22: style: The function 'isGlobalObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:194:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:252:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:260:22: style: The function 'isDynamicScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:55:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:260:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.h:35:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.h:35:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.h:36:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.h:36:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PrototypeFunction.h:38:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PrototypeFunction.h:38:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:62:18: style: The destructor '~Arguments' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:62:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:66:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:66:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:96:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:96:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:97:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:97:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:98:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:98:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:99:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:126:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:99:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:100:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:100:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:102:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:102:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:103:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:119:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:103:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:105:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:105:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:37:34: style: The function 'classInfo' overrides a function in a base class but is identical to the overridden function [uselessOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:44:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.h:37:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:65:74: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.h:72:150: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:70: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:76:152: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:97:128: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.h:55:128: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:280:128: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:92:128: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:273:55: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:431:97: style:inconclusive: Function 'putDirectInternal' argument 3 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:259:88: note: Function 'putDirectInternal' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:431:97: note: Function 'putDirectInternal' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:520:123: style:inconclusive: Function 'putDirectInternal' argument 4 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:260:103: note: Function 'putDirectInternal' argument 4 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:520:123: note: Function 'putDirectInternal' argument 4 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:528:123: style:inconclusive: Function 'putDirectInternal' argument 4 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:261:103: note: Function 'putDirectInternal' argument 4 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:528:123: note: Function 'putDirectInternal' argument 4 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:545:89: style:inconclusive: Function 'putDirect' argument 3 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:171:80: note: Function 'putDirect' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:545:89: note: Function 'putDirect' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:553:89: style:inconclusive: Function 'putDirect' argument 3 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:172:80: note: Function 'putDirect' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:553:89: note: Function 'putDirect' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:559:97: style:inconclusive: Function 'putDirectFunction' argument 3 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:175:88: note: Function 'putDirectFunction' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:559:97: note: Function 'putDirectFunction' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:570:106: style:inconclusive: Function 'putDirectWithoutTransition' argument 3 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:178:97: note: Function 'putDirectWithoutTransition' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:570:106: note: Function 'putDirectWithoutTransition' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:579:114: style:inconclusive: Function 'putDirectFunctionWithoutTransition' argument 3 names different: declaration 'attr' definition 'attributes'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:179:105: note: Function 'putDirectFunctionWithoutTransition' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:579:114: note: Function 'putDirectFunctionWithoutTransition' argument 3 names different: declaration 'attr' definition 'attributes'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:160:58: style:inconclusive: Function 'setRegisters' argument 1 names different: declaration 'r' definition 'registers'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:93:37: note: Function 'setRegisters' argument 1 names different: declaration 'r' definition 'registers'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:160:58: note: Function 'setRegisters' argument 1 names different: declaration 'r' definition 'registers'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:144:62: style:inconclusive: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:97:62: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:144:62: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:220:47: style:inconclusive: Function 'put' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:101:47: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:220:47: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:260:58: style:inconclusive: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.h:103:58: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Arguments.cpp:260:58: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.h:120:29: style: Local variable 'next' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.h:61:25: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.h:120:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:393:17: style: Local variable 'prototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:86:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:393:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:406:17: style: Local variable 'prototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:86:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:406:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:42:48: style: Parameter 'globalData' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:332:33: style: Variable 'global' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:137:41: style: Parameter 'globalData' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:141:41: style: Parameter 'globalData' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:519:42: style: Parameter 'globalData' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:287:17: style: Instance of 'UString' object is destroyed immediately. [unusedScopedObject] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.h:54:5: style: The class 'HashEntry' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayConstructor.h:34:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayConstructor.h:34:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayConstructor.h:35:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayConstructor.h:35:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:33:14: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:49:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:33:14: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:34:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:51:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:34:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:36:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:108:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:36:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:154:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:213:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:268:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arrayVisitedElements [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:321:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:348:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:369:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:380:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:406:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:434:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:487:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:539:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:592:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:617:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:675:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:732:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:788:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:833:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:886:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:956:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:1026:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:1055:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanConstructor.cpp:34:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanObject.h:35:38: warning: The class 'BooleanObject' defines member function with name 'createStructure' also defined in its parent class 'JSWrapperObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: note: Parent function 'JSWrapperObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanObject.h:35:38: note: Derived function 'BooleanObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanObject.h:35:38: warning: The class 'BooleanObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanObject.h:35:38: note: Derived function 'BooleanObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanConstructor.h:35:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanConstructor.h:35:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanConstructor.h:36:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanConstructor.h:36:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanObject.h:32:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/BooleanObject.h:32:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Operations.h:290:27: style:inconclusive: Boolean expression 'wasNotString1' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Operations.h:315:27: style:inconclusive: Boolean expression 'wasNotString1' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectPrototype.h:33:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectPrototype.h:33:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectPrototype.h:34:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectPrototype.h:34:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Operations.h:405:19: style: The scope of the variable 'base' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:752:21: style: Local variable 'result' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:736:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:752:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:853:21: style: Local variable 'result' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:837:13: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.cpp:853:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Operations.h:396:73: style: Parameter 'property' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Operations.h:396:99: style: Parameter 'scopeChain' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:539:35: error: Array 'jsc_pcre_utf8_table2[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:531:19: note: Assuming that condition 'i<6' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:539:35: note: Array index out of bounds qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2040:25: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2041:32: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2600:39: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2606:25: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp:642:0: error: #error Need a way to get the stack base on this platform [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2564:56: style:inconclusive: Function 'jsRegExpCompile' argument 6 names different: declaration 'errorMessage' definition 'errorPtr'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre.h:60:44: note: Function 'jsRegExpCompile' argument 6 names different: declaration 'errorMessage' definition 'errorPtr'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2564:56: note: Function 'jsRegExpCompile' argument 6 names different: declaration 'errorMessage' definition 'errorPtr'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:1915:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 1915. [shiftTooManyBitsSigned] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:1915:39: note: Assuming that condition 'captureNum<32' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:1915:50: note: Shift qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2082:57: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour. See condition at line 2082. [shiftTooManyBitsSigned] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2082:46: note: Assuming that condition 'refnum<32' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:2082:57: note: Shift qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/CommonIdentifiers.h:89:9: style: Class 'CommonIdentifiers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConversion.cpp:57:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cachedDateString [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConversion.cpp:68:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weekdayName [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConversion.cpp:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weekdayName [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Completion.cpp:39:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable identifierTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Completion.cpp:52:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable identifierTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ConstructData.cpp:55:46: style:inconclusive: Function 'construct' argument 2 names different: declaration 'constructor' definition 'object'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ConstructData.h:92:45: note: Function 'construct' argument 2 names different: declaration 'constructor' definition 'object'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ConstructData.cpp:55:46: note: Function 'construct' argument 2 names different: declaration 'constructor' definition 'object'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConstructor.cpp:63:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Completion.h:42:9: style: Class 'Completion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.h:57:9: style: Class 'JSLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.h:59:9: style: Class 'JSLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.h:92:13: style: Class 'DropAllLocks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.h:93:13: style: Class 'DropAllLocks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Completion.cpp:49:50: style: Parameter 'scopeChain' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:46:31: warning: The class 'DatePrototype' defines member variable with name 'StructureFlags' also defined in its parent class 'DateInstance'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:61:31: note: Parent variable 'DateInstance::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:46:31: note: Derived variable 'DatePrototype::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:46:31: warning: The class 'DatePrototype' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:46:31: note: Derived variable 'DatePrototype::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:40:38: warning: The class 'DatePrototype' defines member function with name 'createStructure' also defined in its parent class 'DateInstance'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:55:38: note: Parent function 'DateInstance::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:40:38: note: Derived function 'DatePrototype::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:40:38: warning: The class 'DatePrototype' defines member function with name 'createStructure' also defined in its parent class 'JSWrapperObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: note: Parent function 'JSWrapperObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:40:38: note: Derived function 'DatePrototype::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:40:38: warning: The class 'DatePrototype' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:40:38: note: Derived function 'DatePrototype::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:61:31: warning: The class 'DateInstance' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:61:31: note: Derived variable 'DateInstance::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:55:38: warning: The class 'DateInstance' defines member function with name 'createStructure' also defined in its parent class 'JSWrapperObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSWrapperObject.h:39:38: note: Parent function 'JSWrapperObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:55:38: note: Derived function 'DateInstance::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:55:38: warning: The class 'DateInstance' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:55:38: note: Derived function 'DateInstance::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConstructor.h:35:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConstructor.h:35:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConstructor.h:36:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateConstructor.h:36:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:66:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:66:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:34:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:34:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:35:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:35:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:37:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:66:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:37:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstance.h:61:70: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.h:46:76: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:281:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerHour [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:336:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerDay [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:742:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerSecond [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:757:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerSecond [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:772:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable minutesPerHour [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:802:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerSecond [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:843:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerSecond [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:968:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msPerSecond [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:1009:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable toISOString [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:253:64: style: Parameter 'dateObject' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:421:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:438:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:455:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:473:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:488:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:538:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:551:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:564:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:581:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:594:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:607:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:620:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:633:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:646:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:659:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:672:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:685:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:698:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:711:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:724:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:737:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:752:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:767:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/DatePrototype.cpp:993:19: style: Variable 'thisDateObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorConstructor.cpp:36:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorInstance.h:32:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorInstance.h:32:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorConstructor.h:36:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorConstructor.h:36:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorConstructor.h:37:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorConstructor.h:37:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.h:41:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.h:41:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.h:42:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.h:42:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.h:44:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:36:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.h:44:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Error.cpp:127:83: style:inconclusive: Function 'throwError' argument 4 names different: declaration 'lineNumber' definition 'line'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Error.h:58:77: note: Function 'throwError' argument 4 names different: declaration 'lineNumber' definition 'line'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Error.cpp:127:83: note: Function 'throwError' argument 4 names different: declaration 'lineNumber' definition 'line'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ErrorPrototype.cpp:51:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:66:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RangeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:71:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:81:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable expressionBeginOffsetPropertyName [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:119:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:140:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:154:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:173:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable op_construct [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:139:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EvalFeature [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:140:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ArgumentsFeature [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:141:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EvalFeature [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:309:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_firstLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:321:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_firstLine [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:69:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SyntaxError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:90:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SyntaxError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:100:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SyntaxError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:107:9: warning: Member variable 'ScriptExecutable::m_firstLine' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:107:9: warning: Member variable 'ScriptExecutable::m_lastLine' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:120:9: warning: Member variable 'ScriptExecutable::m_firstLine' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:120:9: warning: Member variable 'ScriptExecutable::m_lastLine' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:52:9: style: Class 'ExecutableBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:102:10: style: The destructor '~VPtrHackExecutable' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:57:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:102:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:162:10: style: The destructor '~EvalExecutable' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:57:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:162:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:177:24: style: The function 'reparseExceptionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:143:32: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:177:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:209:10: style: The destructor '~ProgramExecutable' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:57:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:209:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:224:24: style: The function 'reparseExceptionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:143:32: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:224:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:261:10: style: The destructor '~FunctionExecutable' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:57:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:261:10: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:296:24: style: The function 'reparseExceptionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:143:32: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.h:296:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:251:12: warning: Either the condition '!exprStatement' is redundant or there is possible null pointer dereference: exprStatement. [nullPointerRedundantCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:252:9: note: Assuming that condition '!exprStatement' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:251:12: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:257:12: warning: Either the condition '!funcExpr' is redundant or there is possible null pointer dereference: funcExpr. [nullPointerRedundantCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:258:9: note: Assuming that condition '!funcExpr' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:257:12: note: Null pointer dereference qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:70:31: warning: The class 'JSNotAnObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:70:31: note: Derived variable 'JSNotAnObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:63:38: warning: The class 'JSNotAnObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:63:38: note: Derived function 'JSNotAnObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:44:5: style: Class 'InterruptedExecutionError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:47:22: style: The function 'isNotAnObjectErrorStub' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:198:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:47:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:73:25: style: The function 'toPrimitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:128:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:73:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:74:22: style: The function 'getPrimitiveNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:129:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:74:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:75:22: style: The function 'toBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:130:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:75:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:76:24: style: The function 'toNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:131:24: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:76:24: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:77:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:132:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:77:25: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:78:27: style: The function 'toObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:133:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:78:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:81:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:81:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:84:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:84:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:85:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:102:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:85:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:86:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:86:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:88:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:88:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:89:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:106:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:89:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:91:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:118:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:91:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:92:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:119:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:92:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:94:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:126:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:94:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:49:18: style: The function 'isWatchdogException' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:197:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:49:18: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:51:21: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:132:25: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:51:21: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSNotAnObject.h:70:128: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ExceptionHelpers.cpp:166:75: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionConstructor.cpp:41:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionConstructor.cpp:100:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SyntaxError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.h:35:38: warning: The class 'FunctionPrototype' defines member function with name 'createStructure' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: note: Parent function 'InternalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.h:35:38: note: Derived function 'FunctionPrototype::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.h:35:38: warning: The class 'FunctionPrototype' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.h:35:38: note: Derived function 'FunctionPrototype::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionConstructor.h:35:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionConstructor.h:35:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionConstructor.h:36:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionConstructor.h:36:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.h:41:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.h:41:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.cpp:35:145: debug: Function::addArguments found argument 'function' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.cpp:105:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.cpp:114:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/FunctionPrototype.cpp:142:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GetterSetter.h:38:9: style: Class 'GetterSetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GetterSetter.h:45:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:97:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GetterSetter.h:45:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GetterSetter.h:56:22: style: The function 'isGetterSetter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:64:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GetterSetter.h:56:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Identifier.cpp:246:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable identifierTable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:44:31: warning: The class 'GlobalEvalFunction' defines member variable with name 'StructureFlags' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:31: note: Parent variable 'InternalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:44:31: note: Derived variable 'GlobalEvalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:44:31: warning: The class 'GlobalEvalFunction' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:44:31: note: Derived variable 'GlobalEvalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:38:38: warning: The class 'GlobalEvalFunction' defines member function with name 'createStructure' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: note: Parent function 'InternalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:38:38: note: Derived function 'GlobalEvalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:38:38: warning: The class 'GlobalEvalFunction' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:38:38: note: Derived function 'GlobalEvalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:47:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:47:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/GlobalEvalFunction.h:44:122: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Identifier.cpp:107:37: style: Parameter 'r' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Identifier.cpp:171:37: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.cpp:48:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.cpp:53:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable displayName [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSAPIValueWrapper.h:42:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OverridesGetPropertyNames [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSAPIValueWrapper.h:38:22: style: The function 'isAPIValueWrapper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:66:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSAPIValueWrapper.h:38:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:68:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallFrameHeaderSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:82:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:126:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:148:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:147:22: style: Local variable 'slot' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:142:95: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSActivation.cpp:147:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:229:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:244:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:283:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:429:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:493:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:711:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:769:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:770:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:771:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:772:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:776:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:784:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lt [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:818:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:819:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:842:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_exec [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:238:14: warning: The class 'JSObject' defines member function with name 'getObject' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:97:19: note: Parent function 'JSCell::getObject' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:238:14: note: Derived function 'JSObject::getObject' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:239:14: warning: The class 'JSObject' defines member function with name 'getString' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:92:17: note: Parent function 'JSCell::getString' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:239:14: note: Derived function 'JSObject::getString' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:117:68: style:inconclusive: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'identifier'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:119:71: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:117:68: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:129:59: style:inconclusive: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'identifier'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:120:62: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:129:59: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:141:53: style:inconclusive: Function 'put' argument 2 names different: declaration 'propertyName' definition 'identifier'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:104:56: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:141:53: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:146:44: style:inconclusive: Function 'put' argument 2 names different: declaration 'propertyName' definition 'identifier'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:105:47: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:146:44: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:151:64: style:inconclusive: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'identifier'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:106:67: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:151:64: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:156:55: style:inconclusive: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'identifier'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:107:58: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:156:55: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'identifier'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:59:132: debug: Function::addArguments found argument 'func' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:99:31: warning: The class 'JSByteArray' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:99:31: note: Derived variable 'JSByteArray::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.cpp:54:36: warning: The class 'JSByteArray' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.cpp:54:36: note: Derived function 'JSByteArray::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:103:9: style: Class 'JSByteArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:81:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:81:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:87:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:87:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:95:18: style: The destructor '~JSByteArray' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:95:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:54:7: style: union member 'Anonymous16::bytes' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:52:23: style: struct member 'Anonymous17::NaN_Bytes' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.cpp:53:23: style: struct member 'Anonymous17::Inf_Bytes' is never used. [unusedStructMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:99:104: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:119:45: style: Parameter 'globalData' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:70:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable func [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:151:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:187:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:214:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:228:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:237:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arguments [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:256:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:769:12: style:inconclusive: Technically the member function 'JSC::AVLTreeAbstractorForArrayCompare::get_less' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:771:12: style:inconclusive: Technically the member function 'JSC::AVLTreeAbstractorForArrayCompare::get_greater' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:774:9: style:inconclusive: Technically the member function 'JSC::AVLTreeAbstractorForArrayCompare::get_balance_factor' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:166:73: style:inconclusive: Function 'JSArray' argument 2 names different: declaration 'initialValues' definition 'list'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:46:62: note: Function 'JSArray' argument 2 names different: declaration 'initialValues' definition 'list'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:166:73: note: Function 'JSArray' argument 2 names different: declaration 'initialValues' definition 'list'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:198:60: style:inconclusive: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:50:62: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:198:60: note: Function 'getOwnPropertySlot' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:296:45: style:inconclusive: Function 'put' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:52:47: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:296:45: note: Function 'put' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:322:66: style:inconclusive: Function 'putSlowCase' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:111:47: note: Function 'putSlowCase' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:322:66: note: Function 'putSlowCase' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:435:56: style:inconclusive: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'i'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:100:58: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:435:56: note: Function 'deleteProperty' argument 2 names different: declaration 'propertyName' definition 'i'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:300:14: style: Local variable 'length' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:56:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:300:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:531:14: style: Local variable 'length' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:56:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:531:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:565:14: style: Local variable 'length' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:56:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:565:14: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:53:13: warning: Member variable 'JSFunction::m_data' is not initialized in the constructor. [uninitMemberVarPrivate] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:255:22: style: Variable 'value' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:939:18: style: Variable 'v' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.cpp:957:18: style: Variable 'v' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.h:79:9: style: Class 'JSFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSFunction.cpp:141:17: style: Variable 'thisObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:84:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sizeof_JSArray_must_be_less_than_CollectorCell [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.cpp:240:23: warning: Member variable 'DropAllLocks::m_lockCount' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.cpp:240:23: warning: Member variable 'DropAllLocks::m_lockBehavior' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.cpp:244:23: warning: Member variable 'DropAllLocks::m_lockCount' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSLock.cpp:244:23: warning: Member variable 'DropAllLocks::m_lockBehavior' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:282:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable constructor [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:430:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CallFrameHeaderSize [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:105:15: warning: Member variable 'JSGlobalData::numericStrings' is not initialized in the constructor. [uninitMemberVarPrivate] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:105:15: warning: Member variable 'JSGlobalData::cachedDateStringValue' is not initialized in the constructor. [uninitMemberVarPrivate] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:77:38: warning: The class 'JSByteArray' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSByteArray.h:77:38: note: Derived function 'JSByteArray::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:63:31: warning: The class 'JSStaticScopeObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSVariableObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:65:31: note: Parent variable 'JSVariableObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:63:31: note: Derived variable 'JSStaticScopeObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:63:31: warning: The class 'JSStaticScopeObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:63:31: note: Derived variable 'JSStaticScopeObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:60:38: warning: The class 'JSStaticScopeObject' defines member function with name 'createStructure' also defined in its parent class 'JSVariableObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:59:38: note: Parent function 'JSVariableObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:60:38: note: Derived function 'JSStaticScopeObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:60:38: warning: The class 'JSStaticScopeObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:60:38: note: Derived function 'JSStaticScopeObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:41:25: warning: The struct 'JSStaticScopeObjectData' defines member variable with name 'symbolTable' also defined in its parent struct 'JSVariableObjectData'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:77:26: note: Parent variable 'JSVariableObjectData::symbolTable' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:41:25: note: Derived variable 'JSStaticScopeObjectData::symbolTable' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.h:200:9: style: Class 'JSGlobalData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:54:22: style: The function 'isPropertyNameIterator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:67:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:54:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:56:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:97:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:56:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:52:18: style: The destructor '~JSStaticScopeObject' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:52:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:53:22: style: The function 'markChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:79:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:53:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:54:14: style: The function 'isDynamicScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:55:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:54:14: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:55:27: style: The function 'toThisObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:135:27: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:55:27: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:56:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:56:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:57:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:57:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:58:14: style: The function 'putWithAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSVariableObject.h:49:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:58:14: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h:63:150: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:58:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable URIError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:120:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable URIError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:279:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EvalError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:85:125: style:inconclusive: Function 'JSPropertyNameIterator' argument 3 names different: declaration 'numCacheableSlot' definition 'numCacheableSlots'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:76:97: note: Function 'JSPropertyNameIterator' argument 3 names different: declaration 'numCacheableSlot' definition 'numCacheableSlots'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.h:85:125: note: Function 'JSPropertyNameIterator' argument 3 names different: declaration 'numCacheableSlot' definition 'numCacheableSlots'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:95:13: style: Local variable 'jsString' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:39:15: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:95:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:238:26: style: Local variable 'sharedInstance' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.h:99:30: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:238:26: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:254:28: style: Virtual function 'globalExec' is called from destructor '~JSGlobalObject()' at line 104. Dynamic binding is not used. [virtualCallInConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:104:36: note: Calling globalExec qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:254:28: note: globalExec is a virtual function qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:468:23: warning: The class 'JSGlobalObject' defines member function with name 'operatornew' also defined in its parent class 'JSCell'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:160:26: note: Parent function 'JSCell::operatornew' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:468:23: note: Derived function 'JSGlobalObject::operatornew' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:86:31: warning: The class 'RegExpConstructor' defines member variable with name 'StructureFlags' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:31: note: Parent variable 'InternalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:86:31: note: Derived variable 'RegExpConstructor::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:86:31: warning: The class 'RegExpConstructor' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:86:31: note: Derived variable 'RegExpConstructor::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:60:38: warning: The class 'RegExpConstructor' defines member function with name 'createStructure' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: note: Parent function 'InternalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:60:38: note: Derived function 'RegExpConstructor::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:60:38: warning: The class 'RegExpConstructor' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:60:38: note: Derived function 'RegExpConstructor::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:50:31: warning: The class 'JSONObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:50:31: note: Derived variable 'JSONObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:42:38: warning: The class 'JSONObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:42:38: note: Derived function 'JSONObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:44:31: warning: The class 'MathObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:44:31: note: Derived variable 'MathObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:38:38: warning: The class 'MathObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:38:38: note: Derived function 'MathObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:48:31: warning: The class 'NumberConstructor' defines member variable with name 'StructureFlags' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:49:31: note: Parent variable 'InternalFunction::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:48:31: note: Derived variable 'NumberConstructor::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:48:31: warning: The class 'NumberConstructor' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:48:31: note: Derived variable 'NumberConstructor::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:40:38: warning: The class 'NumberConstructor' defines member function with name 'createStructure' also defined in its parent class 'InternalFunction'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:43:38: note: Parent function 'InternalFunction::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:40:38: note: Derived function 'NumberConstructor::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:40:38: warning: The class 'NumberConstructor' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:40:38: note: Derived function 'NumberConstructor::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:56:31: warning: The class 'RegExpObject' defines member variable with name 'StructureFlags' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:221:31: note: Parent variable 'JSObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:56:31: note: Derived variable 'RegExpObject::StructureFlags' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:50:38: warning: The class 'RegExpObject' defines member function with name 'createStructure' also defined in its parent class 'JSObject'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:210:38: note: Parent function 'JSObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:50:38: note: Derived function 'RegExpObject::createStructure' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:37:9: style: Class 'JSONObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:53:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:53:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:54:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:54:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:56:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:56:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:32:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:32:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:33:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:33:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:35:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:35:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:34:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:34:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:35:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:35:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:51:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:51:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:52:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:52:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:54:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:36:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:54:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:65:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:65:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:66:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:66:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:67:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:67:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:89:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:89:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:90:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:90:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:92:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:36:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:92:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:30:18: style: The destructor '~RegExpMatchesArray' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:47:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:30:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:33:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:49:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:33:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:40:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:50:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:40:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:47:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:51:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:47:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:54:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:98:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:54:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:61:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:52:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:61:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:68:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:99:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:68:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:75:22: style: The function 'deleteProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:100:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:75:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:82:22: style: The function 'getOwnPropertyNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSArray.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpMatchesArray.h:82:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:32:18: style: The destructor '~RegExpObject' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:84:18: note: Virtual destructor in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:32:18: note: Destructor in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:43:22: style: The function 'getOwnPropertySlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:101:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:43:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:44:22: style: The function 'getOwnPropertyDescriptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:103:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:44:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:45:22: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:105:22: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:45:22: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:47:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:47:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:61:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:77:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:61:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpPrototype.h:32:34: style: The function 'classInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:103:34: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpPrototype.h:32:34: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringConstructor.h:34:31: style: The function 'getConstructData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:78:31: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringConstructor.h:34:31: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringConstructor.h:35:26: style: The function 'getCallData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/InternalFunction.h:55:26: note: Virtual function in base class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringConstructor.h:35:26: note: Function in derived class qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.h:50:76: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.h:44:76: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.h:48:100: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.h:86:100: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpObject.h:56:76: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:238:26: style: Variable 'sharedInstance' is not assigned a value. [unassignedVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:359:15: style: Local variable 'objectPrototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h:211:26: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:359:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:391:69: warning: Either the condition 'u>255' is redundant or strchr() argument nr 2 can have invalid value. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:387:15: note: Assuming that condition 'u>255' is not redundant qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:391:69: note: Invalid argument qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.h:72:13: warning: Member variable 'Lexer::m_currentToken' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.h:85:39: style:inconclusive: Technically the member function 'JSC::LiteralParser::Lexer::currentToken' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:69:29: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:274:65: style: Parameter 'function' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:127:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable info [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:200:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable firstStringifierToMark [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:243:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable firstStringifierToMark [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:262:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyIdentifier [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:324:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:335:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable toJSON [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:432:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeoutChecker [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:499:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:669:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeoutChecker [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:93:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:102:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable underscoreProto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:213:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:274:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable toString [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:403:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:426:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:504:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:554:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:606:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TypeError [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:167:37: warning: Member variable 'PropertyNameForFunctionCall::m_number' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:482:29: warning: Member variable 'Holder::m_isJSArray' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:482:29: warning: Member variable 'Holder::m_size' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:54:5: style: Class 'PropertyNameForFunctionCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:55:5: style: Class 'PropertyNameForFunctionCall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:76:9: style: Class 'Holder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:552:21: style: Variable 'propertyName' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSONObject.cpp:126:15: style: Variable 'object' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:262:77: style:inconclusive: Function 'getPrimitiveNumber' argument 3 names different: declaration 'value' definition 'result'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:129:78: note: Function 'getPrimitiveNumber' argument 3 names different: declaration 'value' definition 'result'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:262:77: note: Function 'getPrimitiveNumber' argument 3 names different: declaration 'value' definition 'result'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:397:68: style:inconclusive: Function 'hasInstance' argument 3 names different: declaration 'prototypeProperty' definition 'proto'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:123:63: note: Function 'hasInstance' argument 3 names different: declaration 'prototypeProperty' definition 'proto'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:397:68: note: Function 'hasInstance' argument 3 names different: declaration 'prototypeProperty' definition 'proto'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:423:94: style:inconclusive: Function 'getPropertySpecificValue' argument 3 names different: declaration 'specificFunction' definition 'specificValue'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:138:97: note: Function 'getPropertySpecificValue' argument 3 names different: declaration 'specificFunction' definition 'specificValue'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:423:94: note: Function 'getPropertySpecificValue' argument 3 names different: declaration 'specificFunction' definition 'specificValue'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:589:120: style:inconclusive: Function 'defineOwnProperty' argument 4 names different: declaration 'shouldThrow' definition 'throwException'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:192:110: note: Function 'defineOwnProperty' argument 4 names different: declaration 'shouldThrow' definition 'throwException'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:589:120: note: Function 'defineOwnProperty' argument 4 names different: declaration 'shouldThrow' definition 'throwException'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:122:13: style: Local variable 'prototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:86:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:122:13: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:443:15: style: Local variable 'prototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:86:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:443:15: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:566:17: style: Local variable 'prototype' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:86:17: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:566:17: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:573:114: style: Parameter 'descriptor' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:109:23: style: Variable 'nextPrototype' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:123:20: style: Variable 'obj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:136:20: style: Variable 'obj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:361:15: style: Variable 'object' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:380:15: style: Variable 'object' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.cpp:407:15: style: Variable 'object' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSPropertyNameIterator.cpp:76:14: style: Variable 'identifier' can be declared as reference to const [constVariableReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:200:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable underscoreProto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:217:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:236:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable underscoreProto [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:147:77: style:inconclusive: Function 'getPrimitiveNumber' argument 3 names different: declaration 'value' definition 'result'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:341:78: note: Function 'getPrimitiveNumber' argument 3 names different: declaration 'value' definition 'result'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:147:77: note: Function 'getPrimitiveNumber' argument 3 names different: declaration 'value' definition 'result'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:40:18: style: Local variable 'length' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:290:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:40:18: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:116:27: style: Local variable 'string' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:365:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:116:27: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:117:22: style: Local variable 'length' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.h:290:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:117:22: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSString.cpp:116:27: style: Variable 'string' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.cpp:130:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mode [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.cpp:136:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_ptr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/LiteralParser.cpp:451:9: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.cpp:67:81: style:inconclusive: Function 'setUpStaticFunctionSlot' argument 3 names different: declaration 'thisObject' definition 'thisObj'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.h:165:74: note: Function 'setUpStaticFunctionSlot' argument 3 names different: declaration 'thisObject' definition 'thisObj'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.cpp:67:81: note: Function 'setUpStaticFunctionSlot' argument 3 names different: declaration 'thisObject' definition 'thisObj'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.cpp:38:20: style: Local variable 'entry' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.h:130:40: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Lookup.cpp:38:20: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NativeErrorConstructor.cpp:40:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/MathObject.cpp:96:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable piDouble [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberConstructor.cpp:60:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.cpp:49:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.cpp:117:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectConstructor.cpp:168:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable enumerable [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ObjectPrototype.cpp:95:15: style: Variable 'thisObj' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberPrototype.cpp:80:25: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/NumberPrototype.cpp:94:25: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyNameArray.cpp:35:12: style: Local variable 'size' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyNameArray.h:84:16: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyNameArray.cpp:35:12: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExp.cpp:202:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JSRegExpDoNotIgnoreCase [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExp.cpp:266:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JSRegExpErrorNoMatch [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PropertyDescriptor.cpp:92:23: style: Variable 'accessor' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PrototypeFunction.cpp:35:106: debug: Function::addArguments found argument 'function' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PrototypeFunction.cpp:43:163: debug: Function::addArguments found argument 'function' with varid 0. [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/PrototypeFunction.cpp:53:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_function [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpConstructor.cpp:98:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/RegExpPrototype.cpp:111:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.cpp:43:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/SmallStrings.cpp:61:116: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IsNumCharactersConstInSyncWithClassUsage [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.cpp:58:24: style: Local variable 'end' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.h:200:28: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.cpp:58:24: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ScopeChain.cpp:44:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringConstructor.cpp:54:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prototype [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.cpp:73:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.cpp:80:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringObject.cpp:95:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable length [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:735:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:772:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:878:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:921:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:235:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:592:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoneDictionaryKind [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:686:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:794:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:903:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notFound [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StructureChain.h:50:9: style: Class 'StructureChain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/TimeoutChecker.cpp:115:56: style: Parameter 'other' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:226:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable conversionOK [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:235:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:264:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:297:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:315:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:703:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:740:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UChar [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:890:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable conversionOK [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:884:44: style:inconclusive: Function 'addAnonymousSlots' argument 1 names different: declaration 'slotCount' definition 'count'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.h:153:41: note: Function 'addAnonymousSlots' argument 1 names different: declaration 'slotCount' definition 'count'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:884:44: note: Function 'addAnonymousSlots' argument 1 names different: declaration 'slotCount' definition 'count'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:737:19: style: Variable 'rep' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp:900:19: style: Variable 'rep' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:278:25: style: Local variable 'matchLen' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:266:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:278:25: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:318:42: style: Local variable 'args' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:230:108: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:318:42: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:322:29: style: Local variable 'matchLen' shadows outer variable [shadowVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:308:21: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:322:29: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:371:30: style: Local variable 'args' shadows outer argument [shadowArgument] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:230:108: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:371:30: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:152:137: style: Parameter 'reg' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/StringPrototype.cpp:379:9: style: Variable 'ovector' can be declared as const array [constVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ByteArray.h:84:9: warning: Member variable 'ByteArray::m_data' is not initialized in the constructor. [uninitMemberVarPrivate] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ByteArray.h:84:9: style: Class 'ByteArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:242:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:322:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Assertions.cpp:184:28: style: Parameter 'channel' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Assertions.cpp:197:85: style: Parameter 'channel' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:392:51: style:inconclusive: Function 'replaceRange' argument 2 names different: declaration 'RangeEnd' definition 'rangeLength'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:153:50: note: Function 'replaceRange' argument 2 names different: declaration 'RangeEnd' definition 'rangeLength'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:392:51: note: Function 'replaceRange' argument 2 names different: declaration 'RangeEnd' definition 'rangeLength'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:372:21: style: Local variable 'rep' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:203:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:372:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:402:21: style: Local variable 'rep' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.h:203:14: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/runtime/UString.cpp:402:21: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h:43:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:48:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:54:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:216:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:237:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:254:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:277:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:294:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:311:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:338:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:53:13: warning: Return value of function getValue() is not used. [ignoredReturnValue] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h:44:10: style:inconclusive: Technically the member function 'WTF::PossiblyNull::getValue' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h:49:45: note: Technically the member function 'WTF::PossiblyNull::getValue' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h:44:10: note: Technically the member function 'WTF::PossiblyNull::getValue' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:49:36: style:inconclusive: Technically the member function 'WTF::TryMallocReturnValue::getValue' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:60:54: note: Technically the member function 'WTF::TryMallocReturnValue::getValue' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:49:36: note: Technically the member function 'WTF::TryMallocReturnValue::getValue' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h:34:5: style: Struct 'PossiblyNull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:39:9: style: Struct 'TryMallocReturnValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/PossiblyNull.h:43:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:48:35: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:216:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:237:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:248:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:254:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:277:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:288:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:294:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:311:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:338:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:349:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:275:25: style:inconclusive: Function 'fastCalloc' argument 1 names different: declaration 'numElements' definition 'n_elements'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:34:29: note: Function 'fastCalloc' argument 1 names different: declaration 'numElements' definition 'n_elements'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:275:25: note: Function 'fastCalloc' argument 1 names different: declaration 'numElements' definition 'n_elements'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:275:44: style:inconclusive: Function 'fastCalloc' argument 2 names different: declaration 'elementSize' definition 'element_size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.h:34:49: note: Function 'fastCalloc' argument 2 names different: declaration 'elementSize' definition 'element_size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:275:44: note: Function 'fastCalloc' argument 2 names different: declaration 'elementSize' definition 'element_size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:137:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:138:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:140:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:142:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:324:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:376:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:487:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:545:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:71:9: debug: Failed to parse 'typedef typename RemovePointer < T > :: Type * OwnPtr :: * UnspecifiedBoolType ;'. The checking continues anyway. [simplifyTypedef] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:126:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:138:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:150:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:162:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:174:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:186:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:218:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:230:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:250:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:270:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:337:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:386:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:59:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:61:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:65:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:66:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:92:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:102:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:101:14: style:inconclusive: Technically the member function 'WTF::FastAllocBase::operatordelete' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastAllocBase.h:114:14: style:inconclusive: Technically the member function 'WTF::FastAllocBase::operatordelete[]' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:43:9: style: Class 'OwnPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:45:31: style: Class 'OwnPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:59:33: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:61:56: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:65:40: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:66:38: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:92:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:102:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:113:85: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:118:65: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:123:85: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:128:65: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:68:58: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:69:68: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:71:61: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:73:57: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:82:63: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:83:73: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:85:66: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:87:62: style:inconclusive: Boolean expression 'c>='0'' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.h:67:10: style:inconclusive: Technically the member function 'WTF::LocalTimeOffset::operator==' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.h:72:10: style:inconclusive: Technically the member function 'WTF::LocalTimeOffset::operator!=' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:137:42: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:138:52: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:140:45: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ASCIICType.h:142:41: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:324:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:376:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:487:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:545:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:446:49: style:inconclusive: Function 'calculateLocalTimeOffset' argument 1 names different: declaration 'utcInMilliseconds' definition 'ms'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.h:115:49: note: Function 'calculateLocalTimeOffset' argument 1 names different: declaration 'utcInMilliseconds' definition 'ms'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:446:49: note: Function 'calculateLocalTimeOffset' argument 1 names different: declaration 'utcInMilliseconds' definition 'ms'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/DateMath.cpp:258:19: style: Variable 'step' is assigned a value that is never used. [unreadVariable] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RandomNumber.cpp:103:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:71:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:221:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:226:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashFunctions.h:142:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashFunctions.h:146:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:86:81: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:167:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:191:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:199:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:453:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable safeToCompareToEmptyOrDeleted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:489:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable safeToCompareToEmptyOrDeleted [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:516:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:568:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:737:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:749:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:858:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyValueIsZero [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:869:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable needsDestruction [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1054:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1072:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefCountedLeakCounter.cpp:56:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefCountedLeakCounter.cpp:61:24: warning: Member variable 'RefCountedLeakCounter::m_count' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h:254:5: style: Class 'ThreadSafeSharedBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h:314:5: style: Class 'ThreadSafeShared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefCountedLeakCounter.cpp:56:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefCountedLeakCounter.cpp:57:5: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefCountedLeakCounter.cpp:68:17: style: The scope of the variable 'loggedSuppressionReason' can be reduced. [variableScope] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:180:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:274:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_malloc_devmem_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:446:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:355:9: style: Condition 'use_devmem' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:362:9: style: Condition 'use_sbrk' is always false [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:369:9: style: Condition 'use_mmap' is always true [knownConditionTrueFalse] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:204:3: error: Returning/dereferencing 'ptr' after it is deallocated / released [deallocret] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:197:5: note: Returning/dereferencing 'ptr' after it is deallocated / released qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:204:3: note: Returning/dereferencing 'ptr' after it is deallocated / released qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:337:3: error: Returning/dereferencing 'ptr' after it is deallocated / released [deallocret] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:328:5: note: Returning/dereferencing 'ptr' after it is deallocated / released qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:337:3: note: Returning/dereferencing 'ptr' after it is deallocated / released qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSpinLock.h:201:56: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSpinLock.h:204:53: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSpinLock.h:207:50: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSpinLock.h:210:52: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:448:3: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:50:9: warning: Member variable 'RefPtr::m_ptr' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/StdLibExtras.h:63:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TO [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadSpecific.h:242:0: error: #error ThreadSpecific is not implemented for this platform. [preprocessorErrorDirective] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:932:73: warning:inconclusive: Member variable 'HashTable::m_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:977:141: warning:inconclusive: Member variable 'HashTable::m_mutex' is not assigned a value in 'HashTable::operator='. [operatorEqVarError] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:341:35: style:inconclusive: Function 'TCMalloc_SystemAlloc' argument 1 names different: declaration 'bytes' definition 'size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.h:51:42: note: Function 'TCMalloc_SystemAlloc' argument 1 names different: declaration 'bytes' definition 'size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:341:35: note: Function 'TCMalloc_SystemAlloc' argument 1 names different: declaration 'bytes' definition 'size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:341:49: style:inconclusive: Function 'TCMalloc_SystemAlloc' argument 2 names different: declaration 'actual_bytes' definition 'actual_size'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.h:51:57: note: Function 'TCMalloc_SystemAlloc' argument 2 names different: declaration 'actual_bytes' definition 'actual_size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:341:49: note: Function 'TCMalloc_SystemAlloc' argument 2 names different: declaration 'actual_bytes' definition 'actual_size'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:444:35: style: Parameter 'start' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/TCSystemAlloc.cpp:446:9: style: Variable 'newAddress' can be declared as pointer to const [constVariablePointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:82:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:222:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:247:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:256:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:261:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:266:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:271:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:276:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:281:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:286:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:296:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:369:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_buffer [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:401:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inlineCapacity [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:412:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inlineCapacity [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:431:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_capacity [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:453:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_capacity [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:525:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:530:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:581:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:785:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:793:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:817:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:895:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:913:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:932:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:972:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:982:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:995:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inlineCapacity [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:1028:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:435:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_end [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:448:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/MainThread.cpp:79:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/MainThread.cpp:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/MainThread.cpp:126:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/MainThread.cpp:144:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:260:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:271:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:284:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_iterators [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:315:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:343:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:365:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:378:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:398:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:418:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_start [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:461:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:487:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_end [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:516:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:525:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:546:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:625:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:638:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:651:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:659:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:73:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:74:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __PRETTY_FUNCTION__ [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:360:60: performance:inconclusive: Technically the member function 'WTF::HashTable::checkKey' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:451:78: note: Technically the member function 'WTF::HashTable::checkKey' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:360:60: note: Technically the member function 'WTF::HashTable::checkKey' can be static (but you may consider moving to unnamed namespace). qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:393:14: style:inconclusive: Technically the member function 'WTF::HashTable::invalidateIterators' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1029:78: note: Technically the member function 'WTF::HashTable::invalidateIterators' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:393:14: note: Technically the member function 'WTF::HashTable::invalidateIterators' can be const. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1122:9: style:inconclusive: Technically the member function 'WTF::HashTableIteratorAdapter::operatorHashTableConstIteratorAdapter' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:74:9: style:inconclusive: Technically the member function 'WTF::HashTableIteratorAdapter::operatorHashTableConstIteratorAdapter' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:134:9: style:inconclusive: Technically the member function 'WTF::HashTableKeysIterator::operatorHashTableConstKeysIterator' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:157:9: style:inconclusive: Technically the member function 'WTF::HashTableValuesIterator::operatorHashTableConstValuesIterator' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:78:27: warning: The struct 'HashTraits' defines member variable with name 'emptyValueIsZero' also defined in its parent struct 'PairHashTraits'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:98:27: note: Parent variable 'PairHashTraits::emptyValueIsZero' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:78:27: note: Derived variable 'HashTraits::emptyValueIsZero' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:79:27: warning: The struct 'HashTraits' defines member variable with name 'needsDestruction' also defined in its parent struct 'PairHashTraits'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:101:27: note: Parent variable 'PairHashTraits::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:79:27: note: Derived variable 'HashTraits::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:85:27: warning: The struct 'HashTraits' defines member variable with name 'emptyValueIsZero' also defined in its parent struct 'PairHashTraits'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:98:27: note: Parent variable 'PairHashTraits::emptyValueIsZero' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:85:27: note: Derived variable 'HashTraits::emptyValueIsZero' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: warning: The struct 'FloatHashTraits < float >' defines member variable with name 'needsDestruction' also defined in its parent struct 'GenericHashTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:40:27: note: Parent variable 'GenericHashTraitsBase::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: note: Derived variable 'FloatHashTraits < float >::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: warning: The struct 'FloatHashTraits < float >' defines member variable with name 'needsDestruction' also defined in its parent struct 'GenericHashTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:46:27: note: Parent variable 'GenericHashTraitsBase::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: note: Derived variable 'FloatHashTraits < float >::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:60:18: warning: The struct 'FloatHashTraits < float >' defines member function with name 'emptyValue' also defined in its parent struct 'GenericHashTraits < float >'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:53:18: note: Parent function 'GenericHashTraits < float >::emptyValue' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:60:18: note: Derived function 'FloatHashTraits < float >::emptyValue' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: warning: The struct 'FloatHashTraits < double >' defines member variable with name 'needsDestruction' also defined in its parent struct 'GenericHashTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:40:27: note: Parent variable 'GenericHashTraitsBase::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: note: Derived variable 'FloatHashTraits < double >::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: warning: The struct 'FloatHashTraits < double >' defines member variable with name 'needsDestruction' also defined in its parent struct 'GenericHashTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:46:27: note: Parent variable 'GenericHashTraitsBase::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:59:27: note: Derived variable 'FloatHashTraits < double >::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:60:18: warning: The struct 'FloatHashTraits < double >' defines member function with name 'emptyValue' also defined in its parent struct 'GenericHashTraits < double >'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:53:18: note: Parent function 'GenericHashTraits < double >::emptyValue' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTraits.h:60:18: note: Derived function 'FloatHashTraits < double >::emptyValue' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:43:9: style: Class 'RefPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:46:31: style: Class 'RefPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:47:31: style: Class 'RefPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:50:9: style: Class 'RefPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:53:9: style: Class 'RefPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1100:9: style: Struct 'HashTableConstIteratorAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:43:9: style: Struct 'HashTableConstIteratorAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1113:9: style: Struct 'HashTableIteratorAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:65:9: style: Struct 'HashTableIteratorAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:90:9: style: Struct 'HashTableConstKeysIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:107:9: style: Struct 'HashTableConstValuesIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:125:9: style: Struct 'HashTableKeysIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashIterators.h:148:9: style: Struct 'HashTableValuesIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:167:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:191:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:199:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:200:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:201:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:298:23: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:455:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:459:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:516:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:568:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:629:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:692:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:737:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:749:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:750:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:751:9: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1054:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1058:17: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1072:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1073:13: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1077:17: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1081:17: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1082:17: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:1085:17: style: C-style pointer casting [cstyleCast] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:944:24: style: Local variable 'end' shadows outer function [shadowFunction] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:307:18: note: Shadowed declaration qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:944:24: note: Shadow variable qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.cpp:68:82: style:inconclusive: Function 'createThread' argument 3 names different: declaration 'threadName' definition 'name'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h:113:66: note: Function 'createThread' argument 3 names different: declaration 'threadName' definition 'name'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.cpp:68:82: note: Function 'createThread' argument 3 names different: declaration 'threadName' definition 'name'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/HashTable.h:273:71: style: Parameter 'from' can be declared as reference to const [constParameterReference] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:194:85: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:199:65: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:209:85: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/RefPtr.h:214:65: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:568:34: warning: Member variable 'DequeIteratorBase < FunctionWithContext >::m_index' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:568:34: warning: Member variable 'DequeIteratorBase < FunctionWithContext >::m_next' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Deque.h:568:34: warning: Member variable 'DequeIteratorBase < FunctionWithContext >::m_previous' is not initialized in the constructor. [uninitMemberVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:130:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ULONG_PTR [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:234:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:253:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:285:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_recursionCount [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:296:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_internalMutex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:308:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_internalMutex [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:328:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_recursionCount [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:336:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WAIT_OBJECT_0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:383:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WAIT_OBJECT_0 [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:436:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_waitersGone [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:462:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:121:50: style:inconclusive: Function 'initializeCurrentThreadInternal' argument 1 names different: declaration 'threadName' definition 'szThreadName'. [funcArgNamesDifferent] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h:120:50: note: Function 'initializeCurrentThreadInternal' argument 1 names different: declaration 'threadName' definition 'szThreadName'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ThreadingWin.cpp:121:50: note: Function 'initializeCurrentThreadInternal' argument 1 names different: declaration 'threadName' definition 'szThreadName'. qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:369:23: debug: CheckClass::isMemberVar found used member variable 'm_buffer' with varid 0 [varid0] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h:373:14: performance:inconclusive: Technically the member function 'WTF::VectorBuffer::restoreInlineBufferIfNeeded' can be static (but you may consider moving to unnamed namespace). [functionStatic] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h:269:10: style:inconclusive: Technically the member function 'WTF::ThreadSafeSharedBase::hasOneRef' can be const. [functionConst] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:92:27: warning: The struct 'VectorTraits' defines member variable with name 'needsDestruction' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:40:27: note: Parent variable 'VectorTraitsBase::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:92:27: note: Derived variable 'VectorTraits::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:92:27: warning: The struct 'VectorTraits' defines member variable with name 'needsDestruction' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:52:27: note: Parent variable 'VectorTraitsBase::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:92:27: note: Derived variable 'VectorTraits::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:93:27: warning: The struct 'VectorTraits' defines member variable with name 'needsInitialization' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:41:27: note: Parent variable 'VectorTraitsBase::needsInitialization' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:93:27: note: Derived variable 'VectorTraits::needsInitialization' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:93:27: warning: The struct 'VectorTraits' defines member variable with name 'needsInitialization' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:53:27: note: Parent variable 'VectorTraitsBase::needsInitialization' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:93:27: note: Derived variable 'VectorTraits::needsInitialization' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:94:27: warning: The struct 'VectorTraits' defines member variable with name 'canInitializeWithMemset' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:42:27: note: Parent variable 'VectorTraitsBase::canInitializeWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:94:27: note: Derived variable 'VectorTraits::canInitializeWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:94:27: warning: The struct 'VectorTraits' defines member variable with name 'canInitializeWithMemset' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:54:27: note: Parent variable 'VectorTraitsBase::canInitializeWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:94:27: note: Derived variable 'VectorTraits::canInitializeWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:95:27: warning: The struct 'VectorTraits' defines member variable with name 'canMoveWithMemcpy' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:43:27: note: Parent variable 'VectorTraitsBase::canMoveWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:95:27: note: Derived variable 'VectorTraits::canMoveWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:95:27: warning: The struct 'VectorTraits' defines member variable with name 'canMoveWithMemcpy' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:55:27: note: Parent variable 'VectorTraitsBase::canMoveWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:95:27: note: Derived variable 'VectorTraits::canMoveWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:96:27: warning: The struct 'VectorTraits' defines member variable with name 'canCopyWithMemcpy' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:44:27: note: Parent variable 'VectorTraitsBase::canCopyWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:96:27: note: Derived variable 'VectorTraits::canCopyWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:96:27: warning: The struct 'VectorTraits' defines member variable with name 'canCopyWithMemcpy' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:56:27: note: Parent variable 'VectorTraitsBase::canCopyWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:96:27: note: Derived variable 'VectorTraits::canCopyWithMemcpy' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:97:27: warning: The struct 'VectorTraits' defines member variable with name 'canFillWithMemset' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:45:27: note: Parent variable 'VectorTraitsBase::canFillWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:97:27: note: Derived variable 'VectorTraits::canFillWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:97:27: warning: The struct 'VectorTraits' defines member variable with name 'canFillWithMemset' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:57:27: note: Parent variable 'VectorTraitsBase::canFillWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:97:27: note: Derived variable 'VectorTraits::canFillWithMemset' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:98:27: warning: The struct 'VectorTraits' defines member variable with name 'canCompareWithMemcmp' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:46:27: note: Parent variable 'VectorTraitsBase::canCompareWithMemcmp' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:98:27: note: Derived variable 'VectorTraits::canCompareWithMemcmp' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:98:27: warning: The struct 'VectorTraits' defines member variable with name 'canCompareWithMemcmp' also defined in its parent struct 'VectorTraitsBase'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:58:27: note: Parent variable 'VectorTraitsBase::canCompareWithMemcmp' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:98:27: note: Derived variable 'VectorTraits::canCompareWithMemcmp' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:92:27: warning: The struct 'VectorTraits' defines member variable with name 'needsDestruction' also defined in its parent struct 'SimpleClassVectorTraits'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:66:27: note: Parent variable 'SimpleClassVectorTraits::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:92:27: note: Derived variable 'VectorTraits::needsDestruction' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:93:27: warning: The struct 'VectorTraits' defines member variable with name 'needsInitialization' also defined in its parent struct 'SimpleClassVectorTraits'. [duplInheritedMember] qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:67:27: note: Parent variable 'SimpleClassVectorTraits::needsInitialization' qt-everywhere-opensource-src-4.8.7/src/3rdparty/javascriptcore/JavaScrip