GitHub / cppcheck-opensource/cppcheck / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 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 | |
| d3d70dcc | Fix #12157 SymbolDatabase: Token::type() is not set properly when inn… (#5635) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c1aed968 | Fix #12151 (Tokenizer::arraySize: enum constant used as index in array initia... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 13e74507 | Update releasenotes.txt [skip ci] (#5636) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| d26022ac | Fix #11302 debug: SymbolDatabase::isFunction found C function 'main' without ... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a57fc9ac | Partial fix for #12153 FN returnReference (#5629) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 704b862a | cleaned up the file filtering code and improved testing of it (#5622) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| de2cfb05 | Fix #12150 FP uninitialized member array, initialized in range for loop (#5627) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fc8c2446 | CI: Add selfcheck using Cppcheck Premium. Activates Misra C++ 2008 and Cert C... |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 83ac6bfa | Fix crash when calling estimateSize() (f'up to #12139) (#5628) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 966a89d5 | Removed -DTIXML_USE_STL flag (#5624) |
orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 0dc53ac7 | Fix #12144 (Error messages from addons has the wrong file0) (#5621) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 72a36172 | Fix #12142 FP uninitStructMember, unreadVariable with pointer to member (#5618) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fa7891e3 | Fix #12139 FP redundantCopyLocalConst for small type (#5617) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 789c032e | Fix #12138 FP passedByValue with anonymous union (#5611) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| df860a93 | do not explicitly load `windows.cfg` during command-line parsing (#5613) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| ca6d1aaf | moved `fileSettings` out of `Settings` (#5608) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8b0916c3 | ValueFlow: improved `checkLevelNormal` message (#5584) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 989d276d | removed the need for `Check` object in `CTU::getUnsafeUsage()` callback / som... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f62caa67 | updated Qt in CI to 6.6.0 and removed commercial-only LTS Qt versions (#5561) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3c863e2e | bumped simplecpp to 1.0.0 (#5616) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 099d96ff | Fix #12137 syntaxError with attribute in typedef (#5612) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 63e00ea9 | fixed some "Variable can be made constexpr" Rider warnings (#5615) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 9280b5d7 | CI-unixish.yml: removed `macos-11` builds and no longer build with qmake on M... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e6d15b17 | extracted `FileSettings` from `ImportProject` to `filesettings.h` (#5604) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8d5fa19c | filelister.cpp: removed unused `NAME_MAX` related code (#5609) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 57bec6cb | fixed #12099 - daca: missing diff entries (#5586) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| dd627a2b | moved `ImportProject` out of `Settings` and only store `fileSettings` (#5603) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 10654386 | Fix #12128 FP uninitDerivedMemberVar with brace init (#5606) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 29001b65 | Fix #12129 FN (regression): constParameterPointer (#5605) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 67b61a0a | Fix #12134 false negative: passedByValue (#5607) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| c2d5aef4 | Fix #12083 FN passedByValue with usage in ternary (#5575) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| bbaa7be9 | Fix #12118 FP passedByValue for callbacks (#5591) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7618e100 | Do not add AST for pointer in variable declaration (#5593) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 12844703 | Fix #9488: MISRA addon: False positive for rule 10.6 in test for rule 10.1 (#... |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 915b4b6c | Fix #10747: FP: misra-c2012-8.6 (#5601) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 18373bc6 | Fix 12116: FP negativeContainerIndex with redundant assignment (regression) (... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 56bfa9f3 | Fix #9498: false positive: misra-c2012-18.8 (#5600) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 083c4aa3 | Fix #12079 (Make misra-config a critical error) (#5578) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 77bfec43 | Fix #12119 FN constVariablePointer with reassigned pointer (#5592) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| cae27c5e | Fix #12117 FP integerOverflowCond for shift by 31 bits (#5596) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f6fb3334 | Set enumerator in ctor init list (refs #10045) (#5599) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e8671c92 | CI-unixish-docker.yml: updated latest ubuntu to 23.10 (#5560) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 6bc164e0 | Fix #12122 FP knownConditionTrueFalse with type traits (#5595) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 689187d8 | Fix #12020: misra-test.c: wrong syntax in some test cases (#5597) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fdb3de70 | fixed #12042 - deprecated building with Qt5 / build with Qt6 in CI / updated ... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 5bebdf8b | added simplecpp source to selfcheck (#5432) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 80c5cb66 | Fix #12008 debug: Executable scope 'x' with unknown function. (#5588) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 502d7ea6 | Fix #12120 FP constStatement with class in C code (#5594) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 122e1427 | fixed #12113 - made CMake build work with UBSAN and GCC (#5590) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 89df134f | Fix #12109 Crash in calculate.h (#5587) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 309b4d85 | donate-cpu: some small improvements (#5585) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7e2fcea3 | Fix #12044 FN knownConditionTrueFalse comparing qualified constant with numbe... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| a765a131 | ValueFlow: omit unnecessary location information from `valueFlowBailoutIncomp... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b58a6b69 | Fix #11474, #9491: FP: misra-c2012-14.2 (#5582) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 3103736c | refs #11928 / refs #10045 / fixes #11794 - generate `limits.h`/`climits` defi... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 09785a4e | moved `MyFileInfo` definitions into source files (#4697) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 26ba29c3 | Fix #12086 FN passedByValue with index operator and namespaced function call ... |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f4d18a8d | #12077 FP constStatement with ctor in namespace (#5572) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 27bd9728 | test/CMakeLists.txt: updated the test fixture costs (#5565) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 85f40ed4 | moved `TokensFrontBack` from `token.h` to `tokenlist.h` (#5547) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7086ffaa | fixed #12045 - print error when using an option which has not been compiled i... |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 41bd28c0 | Fix #12087 Library: add Container::Action::FIND_CONST (#5579) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b61feaf7 | Fix syntaxError with const lambda (refs #11275) (#5571) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 0070a781 | Fix #12088 FP constStatement with delete in loop increment (#5576) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 17ea101e | Fix #12081 (Tokenizer::simplifyTypedef: Handle volatile structs better) (#5577) |
Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 04ece4f6 | Fix #12079: Misra: calling unknown function in condition => false pos… (#5568) |
Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| f2c81532 | Set the lower and upper bounds for variable that are only incremented or decr... |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 7c3ae68e | Fix #11893 FP constStatement unused variable (#5567) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| e1a120e6 | Partial fix for 12031: False positive: uninitialized variable (#5573) |
Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 09f426d9 | Fix #12082 FP uninitvar for assignment to array member in conditional (#5570) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 285ef96b | Report unknownMacro in string concatenation (refs #11378) (#5558) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b60b374f | Fix internalASTError with decltype (regression, refs #11378) (#5564) |
chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| bfe19af6 | fixed some "Declaration and assignment can be joined" Rider warnings (#5569) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| b40d36a0 | fixed #12063 - use less heavy code in executor tests (#5566) |
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago |