2025-12-27 12:54 ftp://ftp.de.debian.org/debian/pool/main/e/emacs-lsp-docker/emacs-lsp-docker_1.0.0+git20250423.ff41f4a.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-90-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.19.0 head-info: a5ec929 (2025-12-24 09:21:38 +0100) count: 5 5 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: emacs-lsp-docker-1.0.0+git20250423.ff41f4a/demo-projects/CPP/hello-world.cpp:9:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] emacs-lsp-docker-1.0.0+git20250423.ff41f4a/demo-projects/CPP/hello-world.cpp:9:8: style:inconclusive: Technically the member function 'Greeter::SayHello' can be const. [functionConst] emacs-lsp-docker-1.0.0+git20250423.ff41f4a/demo-projects/CPP/hello-world.cpp:8:3: style: Class 'Greeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] emacs-lsp-docker-1.0.0+git20250423.ff41f4a/demo-projects/CPP/hello-world.cpp:8:23: performance: Function parameter 'greeting' should be passed by const reference. [passedByValue] emacs-lsp-docker-1.0.0+git20250423.ff41f4a/test/c-src/helloworld.cpp:5:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] diff: DONE