GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c331d493 | prevent unnecessary `utils::as_const()` calls (#8316) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 498b2c6e | refs #14599/#4452 - test/cli/other_test.py: improved `--showtime` tests (#8337) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 0a07f76b | refs #14599 - Tokenizer: use `TimerResultsIntf` (#8348) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 0900f640 | fixed #13792 - release-windows.yml: use latest Python version [skip ci] (#8332) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 44128339 | Fix #14612 Internal error: "Cannot find end of expression" (#8354) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 8119a9d9 | Fix #13305 FN moduloofone with %= (#8353) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 3a7e3829 | Fix #11498 debug: Failed to parse 'x'. The checking continues anyway. (#8345) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| b17b4edb | Disable matchcompiler on old python versions (#8352) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| b52fd480 | Fix #14606: Crash in Gui (#8346) |
olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 8cb66cf4 | updated CI to Clang 22 - again (#8342) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 1d1f7478 | refs #14593 - improved string concatenation in `ScopeInfo3` constructor (#8334) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 36b8eb5a | Partial fix for #14576: Missing attribute alignas (#8305) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 504b3338 | Fix #14567: internalAstError for requires expression with parameter list (#8309) |
Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 68c91ae2 | fixed #14585 - store all errors in `AnalyzerInformation` even if suppressed (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 83a7e99c | fixed #14584 - set minimum required AppleClang version to 6.0 / separated han... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| d6ac48f6 | fixed #14591 - store CTU function call information path with proper slashes (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 4f31d0aa | release-windows.yml: removed hardcoded aqt version [skip ci] (#8333) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| dd26a1a3 |
Fix #14571 FN constParameterPointer with reference to nested member (regressi...
Co-authored-by: chrchr-github <n****y@g****m> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| ca14dfa4 | Partial fix for #14523 FN knownConditionTrueFalse (brace-init in if, regressi... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 766c5b56 | Fix #14595 FN identicalInnerCondition in for loop (#8335) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| ade85821 | Fix #14582 FP uninitvar (array accessed via cast) (#8329) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| fbf35b88 | Fix #14573 Only consider last NULL argument in varFuncNullUB (#8297) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 391dd839 | createrelease: tweak upload [skip ci] (#8339) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| aeb2328a | refs #14084 - fixed most uninitialized CMake variables (#8292) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 7d80f641 | Fix #14581 FP missingOverride for uninstantiated template overload (#8322) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 951567b6 | Fix #14583 FP duplInheritedMember for uninstantiated template (#8326) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 64962734 | Fix #14560 FP constParameterPointer (bad configuration in windows.cfg) (#8325) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 922bb96a |
CheckUninitVar: avoid redundant find() (#8321)
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 | |
| 1b9124e5 |
Fix #14533, #14536 FN stlcstrConcat, stlcstrAssignment, stlcstrConstructor (#...
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 | |
| 45e0eb04 | refs #14579 / refs #10543 - fixed compilation on Alpine Linux / added checks ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 54b43646 | testrunner: added option `-x` to exclude the specified tests (#8314) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 8c99f0ec | gui/mainwindows.cpp: removed redundant `ResultsView::clear()` call (#8315) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| e473adb8 | iwyu.yml: reverted to Clang 21 for now [skip ci] (#8318) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 2f1665b5 | [utils] Add Doxygen comment for utils::as_const (#8320) |
Christoph Grüninger <f****s@g****e>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 018417d4 | Fix #14577 (Checkers report: unsigned integer overflow can lead to huge strin... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 04af809b | Fix #13685 FP uninitvar with nested compound statement scopes (#8300) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 929f95cb | Fix #13509 information: --check-library: There is no matching configuration f... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| c364e626 | Fix #14575 FN constVariablePointer with std::wstring (#8301) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 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 |