GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 1bdb7133 | Fix #9684 New check: find unnecessary copy in range loop (#5738) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7ac824f3 | Fix #12249 Assert failure in ExpressionAnalyzer (II) (#5733) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 77d8eaa2 | Fix #12206 FN constParameterPointer with unknown const member (#5737) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c0a99274 | createrelease: ensure that safety critical issues are listed in release notes... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 785c537c | Add tests for #4527, #10330 (#5734) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 45380021 | testrunner: make sure that more redirects/outputs are actually being consumed... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 613bbe76 | Fix #12249 Assert failure in ExpressionAnalyzer (#5731) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3fc62ce1 | fixed #12227 - properly load addons from `cppcheck.cfg` in GUI (#5716) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 6aa34782 | Add test for #11534 (#5732) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 5761e55a | avoid `const_cast` usage in headers (#5720) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 007b5cf8 | philosophy.md: minor tweaks. add section about usability. [ci skip] (#5730) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 918eca63 | Fix #2767 FP resourceLeak (regression) / #12248 FP memleak / #12204 FP memlea... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e766fba8 | fixed tests by adjusting results for `picojson` update (#5729) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 347b1887 | gui/mainwindow.cpp: use picojson to generate JSON / updated picojson to lates... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 70745b52 | Fix #12210 (Cppcheck hang in SymbolDatabase::createSymbolDatabaseExprIds) (#5... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 5e7f2bd9 | iwyu.yml: run the workflow once a week [skip ci] (#5726) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 05b711df | AUTHORS: gruenich [skip ci] (#5727) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b412b376 | Tell correct syntax to call bear in manual (#5718) |
Christoph Grüninger <f****s@g****e>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 41e6c87c | Fix #12236 FP related to decltype/__typeof__ (#5717) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 6192d0d3 | Add unit tests for expr ids (#5722) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ae27b613 | Fix #12239 FP memleak when passing this in allocation (#5719) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ec9dbb31 | testrunner: make sure all redirected output is being consumed / some cleanups... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 55c2b75c |
Fix #6933 FN uninitvar with POD struct and STL types (#5713)
Co-authored-by: chrchr-github <c****r@g****b> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3272a2bb | greatly improved `Settings::loadCppcheckCfg()` error handling (#5712) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 4182f943 | use more granular suppressions in selfcheck and prefer inline suppressions (#... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d6a1a657 |
Fix #11796 FN memleak with brace init (#5708)
Co-authored-by: chrchr-github <c****r@g****b> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 237bed8a | CmdLineParser: made some options exclusive (#5704) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7e8ea5bc | Avoid evaluating conditions twice when there isnt a value to evaluate (#5711) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 831dc7c3 | Fix #12225 Improve documentation of --library in the manual (#5706) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e2082267 |
Fix #12218: class and union (#5705)
Co-authored-by: chrchr-github <c****r@g****b> |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 9dd729e9 | Fixed #12228 (GUI: Compliance report for Misra C 2012 is not working properly... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| db661051 | Fix #10854: False positive: misra-c2012-9.2: inner union (#5693) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a8eb9716 | CI-unixish.yml: removed usage of qmake from selfcheck (#5531) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a937862a | CmdLineParser: return enum from `parseFromArgs()` instead of using additional... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 5fed6e7d | json.h: suppress `-Wzero-as-null-pointer-constant` Clang warning (#5701) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d1b42d07 | fixed #12056 - qt.cfg: implemented `Q_OBJECT` to get rid of `symbolDatabaseWa... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f2461781 | added `xml.h` wrapper for TinyXML2 / cleaned up suppressions of Clang compile... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 42a64d4d | Fix #12218 syntaxError with typedef in namespace (#5694) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 33981fe4 | Fix #12214 FN constParameterReference / #12216 FP constParameterReference (#5... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c1f61327 | Fix #12219 FP constParameterCallback for template argument (#5695) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 1d3f9beb | CppCheckExecutor: do not modify settings after they were passed to `CppCheck`... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8e1ae7e4 | CmdLineParser: various refactorings and cleanups as well as testing improveme... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 86bb7c98 | enabled and mitigated `readability-const-return-type` clang-tidy warnings (#5... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 331db40d | Revert recent changes in checkConstVariable(), add tests (refs #12203) (#5696) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 83b5cb5b | Fix #12203 false negative: constParameterReference when taking address (#5682) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 727d086d | Fix #12217 (misra 11.4: report conversion in macro) (#5692) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 693702d9 | compilerDefinitions.cmake: fixed faulty `add_compile_definitions()` value for... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8b6cbe2e | Fix crash in SymbolDatabase::addClassFunction() (f'up to #12209) (#5689) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 2b61c9ef | Tokenizer: moved `VariableMap` into anonymous namespace (#5686) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f5630e70 | Fix #12209 "debug: Executable scope 'x' with unknown function." with anonymou... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f9521cfb | Fix #12208 FN constParameterReference with nested struct/class (#5685) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f444696d | Fix #12198: Expect function pointers in Misra 17.7 check (#5675) |
andymacg <1****g@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d09a6514 | Fix #11012 FP unassignedVariable when passed in init list (#5684) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d7c7a39a | Fix crash in CheckLeakAutoVar (f'up to #12186) (#5683) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 036df0ac | Fix #12181 (Suppressions: allow that id with * is added) (#5681) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3bafe164 | enabled some clang-tidy warnings for non-GUI code (#5679) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 92c089d4 | fixed some "Parameter can be made pointer/reference to const" Rider warnings ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| cd219185 | Fix FP memleak with outparam allocation (f'up to #12186) (#5677) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4addad16 | moved settings-related code from `CppCheckExecutor` to `CmdLineParser` (#5672) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 56c7ac37 | Fix #12182 (speedup valueFlow by only running valueFlowNumber once) (#5678) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 61bd8fdd | Partial fix for #11469 FP mismatchingContainerExpression warning (#5674) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3e47acd5 | Fix FP memleak (f'up to #12186) (#5671) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 4b9f3c68 | Fix #12188 FN uninitvar with increment of struct member (#5665) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 831aec5c | Fix #12185 FN constVariablePointer with stream (#5659) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e01e090f | Fix #10866 (no preprocessorErrorDirective and code generated in case of uncon... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e4730001 | moved some classes/structs into anonymous namespace (#5669) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 63a5a71c | Fix #12186 FN memleak with outparam allocation (#5661) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 9cf0342f | optimized `ProgramMemory` a bit (#5668) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 85172fe7 | Don't report checkLibraryUseIgnore for known functions (refs #7719) (#5664) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 1ce90138 | Fix #12172:False positive: misra-11.1 function pointer assigned to array (#5667) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 682901ac | fixed #10760 - added file name to ValueFlow `--debug` output (#5655) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8b69ccad | CppCheckExecutor: extracted logging instance related code into separate imple... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 81a03e73 | Fix #12184: false positive: misra 11.6, cast expression '0U' to 'void*' (#5666) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| ae3f7bd8 | Fixed #12187 (Windows build GUI with cmake) (#5662) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d3a8eb1a | config.h: improved and cleaned up some preprocessor checks (#5663) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e7f89851 | disabled some expensive and/or unnecessary clang-tidy checks (#5660) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3bd5a034 | Fix #12176 false positive: unassignedVariable (#5656) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 6ac804d2 | Fix #12178 extern "C++" scope generates valueflow (#5654) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 9228b9e4 | iwyu.yml: fixed `include-what-you-use` job / cleaned up includes (#5657) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d3520943 | Minor: fix msvc warning "not all control paths return a value" (#5650) |
Stefan van Kessel <v****l@f****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b201ef26 | windows.cfg: Improved configuration of OpenThread() (#5653) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a6b7a8c1 | Fix #12170 FP knownPointerToBool with function pointer (#5646) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 212d2141 | Fix #12173 FP danglingTempReference with loop over init list (#5652) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f4df28d5 | windows.cfg: Improved configuration for OpenProcess(). (#5651) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 2d232dca | Fix varid0 with rvalue reference typedef (#5649) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 328daece | Fix #11334 debug: varid0 with anonymous union (#5648) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 282c195a | Fix #12169 (False positive: wrong misra-config variable with accessing object... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b0cde34d | refs #12167 - moved ordering of markup files into shared code / removed relat... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d24074f7 | Fix #12166 debug: varid0 with reference typedef (#5643) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 780b7425 | Fix #12165 (simplifyTypedef: the "enum" token is not inserted) (#5641) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 30bf5cac | Partial fix for #12162 false negative: functionConst (#5639) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8f432880 | Fix #12164 (False positive: operator precedence warning even though there are... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 617b7a39 | Fix #12163 (misra.py: crashes when ctu-info line does not have certain attrib... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 1fa785d8 | Fix #12159 FP CastAddressToIntegerAtReturn with std::future (#5634) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f61003d9 | scriptcheck.yml: make dmake a separate job and run it on multiple platforms (... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 2a154280 | fixed #12059 - added `--fsigned-char` and `--funsigned-char` command-line opt... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| cf64ccea | Fix #12147 false negative: passedByValue (#5626) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| bc174c50 | fixed #12145 - provided order of source files is not preserved (#5625) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8c63c8ce | Fix #12156 (AST: do not create AST for variable declaration 'bool& var') (#5631) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 87886576 | TokenList: actually consider configured standard in `isKeyword()` (#5619) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago |