2026-05-03 02:29 ftp://ftp.de.debian.org/debian/pool/main/libc/libclang-perl/libclang-perl_0.09.orig.tar.gz 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-111-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.70 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.20.0 head-info: e5c4a73 (2026-05-01 11:10:43 +0200) count: 7 4 elapsed-time: 0.1 0.0 head-timing-info: old-timing-info: head results: Clang-0.09/t/fragments/cat.h:10:5: style: Class 'Cat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] Clang-0.09/t/fragments/cat.h:11:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] Clang-0.09/t/fragments/animal.h:6:25: note: Virtual function in base class Clang-0.09/t/fragments/cat.h:11:25: note: Function in derived class Clang-0.09/t/fragments/cat.cc:3:16: style:inconclusive: Function 'Cat' argument 1 names different: declaration '' definition 'name'. [funcArgNamesDifferentUnnamed] Clang-0.09/t/fragments/person.cpp:3:20: style:inconclusive: Function 'Person' argument 1 names different: declaration '' definition 'age'. [funcArgNamesDifferentUnnamed] Clang-0.09/t/fragments/person.cpp:3:29: style:inconclusive: Function 'Person' argument 2 names different: declaration '' definition 'id'. [funcArgNamesDifferentUnnamed] Clang-0.09/t/fragments/test.c:2:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable argp [valueFlowBailoutIncompleteVar] Clang-0.09/t/fragments/test.c:7:26: style: Parameter 'argv' can be declared as const array [constParameter] diff: head Clang-0.09/t/fragments/cat.cc:3:16: style:inconclusive: Function 'Cat' argument 1 names different: declaration '' definition 'name'. [funcArgNamesDifferentUnnamed] head Clang-0.09/t/fragments/person.cpp:3:20: style:inconclusive: Function 'Person' argument 1 names different: declaration '' definition 'age'. [funcArgNamesDifferentUnnamed] head Clang-0.09/t/fragments/person.cpp:3:29: style:inconclusive: Function 'Person' argument 2 names different: declaration '' definition 'id'. [funcArgNamesDifferentUnnamed] DONE