GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| f9ed4099 | gnu.cfg: Added configuration for get_current_dir_name(). (#6626) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9989419c | test/cli/other_test.py: fixed `unused-variable` pylint warning (#6624) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 68e3d3ba | Fix #12828 (cmdline: suggestion to use --checkers-report even though it is us... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 878fe6cd |
enabled and mitigated part of the remaining pylint messages (#6512)
Co-authored-by: kloczek <k****k@u****m> |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| c1cd1e2e | ValueFlow: extracted even more code into separate files (#6617) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| cda74534 | CI-unixish.yml: show check time for each file in selfcheck (#6618) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 450ea7cf | Fix #11899 FP unusedScopedObject for function call and imported constructor (... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 7964357a | Fix #12114 FN knownConditionTrueFalse with namespaced qualified enum and "usi... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 79f9f536 | adjusted message about `unusedFunction` not being active / improved testing o... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ddf5480b | refs #12348 - fixed missing parsing of markup files when a build dir is speci... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 61f25367 | Add tests for #12592, #12786, #12908 (#6616) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 25d79210 | ValueFlow: extracted more code into separate files (#6449) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| b0a9aa8c | TestLibrary: added tests showing failure to detect iterator (#6595) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 8cce83e9 | Token: small `update_property_info()` cleanup (#6601) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 76f1aace | Fix #12951 nullptr dereference in CheckLeakAutoVar::checkScope() (#6613) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 5aebb2cd | Fix #12506 FP memleak when not calling freeaddrinfo() in error path (#6604) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3cb392db | Fix #12890 FP mismatchAllocDealloc with pointer to pointer (#6598) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 1da0e0c2 | Fix #12947 syntaxError for valid typedef (#6611) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3b0b99b4 | AUTHORS: add Scott Ehlert [skip ci] (#6610) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ba1ba4bf | Partial fix for #12923: syntaxError for valid template declaration (#6603) |
Scott Ehlert <1****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ed2cd7a6 | Fix #12921 New check: Detect floating-point casts that cause loss of precisio... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 673d7ae3 | Fix #12583 debug: valueFlowBailoutIncompleteVar reported for "using namespace... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 8ec2a65b | Fix #12940 Lambda type const wrongly suggested (#6605) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 4e35173a | Fix #12946 Calling base class on different object is ignored (#6606) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| c7bc7a8d | cleaned up handling of specifying multiple libraries at once (#6593) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| eeb01263 | Fix #12932 FP: uninitvar (use iterators of std::array of size 0) (#6602) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 03ac57e2 | Fix #12930 syntaxError for valid typedef (#6596) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| d9ce4403 | Fix #12711 FN unusedVariable for std::*stringstream with constructor use (#6600) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9eba96e1 | Fix #12935 FP unassignedVariable with static empty QString in function (#6599) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ecd73d57 | Fixup #12929: better handling of escape sequences in Token::isCMultiChar (#6597) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9b9a4b87 | Fix #9658 FP doubleFree after non-returning function pointer (#6590) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 7aa5e4ac | Partial fix for #12922 FN uninitvar with std::array::at() (#6589) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 818dbeed | Fix #12925 false negative: redundantCopyLocalConst (#6586) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 0bd341f5 | Fix #12929: ValueType: char literal '\'' gets valuetype 'int' (#6588) |
olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ed546094 | library.h: added missing include (#6594) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 21422183 | fixed #11924 - moved library data into implementation class (#6579) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| d3f01ab0 | Refs #12913: Fix FN redundantCopyLocalConst with auto (#6584) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| c89574c1 | Fix 12463: dumpfile: what library are used (#6569) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 5d3b528b | Fix #12924 Syntax error on func(&data)[0] (#6585) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ba29f832 | made `TestTokenizerCompileLimits` not heavy at all (#6587) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 223a9adf | Fix #12920 FP functionConst for ref qualified member function (#6582) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 4064e441 | Fix #12916 False positive: negative shift in macro (string << i) (#6581) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 6192a356 | moved `createTokenFromExpression()` from `library.{cpp|h}` to `programmemory.... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 66f7700f | fixed `common.cpp` compilation for `test-translationhandler` (#6561) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| b9912e02 | Fix #12716 Assert failure in updateRange() (#6580) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 5a20a510 | split `TestTokenizer::compileLimits` into its own fixture and give it a defau... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ef5439ee | refs #12918 - added test showing `-D` being lost when specified before cppche... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 73682dad | cli/cmdlineparser.cpp: removed condition that is always true (#6576) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 747862f3 | Fix #12901 FN unusedFunction with cast (#6575) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 1275c77a | Fix #12869: dumpfile: should say if function has a const/pure attribute (#6566) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| d34e6455 | Fix #12898, #12899 FN unusedFunction (#6574) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| ec8e27e8 | Workaround for docker CI failure (#6572) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| fb700f48 | fixed #12842 - propagate `mFileInfo` back to original `CppCheck` instance (fi... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 4be49b3f | Fix #10660 FP: overridden member functions of unknown abstract base classes r... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| a6cc9b22 | Partial fix for #11567 FN nullPointer/ctunullpointer with default parameter (... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 83578c8b | Fix #12895 FP redundantAssignment with union (#6567) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 04b07a4e | Fixup #12410 (GUI: misra c report, errors/warnings violate 1.3) (#6563) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| e9d3d8dc | Added regression test for Ticket 11822 - FP knownConditionTrueFalse (#6562) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 84782ccf | Fix #12858 FP knownConditionTrueFalse with switch in try/catch in subfunctio... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 7dd7a0ff | valueflow.cpp: removed unused `ValueFlowAnalyzer::isCPP()` and `ValueFlowAnal... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 5b86f87f | Library: removed "one path down" from library lookup (#6549) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 8195d655 | refs #12842 - added more Python tests for whole program analysis (#6548) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 29adee86 | Fix #12410 (GUI: show results customized for misra/cert/autosar) (#6556) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| fc9bd287 | Fix #12874 FP redundantAssignment with offset (#6555) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| a8ee10a5 | Fix #11642 FN redundantAssignment with mutual assignment (#6536) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 16ebe0ba | windows.cfg: Added support for obsolete UpdateTraceW()/UpdateTraceA(). (#6552) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 781ef2ac | Added test for #11175 - FN: zerodiv (#6550) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| c85f889b |
Truncate value of increment operator (#6342)
Signed-off-by: Francois Berder <f****r@o****r> |
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| bd536d31 | fixed #12778 - treat directories as non-existent files in library loading (#6... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 65517e16 |
fixed #12839 - generate `ctu-info` files for `FileSettings` before executing ...
Co-authored-by: dzid26 <d****6@u****m> |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| dadabbb6 | Add Georgian translation (#6545) |
NorwayFun <7****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 096174af | Fix #12864, #12865 fuzzing crashes (#6547) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 1668b0b6 | Fix #11311 Do not search for null pointer in dead code (#6442) |
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| d19d8e80 | checkother.cpp: Avoid redundant copy (#6544) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 199418d1 | Fix #12812 FP variableScope with pointer to buffer (#6540) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| da6b55ea | Fixed #12862 (std.cfg: std::is.. functions returns bool) (#6539) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| e2495177 | CI-unixish.yml: disabled explicit usage of "latest" GCC (#6541) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 5c93df18 | selfcheck.yml: also run `unusedFunction` selfcheck without CLI (currently dis... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9044a17f | Fix wrong config defines in boost/windows.cfg (#6492) |
ChristophStrehle <C****e@t****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9e548aff | Fix #12851 fuzzing crash in Tokenizer::simplifyTypedef() (#6535) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3410d1bd | refs #12834 - add Python tests which show missing de-duplication of input fil... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 181207c6 | Fix #12847 Stack overflow in setParentExprId() with huge array (#6531) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 02866e31 | Fix #8434 Support Microsoft Structured Exception Handling (SEH) (#6538) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| e7811ed9 | Fix #12853: Add extra information to directives (#6527) |
olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3af999b8 | Fix #12852 fuzzing crash in getEnumType() (#6537) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 1c359301 | fixed #12837 - do not use empty filename in `FileWithDetails` in GUI (fixes `... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| f4d3a448 | fixed some `COPY_INSTEAD_OF_MOVE` Coverity warnings (#6532) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 750b9140 | Fix #8159 FN unusedFunction: sole recursive call (#6517) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| a5e24569 | Fix #12803 fuzzing crash in Tokenizer::setVarIdPass2() (#6530) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 27f155cf | fixes #12752 - added missing path seperator in GUI library lookup / use `qDeb... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 3c772a47 | Fix #12843 FP constParameterPointer (function pointer not set) (#6528) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 1be5af7e | enabled and fixed `performance-enum-size` clang-tidy warnings (#6221) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 83f890ab | refs #12835/#12839 - added Python tests for known issues with whole program a... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 6527912d | Fix #12765 Assert failure in ExpressionAnalyzer() (#6520) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 77e45299 | fixed #12754 - avoid unnecessary lookups when specified library has an absolu... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 43b4b70b | refs #12836 - added Python tests showing inline suppressions not working with... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| c71caefc | Fix #12808 FP passedByValue for struct parameter in extern "C" function (#6516) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 5ef9ba03 | Fix #12833 FP knownConditionTrueFalse regression (#6514) |
Anton Lindqvist <a****n@b****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 0bc7aed0 | Fix emscripten config (#6503) |
ChristophStrehle <C****e@t****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 09f42896 | Partial fix for #12825 FN constParameterReference with container functions (#... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago |