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

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
449ee241 Fix #13944 FN constParameterPointer in method in derived class (#8673)
Co-authored-by: ceJce <n****y@g****m>, chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9162aa7f Fix #14878 fuzzing crash (null-pointer-use) in Tokenizer::simplifyUsing() (#8... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
56a055d5 Refs #14859: Fix sizeof calculation for std::array (#8671)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
47d4f68f Fix #12428 FN objectIndex when accessing struct member (#8676) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
186a7a9e Fix --premium-license CLI parsing problem with space in path (#8683) William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7d0d721d Fix #14876 Nullptr dereference in usingMatch() (#8678)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7d5a54cc Fix #14877: heap-use-after-free in Tokenizer::simplifyUsing() (#8679) Gilmar Santos Jr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
86f4c917 Fix #14864 FN knownConditionTrueFalse with default initialized user type poin... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
b37e6b85 Add test for #13099 (#8674) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d8eaa524 Fix #13678 FN constParameterPointer (calling const function on struct member)... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
887b5d2f Fix issue 13682: false negative: nullPointerRedundantCheck (multiple conditio...
Co-authored-by: Your Name <y****u@e****m>
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6640a7ce enabled `-Wshorten-64-to-32` Clang compiler warning (#8670) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
b587c7cf Fix #14866 FP bufferAccessOutOfBounds with vector and gethostname() (#8667)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
e0014e1b fixed some `-Wsign-compare` compiler warnings (#8280) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a709c866 Fix #14860 FP sizeofwithsilentarraypointer with std::array (#8661) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
ed596da1 Fix #14817 FN constParameterPointer for constructor initializing array (regr...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d833b6b2 Fix #12520 FN mismatchingContainers/iterators3 with temporary containers and ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d7bcdb59 Fix #14809 FP syntaxError for typedef involving std::size_t (#8618)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
49f7cd28 Fix #14848 FP compareValueOutOfTypeRangeError and knownConditionTrueFalse wi...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
31222058 Refs #9173: Fix FN bufferAccessOutOfBounds (memset on array, &a[0]) (#8656) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
907f9a46 Fix #14850 (Compilation fails on oraclelinux:8 (g++ 8.5.0 released in 2021)) ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
30ec6e19 AUTHORS: Add JonnyPtn [skip ci] (#8666) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
bf099d1d Fix #14854 (import project: Handle forced include files from compilation data... Jonny <j****n@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
731ef86c Fix #11861 Syntax Error: AST broken for C++20 ranges (#8644)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
fb388e69 Fix #14812 FN useStlAlgorithm with std::set (#8629)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d45d9079 Fix #14853 FP funcArgNamesDifferentUnnamed with function pointer argument (#...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
3be9d35f Fix #14863 (tokenizer: add token flag when braces are inserted during simplif... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
93bc2519 Fix #13628 FP: accessMoved with ternary (#8645)
Signed-off-by: Francois Berder <f****r@o****r>
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
2538dcde updated readme to direct vs code users to cppcheck official extension [skip c... David Ramnerö <d****o@h****m>
Committed by: GitHub <n****y@g****m>
2 months ago
af63e5fb Fix #14783 / #14784 FN unusedVariable with templated type (default construct...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
717566c1 Partial fix for #14810 FN constVariablePointer (cbegin() called on container...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
c903d68f Fix #13855 useStlAlgorithm might lack column information (#8627) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
54b482c0 Fix #14374 FP missingReturn with std::throw_with_nested() (#8638) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
37b5e958 removed usage of `#file`/`#endfile` (#7951) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
be0052b6 refs #14345 - dropped some untranslatable strings (#8073) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
fec0f8da gtk.cfg: Remove extra semicolons from g_return* macros (#8632) correctmost <1****t@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
0d7884da Fix #958: warn when feof() is used as a while loop condition (#8422)
Signed-off-by: Francois Berder <f****r@o****r>
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
4a4e12d3 fixed #14084 - run CMake with `--warn-uninitialized` in CI (#8290) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6f17c161 Fix #11751 FP accessMoved after passing value to function (#8646) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
1d0ff1a3 Fix #14842 FN memleak in function with trailing return type (regression) (#8...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
051584cd Refs #12986: Tokenizer: don't simplify init list containing default-construct... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a7faefc9 Fix #14847 Function pointer argument triggers false positive funcArgNamesDiff... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
987d3b48 fwdanalysis: Remove unused What::ValueFlow mode (#8650) François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
2fac13df Fix #14838 FP invalidLifetime, objectIndex with copy to pointer alias (#8649)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9becbb6e Partial fix for #14833 FN returnDanglingLifetime with memcpy() (#8647) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
21de4fae updated *.ts [skip ci] (#8634) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ac63eb55 Fix #14180 FN intToPointerCast with binary integer literal (#8643)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
22b3464e constified more pointers in containers (#8615) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
fdbb42c7 removed unnecessary friend declarations from checks (#8613) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
707f2625 daca: update OLD_VERSION (#8631) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
117bdff2 bumped version to 2.21.99/2.22 (#8633) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
70af3589 createrelease: tweaks [skip ci] (#8635) William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
2285c1da Update Japanese translation for v2.21 (#8630) Tomo Dote <f****4@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0491f591 Clear releasenotes [skip ci] (#8623) William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
550189be fixed #14738 gui recheck file not working properly when importing compile_com... William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
56d86d3f settings.h: forward declare `AddonInfo` (#8602) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bb69f669 Fix #14772 FN returnDanglingLifetime for new expression (#8570) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
9f74c2db fix #14813 crash: recheck in gui sometimes crashes (#8628) William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
49b8c2aa Add test for #12041 (#8626) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
e1053dba Add test for #11841 (#8621)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
26bff2d6 Update get_checkers.py and lib/checkers.cpp (#8616)
Co-authored-by: William Jakobsson <w****n@c****m>
William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8cc4d375 regex.cpp: fixed `unmatchedSuppression` (#8617) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
54b9fa55 Fix #14808 FN leakNoVarFunctionCall with new (#8611) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
cc778553 Add functions thread-unsafe in Ubuntu 26.04 (#8598) Andrew C Aitchison <4****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
21ea669c some `Check::FileInfo`/`CTU::FileInfo` usage cleanups (#8612) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
01e22541 extracted `Rule` from `settings.h` to `rule.h` / added `Regex::engine()` / re... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8c2ed4e2 fix #14802: false positive: shadowFunction (shadowing non-static in static) (... Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
cb7c24de CI-windows.yml: removed hard-coded aqt version (#8604) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
86845141 pass `ErrorLogger` by reference in `Check`/`CheckImpl` (#8601) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
9a97ccf6 fixed #14746 import project: include path in compile_commands.json not handle... William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
fd039589 2.21 updated gui translations (#8597) William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
59a66541 AUTHORS: Add Alvin Che-Chia Chang, Andreas Wilhelm, Piotr Idzik, William Jako...
Co-authored-by: William Jakobsson <w****n@c****m>
William Jakobsson <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8c14fc78 cleaned up includes based on `include-what-you-use` (#8579) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bc2b84dd F'up to #14654: Fix Boost test macro definitions (#8590) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
97b642f1 Release 2.21: Update copyright year (#8594) Wija <5****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f034ad36 Fix #14762 FN knownConditionTrueFalse (default constructed container) (#8575)
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
15a41911 Fix #14785/14786 FN unusedStructMember (scoped standard type, smart pointer) ...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
fe41d367 Fix build: checkmemoryleak.cpp (#8596) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
7f1eba2e Fix #11184 FN leakNoVarFunctionCall with assignment (#8567) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
e0ee4f2c Fix #11775 cppcheckError with array typedef (#8581) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d152dd69 added test for #13690 (#8584) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
98ac18ee pass `Settings` by reference in checks (#8593) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f1379d63 split the actual check implementations from the instances (#5323) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
91ceb735 Update entry for uninitMemberVarNoCtor in releasenotes.txt (#8585) [skip ci] chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
6e46c6ba Fix #14790 Performance regression (hang) in 2.21dev (#8587) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
594b4426 Fix #11754 Confusing message: Size of pointer 'p' used instead of size of its... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
cf483821 Fix CI: unmatchedSuppression in simplecpp.cpp (#8589) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c3e93833 Refs #13296: Fix FP clarifyCondition for cast to pointer to member function (...
Co-authored-by: chrchr-github <n****y@g****m>
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
2cd2f46a Fix #11614 FN knownConditionTrueFalse when assigned to bool (#8569) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
652e06d4 gtk.cfg: Fix gtk_widget_destroy definition and usage (#8546) Gaël Bonithon <g****l@x****g>
Committed by: GitHub <n****y@g****m>
3 months ago
287ae6c1 fixed #14788 - bumped simplecpp to 1.7.0 (#8582) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
96d4a962 Fix #14774 FP bufferAccessOutOfBounds: Wrong size for sizeof( ref ) (#8572) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
47aaa76d iwyu.yml: disabled `HAVE_RULES` for now since Fedora no longer provides PCRE ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
5e8ab5e2 release-windows.yml: fixed build with Visual Studio 2026 [skip ci] (#8563) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bc33aee2 Fix #8192: FN condition always false in for loop condition (#8446)
Signed-off-by: Francois Berder <f****r@o****r>
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bc04c0db Fix #14764 FP uselessCallsRemove with brace init (#8565) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
a84a5a62 Add tests for #11152, #13579 (#8571) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
b82e8664 Fix #14744: Invalid AST for braced init and references/pointers (#8549) Ludvig Gunne Lindström <l****m@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8bc093cc Add tests for #6796, #12896 (#8562) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
72547b3a refs #12442 - generate a fuzzing corpus by extracting code from `testrunner` ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago

← Back to repository