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

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
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>
7 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
81c9ac2b Fix #14439 FP uninitvar when variable name matches function pointer argument ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
3a99f41f Partial fix for #14342 FN containerOutOfBounds with std::span and std::string... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
67606e6e small cleanup of disabled Clang compiler warnings (#8166) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
6cf6b21a refs #14226 - ImportProject: removed need for test class friend declaration /... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
8f83c601 refs #14226 - PathMatch: removed need for test class friend declaration (#8179) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
a4956771 cppcheck.vcxproj: do not use precompiled header for `externals` sources (#8177) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
dad374cb CheckClass: renamed `Bool` enum values (#8187) Reshma V Kumar <r****r@i****m>
Committed by: GitHub <n****y@g****m>
7 months ago
cc24161b Fix #13671 duplicated unreadVariable with assignment in variable declaration ...
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>
7 months ago
792a761a Fix #14465 duplicated returnDanglingLifetime (#8184)
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
d2c363fe moved `FileSettings::fileIndex` to `FileWithDetails::mFsFileId` / cleanups (#... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
cca158f3 Fix #14467 (Premium: unusedLabel is not activated as expected by --premium=mi... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
fac75a10 Fix #14461: Manual: comment directly after inline suppression (#8181) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
d7660980 Fix #14431: FP unknownEvaluationOrder with designated initializers (#8180) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
23adf760 cleaned up includes based on `include-what-you-use` (#8178) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
c2df2d43 Fix #14435 Stack overflow in isVarUsedInTree() (#8157) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
5fa13b93 Tokenizer: move syntax checks to findGarbageCode() (#8168) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7dbb1fad Fix #13735 AST:function name in parantheses (#8183) ceJce <j****e@c****e>
Committed by: GitHub <n****y@g****m>
7 months ago
380cf9aa Fix #14367: Support polyspace inline suppressions for misra c:20xx rules (#8169) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
a4bd260e Fix #14457 (ValueType: char expression without signedness) (#8174) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
a438097a AUTHORS: Add ceJce [ci skip] (#8171) ceJce <j****e@c****e>
Committed by: GitHub <n****y@g****m>
7 months ago
1b826754 Fix #14317 Syntax error using macro inside ifdef block (#8123) ceJce <j****e@c****e>
Committed by: GitHub <n****y@g****m>
7 months ago
c4f754e1 Fix #14392 FN knownConditionTrueFalse (assigning function call result) (#8118) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
f8244fd5 Fix #14424 FP constStatement when using declaration matches variable name (#8... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
6369e518 enabled and fixed `-Wcovered-switch-default` Clang warnings (#8153) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
803fdfed Fix #14432: fuzzing crash (null-pointer-use) in Tokenizer::setVarIdPass1() (#... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
697360d5 refs #14226 - Token: removed need for test class friend declaration (#8149) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
d5d5b987 Refs #6049: Fix verbose ctuPointerArith message (#8162) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
fe492d67 Fix #14416 FP knownConditionTrueFalse for function taking const pointer to co...
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
537b0999 fixed #14384 - added `Platform::windows` to specify if a platform is a Window... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
e43606ce Fix #14419 and #14444: Issues with AST/value type for enum declarations (#8160) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
e1a66008 Fix #14429 FP uninitMemberVar for function declaration (#8156) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
d0524c3d Fix #14413 : Add tag line and column in typedef-info in dump file (#8134) Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
0c2b64b8 valueflow.cpp: de-templatize a `valueFlowForward()` overload (#8154) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
24714db3 refs #14226 - CppCheckExecutor: removed need for test class friend declaratio... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
c221f525 Fix #14209 FN invalidLifetime (struct returned from subfunction, regression) ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
ddce8d5d Fix #14433 (Import project: refactor code to read compile_commands.json) (#8030) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
31da8a2c refs #10765/#11262 - Token: introduced cache for `isMutableExpression()` call... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
df927d56 Fix #14425 FP functionStatic: function call on this with unknown base class ...
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
73b2ad62 Follow-up to #13712: Report unknownMacro (#8152)
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
e071e29c Fix #13717 FN multiCondition with NULL pointer check / #13716 FN duplicateCon...
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
cfddd3e2 made `AnalyzerInformation::mAnalyzerInfoFile` a local variable (#8136) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
61c66726 testrunner: made the friend wrapper test classes final (#8137) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
cde1b8d4 Fix #14098 FN nullPointer constructing std::string from known function result... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
eef2137c Fix #14421 Crash in TokenList::isFunctionHead() (#8146)
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
8c762adc Fix #14423: Add support for Cairo, GLib, GTK and ATK version check macros (#8... Colomban Wendling <b****n@h****g>
Committed by: GitHub <n****y@g****m>
7 months ago
6f53cda5 Fix #14420 (Premium: Add option to enable safety profiles) (#8143) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
a3601b21 Fix #14409 FP constVariableReference with pointer reference (#8131)
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
fd1019ad updated CI to Clang 22 (#7723) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
fdd7b1d7 refs #10736 - cli/main.cpp: removed conditional (`NDEBUG`) exception handling... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
bb8a5937 Fix #13220 FN nullPointerRedundantCheck with constructor (regression) (#8132) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
fabe1496 fixed #12089 - switched built-in platforms to signed `char` by default (#8128) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
81cd36d7 Fix #14155 FP resourceLeak with socket() and windows.cfg (#8133) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
0393c9d3 Add test for #10733 (#8135)
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
16fc50c7 Fix #10252 debug: Failed to parse 'x'. The checking continues anyway. (#8129)
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
ae060ded Fix #14395 FP syntaxError for lambda in for loop (#8125) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
d329ee97 Fix #14400 FP syntaxError for trailing return type (#8127)
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
a8f83c1c Fixup #14396 (Update value for INT64_MIN, value should be a signed expression... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
367e4379 Fix #14396 Update value for INT64_MIN, value should be a signed expression (#... Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
b0bbcffd fixed #13201 - removed usage of `_CRTDBG_MAP_ALLOC` and related code (#6886) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7abb4840 fixed #14347 - fixed Clang warnings in C++20 build (#8021)
Co-authored-by: Daniel Marjamäki <d****i@g****m>
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
fff4f524 fixed #8437 - got rid of static global `TimerResults` instance (#8120) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
e1aa0302 Fix #14393 FP syntaxError for anonymous bit field (#8119)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago

← Back to repository