GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 59c3bd22 | ProcessExecutor: removed unnecessary `\0` passing in message reading/writing ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3281fc91 | Fix #11879 FN unreadVariable (regression) (#5345) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 725c431e | Fix #11881 FP returnStdMoveLocal / Fix FP incorrectStringBooleanError / Suppo... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 03b952d5 | Fix 11579: false negative: knownConditionTrueFalse with non-bool as bool para... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a5cfa85e | Fix 11884: Hang in valueFlowGetStrLength (#5352) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 63811b29 | Fix #11872 FN unusedVariable with multidimensional array (#5334) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d6914504 | Improve knownArgument to check arguments to any nary function (#5348) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a92b10ca | fixes #11104 (avoid C++-only parsing when processing C code in parsedecl()) /... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 41bdd87d | Fix #11875: hang in hasBorrowingVariables() (#5337) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 74c4daaa | optimized `Token::Match()` a bit by always inlining `Token::multiCompare()` (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e669b102 | renamed `Check::reportError(const ErrorMessage&)` to `writeToErrorList()` to ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| bfb50ca9 | removed unnecessary `Settings` parameter from `Check::runChecks()` and made `... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 1bedf443 | CmdLineParser: deprecated `--template <template>` and `--template-location <t... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c7f88db9 | CmdLineParser: deprecated `--template <template>` and `--template-location <t... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 33dee83c | moved suppression-specific code out of `ErrorLogger` (#5329) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 7f22ef4e | Set ValueType for auto with ternary (#5304) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 827e87af | Fix #11579 FN knownConditionTrueFalse with non-bool as bool parameter / #9450... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5dbcea3f | enabled and mitigated `readability-container-size-empty` clang-tidy warnings ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3cf91001 |
fixed #6316 (Use std::to_string() in place of MathLib::toString() ...) - dele...
Co-authored-by: Robert Reif <r****f@e****t> |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d8b44dff | fixed/suppressed several compiler warnings (#5327) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 84a9b3a5 | enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / re... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 6a263ba0 | optimized `Library::detectContainerInternal()` a bit (#5333) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8b309a88 | Use readdir() instead of deprecated readdir_r() (#5330) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 824f8951 | Add test for #10350, fix arg direction in windows.cfg (#5328) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8aa9d710 | Fix 11844: FP negativeIndex for known loop (#5282) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c257c703 | Fix #11546 FP danglingTemporaryLifetime with unknown member (#5256) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d064f9c2 | -j 0 causes indefinite hang. require >= 1 (#5326) |
Ryan M. Lederman <l****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 69308447 | TestCmdlineParser: fixed some TODO test cases (#5325) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d076da8f | added missing `__GNUC__` define for selfcheck (#5324) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 52081ef0 | Add special function to match lifetimes (#5320) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 48c91abb | Fix issue 11867: Assert failure in valueFlowContainerSize() (#5317) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 466da1e7 | Fix FP misusedScopedObject (#5321) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 53714556 | optimized pipe writing/reading and `ErrorMessage` serialization a bit (#5279) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d4d77ede | Fix FP uninitStructMember / cleanup from #5311 (#5315) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2b3dec44 | TestCmdlineParser: properly reset settings and parser between tests (#5310) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 0901ba9a | Fix 11865: Assert failure in setSymbolic() (#5318) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5c6962c2 | Fix FP unusedVariable with arrays (#5319) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b9cc138e | Fix FP badBitmaskCheck in nested binary expressions (#5316) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 720ae018 | Fix #11353 FP uninitvar for struct member set via pointer (#5314) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a7d487f6 | Fix #11805 FP uninitvar for stringstream into deref pointer to uninit var / ... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 76ffd21e | Update releasenotes.txt [skip ci] (#5313) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 560982de | Fix FP leakNoVarFunctionCall (#5309) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 23deadb3 | Fix #11866 FN memleak when pointer is converted to bool (#5306) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| de9795b0 | deprecated qmake build system / removed Qt5 fallback when using `USE_QT6=On` ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 24479c60 | Fix 11850: false negative: knownConditionTrueFalse with std::string::empty() ... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4e8c2401 | updated CI to Clang 17 (#4797) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 25028972 | avoid some redundant and unused settings in tests among other cleanups / adde... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 8166bfc7 | Do not crash on GUI shutdown (#5288) |
Maksim Derbasov <n****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 037bed5b | testrunner: fix clang compile error related to `dinit` (#5297) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f1749ab7 | CppcheckExecutor: use dedicated ErrorLogger for printing error messages XML (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5ea1bca9 | Fix argument direction in windows.cfg, missing Qt macros (#5302) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c3d7c91e | Additional call to setValueTypeInTokenList() (#5300) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 47c9a941 | Restore references (#5303) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 09962a6b | Edit verbose warning message for uninitVarError (#5301) |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| eee12217 | Use in-class initializers, default constructors, class -> struct (#4842) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 838b6b86 | Fix #11862 FN constParameterPointer with increment (#5291) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 610777d5 | Set enum ValueType for :: (#5298) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 072212e7 | added `TestCheck` and moved some tests from `TestCppcheck` (#5289) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 988edd24 | TestSingleExecutor: test clang-tidy invocation (#5294) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| dcdf67a6 | some `-Wdouble-promotion` Clang compiler warnings (#4820) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| cc592a69 | CppCheckExecutor: improved library loading error handling a bit (#5275) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e38a031a | ValueFlow: pass `SymbolDatabase` by reference into `ValueFlow::setValues()` (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a17f6e89 | pass `Suppressions` separately from `const Settings` into executors (#5278) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| de8b4150 | Explicitly state that --verbose and --quiet can be used at the same time (#5259) |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 73251544 | Fix #11842 FN constParameterPointer with library function (#5257) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 77c479a6 | pass `TokenList` as reference into `ValueFlow::setValues()` (#4868) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| b2511fb3 | Check if --cppcheck-build-dir exists (#5254) |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5d201c4e | testrunner: use structs with designated initialization to pass options (#4975) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4aae670b | donate-cpu: fixed #11276 (donate-cpu: Improve library detection) / respect `-... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5ff8955d | Fix #11862 FP truncLongCastAssignment with increment (#5290) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| da6c39e9 | iwyu.yml: actually disable archlinux step [skip ci] (#5287) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| faf80470 | Fix FP truncLongCastReturn on Windows (#5262) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| de0fdc85 | donate-cpu-server.py: adjusted head information summary name / added `interna... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 45de338f | cleaned up includes based on include-what-you-use / iwyu.yml: updated to yet ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 389e446d | Fix 11848: Assert failure in getParentValueTypes() (#5274) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 931a59a7 |
Fix FN variableScope (#5273)
Co-authored-by: chrchr-github <c****r@g****b> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 4452ae6d | iwyu.yml: applied `apt.llvm.org` workaround as well [skip ci] (#5286) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| bc54fab9 | Workaround for CI failure (#5285) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 5a322365 | fixed `scriptcheck.yml` (#5268) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e7a2585e | noExplicitConstructor - Verbose error message edit (#5260) |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| bfaa7c07 |
Fix #11845 FP variableScope if buffer is passed to a conditionally called fun...
Co-authored-by: chrchr-github <c****r@g****b> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 99f7f88f |
Fix FN constParameterPointer (#5270)
Co-authored-by: chrchr-github <c****r@g****b> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| f10851dc | posix.cfg: erand48/nrand48/jrand48 fixed argument direction (#5253) |
Tobias <g****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 265759df | tokenlist.cpp: fixed GCC `-Wunused-variable` warning (#5266) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c5deb0a6 | Fix a typo in error message (#5264) |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 3186577f | Add author of #5252 to AUTHORS (#5263) |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ba764ead | unusedFunction disabled warning is not printed if --cppcheck-build-dir is use... |
Samuel Poláček <s****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2cf4b3a6 | Fix functionConst TODO (#5261) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 101ddea1 | Fix #11840 FP constStatement with template parameters on operator (#5258) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a6b01297 | Fix #11838 FP uninitvar with label matching variable name (#5251) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| d2546d52 | Fix #11788 False positive: unreadVariable in else (#5248) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 2878c68e | Fix FP unknownMacro (#5249) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c2ed362c | Update Japanese translation (#5246) |
Tomo Dote <f****4@g****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 92caa835 | Fix 11806: FP uninitvar for reference to unitvar in ternary ?: operator (#5247) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| e4827cb3 | Fix #11828 False positive when getting a span via an out argument (#5243) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 72212331 | Fix #11832 False positive: uninitialized variable '*(&var) = 0' (#5241) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| a4a29bfb | Fix #11411 FP selfInitialization after initialization of previous member from... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 48dd4dc3 | Fix #11831 FP negativeContainerIndex / wrong return value from virtual functi... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 258581ce | Fix FP uselessOverride with macro (#5238) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| c0bd9f8b | Fix #11827 FP duplInheritedMember - different return type (#5231) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago |