chrchr-github
|
c132235a76
|
Add test for #10398 (#3752)
* Fix #10200 False positive: uninitStructMember
* Fix #9828 False positive: unreadVariable alias
* Use Token::Match
* Add test for #10398
|
2022-01-25 22:05:54 +01:00 |
orbitcowboy
|
cf6d30f358
|
Merge branch 'main' of https://github.com/danmar/cppcheck into main
|
2022-01-25 13:08:25 +01:00 |
orbitcowboy
|
00997283cb
|
Code formatting
|
2022-01-25 13:08:05 +01:00 |
orbitcowboy
|
81a25c0036
|
std.cfg: Added support for std::binary_search
|
2022-01-25 13:07:49 +01:00 |
chrchr-github
|
f49cfcd23c
|
Fix #10200 False positive: uninitStructMember (#3741)
|
2022-01-25 12:14:20 +01:00 |
chrchr-github
|
ea81ce933e
|
Fix #10754 FP invalidFunctionArg with resize() (#3737)
|
2022-01-25 12:13:49 +01:00 |
orbitcowboy
|
87b7243a9f
|
windows.cfg: Added support for _stricmp-functions
|
2022-01-25 08:28:27 +01:00 |
Oliver Stöneberg
|
7d26cb68d9
|
CI-unixish.yml: Use Qt version provided by the distro (#3729)
|
2022-01-24 21:55:48 +01:00 |
chrchr-github
|
d05e43ce15
|
Fix #9828 False positive: unreadVariable alias (#3744)
|
2022-01-24 21:52:45 +01:00 |
chrchr-github
|
9d6e5c2a05
|
Fix #10237 uninitMemberVar - member initialized via function call (#3745)
|
2022-01-24 21:52:00 +01:00 |
chrchr-github
|
158f3d494e
|
Fix #10143 false positive: redundantInitialization with std::shared_ptr (#3746)
|
2022-01-24 21:50:50 +01:00 |
chrchr-github
|
d64dadcd31
|
Fix #10758 Crash in CheckClass::checkConstFunc() (#3740)
|
2022-01-24 21:50:01 +01:00 |
Oliver Stöneberg
|
8179226b18
|
astutils.cpp: optimized visitAstNodesGeneric() a bit more by avoiding unnecessary checks and std::stack usage (#3732)
|
2022-01-24 21:44:09 +01:00 |
chrchr-github
|
b491fcc489
|
Add test cases for #9850, #9910 (#3747)
|
2022-01-24 15:06:40 +01:00 |
Paul Fultz II
|
01e14a12f1
|
Fix 10755: Assertion "!maxValue->isKnown()" from valueFlowInferCondition (#3739)
* Fix 10755: Assertion "!maxValue->isKnown()" from valueFlowInferCondition
* Format
|
2022-01-22 12:25:20 +01:00 |
Paul Fultz II
|
8b1ed9cbe1
|
Another fix for 10739: internalAstError with decltype (#3738)
* Another fix for 10739: internalAstError with decltype
* Format
|
2022-01-22 07:22:57 +01:00 |
chrchr-github
|
b23ca879ed
|
Fix #10735 FP functionConst with overloaded operator[] [inconclusive] (#3733)
|
2022-01-21 20:40:10 +01:00 |
Oliver Stöneberg
|
be73eb3c7c
|
donate-cpu-server.py: added links to some important errors to overview (#3731)
|
2022-01-21 15:46:29 +01:00 |
Paul Fultz II
|
a7dbd288c4
|
Fix 10738: FP knownEmptyContainer with auto reference (#3734)
* Fix 10738: FP knownEmptyContainer with auto reference
* Format
|
2022-01-21 09:56:55 +01:00 |
Paul Fultz II
|
6c2b1f093d
|
Another fix for 10728: Crash in CheckStl::checkDereferenceInvalidIterator2() (#3735)
* Another fix for 10728: Crash in CheckStl::checkDereferenceInvalidIterator2()
* Format
|
2022-01-21 09:56:41 +01:00 |
Paul Fultz II
|
0737cc4d8c
|
Fix 10708: Assertion "!maxValue->isKnown()" from valueFlowInferCondition (#3736)
* Fix 10708: Assertion "!maxValue->isKnown()" from valueFlowInferCondition
* Format
|
2022-01-21 09:56:24 +01:00 |
Paul Fultz II
|
57b50e4b00
|
Fix 10739: internalAstError with decltype (#3723)
|
2022-01-20 21:36:48 +01:00 |
Daniel Marjamäki
|
ebd1fbbfd8
|
cert: improved check for int31-c
|
2022-01-20 21:09:39 +01:00 |
chrchr-github
|
7f9ef8c321
|
Add test cases for #7899, #7974, #9256 (#3726)
* Add test case for #7899 and #7974
* Add test case for ##9256
|
2022-01-20 16:15:38 +01:00 |
chrchr-github
|
4d44d0c079
|
Fix #9781 FP deallocuse after auto_ptr (#3724)
|
2022-01-19 21:39:45 +01:00 |
orbitcowboy
|
19f605c7e5
|
wxwidgets.cfg: Fixed wrong default argument
|
2022-01-19 16:42:22 +01:00 |
chrchr-github
|
089ca67d78
|
Use TODO_ASSERT (#3704)
|
2022-01-18 22:03:52 +01:00 |
Oliver Stöneberg
|
55ff684f34
|
added unusedFunction self check to CI / cleanups (#3526)
|
2022-01-18 22:02:25 +01:00 |
Daniel Marjamäki
|
31f16d01d6
|
fix in misra test code
|
2022-01-18 20:59:30 +01:00 |
Daniel Marjamäki
|
5ebcd1dd52
|
misra; update test there was a warning about missing return
|
2022-01-18 20:55:30 +01:00 |
Rikard Falkeborn
|
e106654993
|
Fix #10729: Uncaughty exception in CheckMemoryLeak::getReallocationType() (#3717)
|
2022-01-18 20:50:06 +01:00 |
chrchr-github
|
1e2863cd33
|
Fix #10520 FP functionConst with aggregate initialization [inconclusive] (#3720)
|
2022-01-18 20:49:35 +01:00 |
chrchr-github
|
ca2e0ca287
|
Fix FP functionConst with extra parentheses (#3722)
|
2022-01-18 20:21:25 +01:00 |
chrchr-github
|
cb5a50c6a7
|
Fix #10710 FN passedByValue with QString (#3696)
|
2022-01-18 20:17:05 +01:00 |
Paul Fultz II
|
7b793af451
|
Fix 10728: Crash in CheckStl::checkDereferenceInvalidIterator2 (#3721)
* Fix 10728: Crash in CheckStl::checkDereferenceInvalidIterator2
* Format
|
2022-01-18 14:48:02 +01:00 |
orbitcowboy
|
b6c010c17e
|
Added regression test for Ticket 7981.
|
2022-01-18 13:09:02 +01:00 |
orbitcowboy
|
9483ea4198
|
Fixed typo in CLI output.
|
2022-01-18 11:46:34 +01:00 |
chrchr-github
|
c2fc4973ad
|
Fix #10515 False positive for explicit one-argument constructor if co… (#3718)
|
2022-01-17 20:51:23 +01:00 |
chrchr-github
|
9c56e7ea8d
|
Fix #6475 FN uninitialized variable usage not detected (#3700)
|
2022-01-17 20:35:30 +01:00 |
Oliver Stöneberg
|
2148b8b165
|
astutils.cpp: optimized visitAstNodesGeneric() a bit (#3716)
|
2022-01-17 20:34:35 +01:00 |
chrchr-github
|
605fd7cf98
|
Fix #10146 FP functionConst (inconclusive) with nested members (#3719)
|
2022-01-17 20:33:32 +01:00 |
Paul Fultz II
|
7406dd8c94
|
Fix 10721: Crash in Tokenizer::simplifyTokenList1 (#3712)
|
2022-01-16 12:46:20 +01:00 |
Paul Fultz II
|
abb0563cef
|
Fix 10726: Crash in CheckExceptionSafety::checkRethrowCopy (#3711)
|
2022-01-16 12:35:51 +01:00 |
Paul Fultz II
|
89bc226738
|
Fix 10718: Crash in CheckOther::checkDuplicateExpression (#3713)
|
2022-01-16 12:34:20 +01:00 |
Paul Fultz II
|
4af98f21d6
|
Fix 10588: crash (#3691)
|
2022-01-16 12:33:31 +01:00 |
Paul Fultz II
|
9220c8175d
|
Remove todo assert (#3714)
|
2022-01-16 12:32:46 +01:00 |
Paul Fultz II
|
55ff010df3
|
Fix 10717: Crash in SymbolDatabase::setValueTypeInTokenList (#3710)
* Fix 10717: Crash in SymbolDatabase::setValueTypeInTokenList
* Format
|
2022-01-15 07:56:56 +01:00 |
Paul Fultz II
|
0b1cd8626d
|
Fix 10664: Crash in Token::linkAt (#3708)
* Fix 10664: Crash in Token::linkAt
* Format
|
2022-01-14 23:51:01 +01:00 |
Paul Fultz II
|
2b6a89e30e
|
Fix 10716: Crash in CheckStl::checkDereferenceInvalidIterator2 (#3709)
* Fix 10716: Crash in CheckStl::checkDereferenceInvalidIterator2
* Format
|
2022-01-14 23:50:33 +01:00 |
chrchr-github
|
781a145680
|
Fix regression: functionStatic related to overload resolution (#3705)
|
2022-01-14 17:55:50 +01:00 |