An open API service providing commit metadata for open source projects.

GitHub / danmar/cppcheck / commits

static analysis of C/C++ code

SHA Message Author Date Stats
13f7e534 Fix test for #14578 (#8317) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
5aa87395 Fix #14566 FP variableScope (variable used in loop) (#8296) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
26f12878 [gui] Prevent detaching from Q containers in range-based for loop (#8311) Christoph Grüninger <f****s@g****e>
Committed by: GitHub <n****y@g****m>
6 months ago
3744a3ab Fix #14578 using-declarations not simplified with --std=c++03 (#8308)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
6a14618a Workaround for broken apt.llvm.org repo (revert to clang 21) (#8312)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
2dac5356 Fix #14478: FN autoVariables for array of structs (#8247) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0e0f9de8 Refs #13771, #13776: No AST for function declarations (#8222)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
da110ba0 bumped version to 2.20.99/2.21 (#8293) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0c3d74f4 daca@home: update OLD_VERSION and SERVER_VERSION [skip ci] (#8294) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
b672d762 removed unnecessary CMake generator parameters from CI (#8286) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
3a4850ce releasenotes.txt: clear notes (#8289) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
9a00e4a1 Release: Update copyright year (#8285) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e190b2e1 Release: Update ts files [skip ci] (#8288) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
be92fb5a Run tools/get_checkers.py to update checkers report (#8284) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
4cf551f7 AUTHORS: Add Florian Mueller [skip ci] (#8287) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f309bf23 fixed #14081 - fail builds in CI on CMake warnings (#8273) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
41770838 fixed #14547 - store absolute path in `FileWithDetails` (fixes slow lead up t... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
25fe1de8 Fix #14548 internalAstError for compound literal in ternary operator (#8283) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f27f35be Fix #14494: FP syntaxError (parenthesis after if) (#8218) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
09b90944 adjusted mode of some CMake messages (#8278) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
02119e50 clang-tidy.yml: replaced obsolete `WARNINGS_ARE_ERRORS` with `CMAKE_COMPILE_W... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f578aac5 follow-up for #13050 - fixed CMake warning when `BUILD_TESTS` is not actually... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
33bd6fb3 CI-windows.yml: reverted accidental change of PCRE CMake flag (#8281) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
9d674c2a Fix #14544 FP nullPointerRedundantCheck (array argument) (#8271) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1c197095 Fix #7091 FN variableScope for variables used in inner loop (#8245)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0580f2b1 refs #13810 - fixed missing column for `invalidSuppression` (#8121) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
2c53a923 createrelease: added note about creating performance tracking ticket [skip ci... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
31cb62d1 fixed #14545 - updated simplecpp to 1.6.5 (#8196) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1820c058 Fix #14540 FP shiftNegative after sign check (#8269) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
09150edd fixed #14259/#14491 - CI-unixish.yml: added step using minimum required CMake... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
fdc01707 fixed #13659 - set proper line for file-level `unmatchedSuppression` (#8266) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
ee42c2cd Fix #14526 FN throwInNoexceptFunction with throw in member function (regressi... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f04dccd3 fixed #13087 - store `unmatchedSuppression` in `AnalyzerInformation` (#8173) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
11c3958e Followup to #14510: constParameterPointer for immediately evaluated lambda (#...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
ff0929af Fix #14482 (False negative: missingReturn not reported for function that retu... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
959bfb17 Fix #14543 (createrelease: run coverage.py to update mappings) [skip ci] (#8268) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
cfcd8747 fixed some `Variable copied when it could be moved` Coverity warnings (#8265) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
9c0834be Fix #14530 FP redundantCopyLocalConst with dissimilar types (#8259)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
a54b894f fixed #13050 - deprecated CMake option `BUILD_TESTS` in favor of `BUILD_TESTI... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
c49dfb6e fixed #1059/#14519 - extract configurations for compound preprocessor checks ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
64abf204 Fix #12724 FN: resourceLeak (allocation result in variable, regression) (#8215)
Co-authored-by: chrchr-github <n****y@g****m>, Daniel Marjamäki <d****i@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
6293b2c5 improved `--debug-analyzerinfo` output (#8255) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
9bb6ee84 Fix #14532 (Release 2.20: Update Cppcheck Premium checkers mapping) (#8260) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
da9399d2 Fix #14534 FN redundantInitialization (std::string, initialization with strin... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
4d8eab36 Fix #14390 Inconsistent functionConst with pointers in container member (#8248) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
afc317e1 Partial fix for #14524 FN memleak with C++ cast (#8249) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
15424d0a Fix #14527 (createrelease: uploading files tweaks) (#8254) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
bed8dbee Fix #12609 FN redundantCopyLocalConst (copy from variable) (#8251)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
bd33cf53 Fix #11389 Do not warn for truncLongCastReturn if operands have known valid i... ceJce <j****e@c****e>
Committed by: GitHub <n****y@g****m>
6 months ago
5f6aebee Fix #14516 (Review progress messages) (#8241) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1a9bdeb5 Fix #14510 FP constParameterPointer (lambda decaying to function pointer) (#8...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
6c20dbe2 Add tests for #14479 & #14480: False negatives with member pointers (#8244) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
923430d2 Fix #14518 FP KnownConditionTrueFalse: std::string constructed from char arra... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
d163087b Refs #12832: donate_cpu_lib: Add library detection fro AVR, MSUnitTest, SELin... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e1cfdb9d Fix #12742 FP containerOutOfBounds for increment in loop (#8230) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
ba14d48f made `Scope::findInNestedListRecursive()` const (#8236) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
a5db405d Fix #14483: false negative: unusedStructMember (member pointer) (#8228) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
b8e93951 tools/check-errorids.sh: match errors ID in output which are not followed by ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0007ba8b fixed #14383 - clear `PATH` in selfchecks and explicitly provide executable l... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
62ebc009 Fix #12944 FP uninitvar reported in lambda (#8237) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0a3f4455 fixed #14506 - `arrayIndexThenCheck` had the wrong severity check (#8229) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
b021c4f2 Fix #14497 FN variableScope (else branch, regression) (#8227) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
179f04a0 Fix #14290 (GUI: detailed progress view that shows what files the threads are...
Co-authored-by: Ludvig Gunne Lindström <l****m@g****m>
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1f72150a added some more @throws doxygen comments (#8220) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
85583d95 Fix #14172 FN leakReturnValNotUsed with scope operator (regression) (#8225)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0a5b103a Fix #14496 FN variableScope with nullptr (#8221) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
24c7f0bf Fix #14403 FP ignoredReturnValue for wxPanel::Layout() (#8224) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f7130c3b fixed #14495 - test/cli/performance_test.py::test_stack_overflow_AST: increas... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
6d033040 testrunner: merged `ASSERT_THROW_EQUALS_2` with (unused) `ASSERT_THROW_EQUALS... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
a150ff48 Fix #14486 FP selfInitialization with local class derived from template (#8208) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
781277ce Fix #14477 internalAstError with fold expression in template (#8203)
Co-authored-by: Daniel Marjamäki <d****i@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
65c94a68 improved errorhandling of analyzer information loading (#8159) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
29b92af0 Fix #14481 FN constParameterPointer when returning struct member in if (#8202) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
90423025 Partial fix for #10976 FN autoVariables [inconclusive] (regression) (#8170) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
5fc51d11 Fix #14308 FP nullPointerRedundantCheck with pointer reference parameter (*&)... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e3ef82e0 Fix #14342 FN containerOutOfBounds (std::string_view of array, constructor ca... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
70d3545f extracted selfcheck into script (#8198) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
4f03f096 fixed #13788 - CI-unixish-docker.yml: added `ubuntu:25.10` / cleanups (#7472) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
33e45d64 re-worded some error messages and avoid using product name (#8074) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
0342d0c7 iwyu.yml: fixed macOS run [skip ci] (#7832) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
3dc52dc5 Fix #14492 (Import checkers for checkers-report from addon json) (#8216) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
952f81c9 Fix #14438 fuzzing crash (null-pointer-use) in singleAssignInScope() (#8201) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
fbb10555 Fix #14489 (GUI: The platform files are not shown in the dropdown in ProjectF... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
1c65d48d Fix #14485 FP uninitdata with cast (#8209) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
50fa3b4e ValueFlow: avoid various unnecessary copies (#8207) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e4a8480a Fix #14488 (GUI: The Misra C checkbox in "Edit Project" dialog is unchecked) ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
fd66b27d extracted redundant selfcheck invocation into shared script (#7617) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
6a51ddb4 CI-cygwin.yml: switched site to https://mirrors:cicku:me/cygwin (#8205) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
052538e8 Fix #14475 (Document unknownMacro) (#8194)
Co-authored-by: chrchr-github <7****b@u****m>
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
bd5ff18d Fix #14451 fuzzing crash (stack-overflow) in CheckNullPointer::nullPointerBy... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7c5db88a Add tests for #10241, #11519, #12532, #13403 (#8200)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
1e79f7ff Fix #14476 (Premium Misra: skip bailout; condition '2>3' is always false) (#8... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7e6f5e61 Fix #14448 FN uninitdata after pointer check (#8163) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
8b648402 Fix #13797 FN nullPointer with negated if-condition (regression) (#8172)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
e2824518 Fix #13908 Improve check: uninitdata not detected in 'std::cout << i << ", " ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
08fb0fcc AnalyzerInformation: use `Info::parse()` in `getAnalyzerInfoFileFromFilesTxt(... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
d92c5797 Fix #14428 FP duplicateCondition, pointer data may be changed in function cal... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
dc2049b6 fixed #14459 - removed unused `files.txt` entry when defines are provided by ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
bbfd62c9 fixed #12834 - de-duplicate input files by comparing absolute paths (#8193) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7f1225d0 refs #10663 - bail out early on some impossible matches in `Library::detectCo... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago

← Back to repository