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

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
a0b2814e Fix #12535 fuzzing timeout in findTokensSkipDeadCode() (#6163) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
72114589 Fix FP truncLongCastAssignment on Windows (f'up to #11953) (#6135) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
63eac64d Fix #12512 fuzzing timeout in compileExpression() (#6160) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c98029b5 Fix #12531 Crash in doAssignment() (#6159) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e2081e85 Fix #12525 false negative: constStatement (#6155) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1e6621cc oss-fuzz/Makefile: added missing dependencies (#6151) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0686bf90 CppCheck: reduced lifetime of some variables / avoid some unnecessary copies ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a9ac19d6 qt.cfg: Activated commented out configuration, since #8479 was fixed (#6150) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b98b3f69 qt.cfg: Added support for QtRegion (#6148) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
602d8295 Speed up performance test (fails on slow runners) (#6149) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c3ceaa1c Fix #12521 internalAstError with using declaration (#6134) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
49a34cde Fix #10689 Several Qt containers are missing from qt.cfg (#6146) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7fef83a2 tools/bisect/README.md: added section about bisecting crashes / triage_versio... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7fd0caea cli/CMakeLists.txt: limit a warning suppression to Clang 13 (#6144) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
dec193c1 Fix #12492 fuzzing crash (stack overflow) in CheckLeakAutoVar::checkTokenInsi... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
00c756a7 Partial fix for #12475 internalError: Cannot find end of expression (#6127) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4d9e2a82 oss-fuzz/Makefile: re-added `translate` target and fixed `no-fuzz` build (#6126) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6bc1e194 wxwidgets.cfg: Improved support for more data structures from wx (#6143) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
26414ffa Fix crash in checkConstPointer() (f'up to #12518) (#6142) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
967323eb Fix #12502 error: Cyclic reverse analysis with scoped new (#6133) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e2b4b3cc Fix #12518 FN constParameterPointer with value cast (#6130) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4b9724b9 wxwidgets.cfg: Added support for wxRegion (#6141) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b6f6c6a1 Add test for #12038 (#6129) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6eff154d wxwidgets.cfg: Added support for wxVersionInfo (#6140) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0a8fdf31 wxwidgets.cfg: Improved support for wxSize, wxPoint, wxRealPont and wx… (#6139) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
95fa5c92 qt.cfg: Added support for QSize, QPoint and QRect (#6138) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a062b99d qt.cfg: Added support for QRecetF, QsizeF and QPointF (#6137) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
274ebac7 qt.cfg: Added support for QRectF (#6136) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0cc47a9d Re-enable CI-cygwin.yml (#6132) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4c479146 Enable validateVariables(), fix fuzzing crash (#6118) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
aa1659fc dmake: generate `oss-fuzz/Makefile` (#6122) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
90dc0234 posix.cfg: Fixed FP for getdelim and array (#6125) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
88df55c5 Fix #12445 FP iterators3, mismatchingContainerIterator with reference after c... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4eac07f0 Fix #11643 Tokenizer: garbage code 'for (()())' (#6120) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1bace58e testrunner: make sure the error output is consumed (#6117) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1fe74859 Fix #11169 fix "delete" handling in "%type%" matching (#6111) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
84f00288 Fix #12462 (False positive: uninitialized data passed by const address, not u... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7134e9e0 added some missing language checks and adjusted some others (#6112) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b5552463 Fix #12501 Crash in autoVariables() with local function declaration (#6114) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d49fd82a fixed fuzzing crashes (#6089) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ed64e972 do not run the scheduled GitHub actions or CIFuzz on forks / some small clean... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c5ff68fa Fix typo in manual (#6113) Degen's Regens <s****k@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6542816b fixed #12465 - added (undocumented) command-line option `--executor` to speci... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
40cc208d reduced `Tokenizer::isCPP()` usage / SymbolDatabase: removed `mIsCpp` and `is... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fadc93f9 testrunner: refactored `givenACodeSampleToTokenize` into `SimpleTokenizer` an... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f9f3fe01 Fix syntaxError with using namespace ::std (f'up to #8454) (#6100) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
866619c7 Fix #12498 FP memleak with getline() and array (#6108) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
343b749b wxwidgets.cfg: Fixed wrong configuration (#6110) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fee0fb26 wxwidgets.cfg: Added support for more interfaces (#6109) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f1d8dd56 wxwidgets.cfg: Added support for more interfaces (#6105) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
58960d9d Deactivated cygwin workflow since the interface is broken (#6106) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7842ae47 Fix #11043 FN: memleak posix getline / #12297 FP: memleak (#6103) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f97bab85 Add test for #12062 (#6102) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b564fdd9 Fix #12494 fuzzing crash in CheckAutoVariables::checkAutoVariableAssignment()... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
54f46d31 Fix #11713 FN constParameterPointer/Reference with unused parameter (#6085) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
210f9ad0 added environment variable `TEST_CPPCHECK_INJECT_CLANG` to inject `--clang` i... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f465dc5b iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up incl... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5804ef7e added environment variable `TEST_CPPCHECK_INJECT_J` to inject `-j` into the c... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
43e4fac2 Don't set type for simplified using declarations (f'up to #8454) (#6088) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7e42652e Fix #12477 [Dump] Added additional Info to the dump file for suppressions (#6... wienans <4****s@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
49897e63 Fix #12354 FN memleak, uninitvar with member initializer (#6090) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ff14917b std.cfg: Added support for std::ios_base::fmtflags() (#6099) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ae0dce5c wxwidgets.cfg: Added support for more interfaces (#6098) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
aee1e211 qt.cfg: Added support for more interfaces, found by daca@home (#6094) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4d35fa9c Fix #12495 FP useStlAlgorithm when searching maximum (#6096) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c0599e04 wxwidgets.cfg: Added more interfaces, found by daca@home (#6095) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c3ab5eff Fix #12487 FN knownConditionTrueFalse with integer operand (#6082) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e93b0310 fixed potential memory leak in `CheckBufferOverrun::getFileInfo()` (#6091) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
54c01cff testrunner: added options `-n` (no summary) and `-d` (dry run) / added script... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
260ae3c3 improved handling/testing of XMLs without a a root node / added some TODOs (#... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ca47f54c oss-fuzz: added `no-fuzz` target / updated build command to match actual flag... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
63913a60 Fix #12490 FP deallocret when returning bool (#6083) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
df7d2ba3 std.cfg: Added more interfaces found by daca@home (#6087) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f3cccd06 Fix #12486 Improve simplification of using statements (#6080) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
14833a4e reduced `Tokenizer::isC()` usage (#5724) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
77406bd6 Tokenizer: removed some wrapper functions (#6054) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2aee9b39 Fix sizeof for multiple array members (f'up to #12479) (#6081) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2464a9d8 iwyu.yml: treat explicit clang include directory in clang-tidy invocation as ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0ab42571 Fix #12485 Regression: FN: unusedStructMember (#6079) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3a31d83d std.cfg: Added support for std::ostringstream::rdbuf() and some std::… (#6078) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
329c7840 std.cfg: Added missing interfaces found by daca@home (#6077) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
779141c9 std.cfg: added support for more interfaces (#6076) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4daa1c31 Fix #8454 Function configuration not found with using std:: (#6052) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cba2739f wxwidgets.cfg: Added more wxLog members (#6075) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9206affa Fix #12482: false positive: misra-c2012-12.4 (#6069) Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ea65c09e false positive: misra-c2012-8.4 (#6059) Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7efe35ab Fix #10052 FP parameter can be const (operator()) (#6063) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
976bd48a Fix #12476 C++ keyword compl simplified in C code (#6068) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e0c84f9a wxwidgets.cfg: Added support for wxBitmap members (#6074) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e2f8c3f2 Fix #12479 FP pointerOutOfBounds with array member (#6070) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6d5b02fb qt.cfg: Added support for QRectF members (#6073) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6b72dcf0 wxwidgets.cfg: Added support for more wxPropertyGrid interfaces (#6072) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
62286c8f Fix #12478 Regression: False negatives arrayIndexOutOfBounds (#6064) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e156fbf9 Fix checkLibraryFunction warning when deriving from std::vector (#6071) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f2e98f21 Remove BSD functions/duplicate from gnu.cfg (#6067) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
61d76e81 small `Preprocessor` usage cleanups (#6066) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
81a29dee fixed #12424 - CppCheck: provide a preprocessor object with `--clang` (fixes ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
41142054 wxwidgets.cfg: Added support for more interfaces (#6062) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ef0a7d61 Fix #12471 FP incorrectLogicOperator, followVariables does not seem to care a... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5da25c1a always provide settings for `TokenList` in tests (#6055) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago

← Back to repository