IOBYTE
|
75e439e56d
|
fix crash in checkclass from unknown template valueType (#3129)
|
2021-02-13 13:41:12 +01:00 |
IOBYTE
|
1eafed9e75
|
fix hang in simplifyUsing (#3128)
Co-authored-by: Robert Reif <reif@FX6840>
|
2021-02-12 16:21:51 +01:00 |
IOBYTE
|
e57a674458
|
fix #10173 (syntax error from wrong simplifications for using type al… (#3126)
|
2021-02-12 09:47:16 +01:00 |
Daniel Marjamäki
|
0a71b52a87
|
Remove unused function
|
2021-02-11 19:27:36 +01:00 |
IOBYTE
|
b6e93bb575
|
fix #10172 (debug: Executable scope 'x' with unknown function.) (#3121)
|
2021-02-11 08:08:45 +01:00 |
Paul Fultz II
|
51f93400d1
|
Fix issue 10166: FP uninitvar with break from infinite loop (#3124)
|
2021-02-11 08:07:12 +01:00 |
Daniel Marjamäki
|
c2c40a18fd
|
One definition rule; avoid false positives when location is same
|
2021-02-10 11:44:05 +01:00 |
Daniel Marjamäki
|
fbf63b932e
|
astyle formatting
[ci skip]
|
2021-02-10 11:42:00 +01:00 |
Oliver Stöneberg
|
39c5274742
|
valueflow.cpp: optimized SingleValueFlowAnaylzer::isAlias() by avoidi… (#3051)
|
2021-02-10 08:18:21 +01:00 |
Paul Fultz II
|
8569a970b4
|
Fix issue 10147: False positive: Out of bounds access in expression 'v[0]' because 'v' is empty. (#3123)
|
2021-02-10 08:11:06 +01:00 |
Daniel Marjamäki
|
0fa225ecb5
|
Fix Cppcheck warning; useStlAlgorithm
|
2021-02-09 21:47:56 +01:00 |
Daniel Marjamäki
|
ef726aaece
|
New check: Detect one definition rule violations
|
2021-02-09 21:35:08 +01:00 |
Paul Fultz II
|
0e871c178f
|
Fix issue 10141: Errors with ref assignment (duplicateValueTenary and knownEmptyContainer) (#3093)
|
2021-02-09 15:27:46 +01:00 |
IOBYTE
|
d3d2e16137
|
fix hang from f48e195c31 (fix #10136 TODO test (#3117)) (#3120)
Co-authored-by: Robert Reif <reif@FX6840>
|
2021-02-09 14:19:01 +01:00 |
IOBYTE
|
f48e195c31
|
fix #10136 TODO test (#3117)
|
2021-02-07 21:46:35 +01:00 |
IOBYTE
|
1872725ca2
|
fix #10171 (debug: Executable scope 'x' with unknown function.) (#3116)
|
2021-02-07 09:04:57 +01:00 |
Daniel Marjamäki
|
68537e4fc3
|
Fixed #9867 (No dump file is generated (clang))
|
2021-02-06 19:06:05 +01:00 |
Daniel Marjamäki
|
7ab70654ba
|
Fixed #10170 (Preprocessor; Fail to extract some configurations)
|
2021-02-06 12:48:52 +01:00 |
Daniel Marjamäki
|
b7c4aeca16
|
astyle formatting
|
2021-02-06 12:27:51 +01:00 |
IOBYTE
|
c70fcf8e2b
|
fix #10136 (debug: Executable scope 'x' with unknown function.) (#3113)
|
2021-02-05 15:50:32 +01:00 |
IOBYTE
|
da3eb2e411
|
fix #10169 (CheckClass::checkDuplInheritedMembersRecursive) (#3114)
Co-authored-by: Robert Reif <reif@FX6840>
|
2021-02-05 11:05:07 +01:00 |
Rikard Falkeborn
|
be09361279
|
Refactor: Use enum class in checkio (#3112)
|
2021-02-05 08:17:57 +01:00 |
Daniel Marjamäki
|
0338e99f84
|
CheckClass: Refactoring
|
2021-02-03 19:25:28 +01:00 |
Daniel Marjamäki
|
205af353db
|
CheckClass: Fix endless recursion
|
2021-02-03 19:13:49 +01:00 |
Paul Fultz II
|
0ecac8e23b
|
Fix issue 10090: ValueFlow: Wrong lifetime, pointer member is not allocated on stack (#3109)
|
2021-02-03 10:22:31 +01:00 |
Paul Fultz II
|
cf8a5d9a22
|
Fix issue 10111: FP knownConditionTrueFalse (#3110)
|
2021-02-03 10:21:47 +01:00 |
Daniel Marjamäki
|
c0731703af
|
astyle formatting
[ci skip]
|
2021-02-02 15:01:28 +01:00 |
alonlib12
|
a22e476162
|
Fix CheckClass::operatorEqToSelf (#3088)
|
2021-02-02 15:00:46 +01:00 |
Paul Fultz II
|
913dbeb8d8
|
Fix FP when inserting a range into a container (#3108)
|
2021-02-02 14:57:48 +01:00 |
Daniel Marjamäki
|
dc63dd6ada
|
Fix Cppcheck self check warnings
|
2021-02-01 19:31:30 +01:00 |
Daniel Marjamäki
|
986f658e39
|
Fixed #10161 (False negative; uninitialized member variable in base class without constructor)
|
2021-02-01 18:58:51 +01:00 |
Daniel Marjamäki
|
bd9e6212b2
|
Refactoring, avoid 'magic' connection between vector items and variables
|
2021-02-01 17:13:58 +01:00 |
Ken-Patrick Lehrmann
|
96ea5a432f
|
Fix crash in checkclass.cpp (#3104)
|
2021-01-31 12:14:10 +01:00 |
Ken-Patrick Lehrmann
|
4e35f19659
|
10153: Check that string.find() is compared with 0 before recommending starts_with() (#3099)
|
2021-01-31 12:05:38 +01:00 |
Daniel Marjamäki
|
6a24b4f7c8
|
Fixed #10149 (compile database; incomplete handling of directory and file)
|
2021-01-31 10:14:22 +01:00 |
IOBYTE
|
5810171336
|
fix daca crashes in Type::findDependency() (#3101)
|
2021-01-31 10:07:03 +01:00 |
Daniel Marjamäki
|
95e2eebd8a
|
Revert fix for #10149, it caused an unexpected appveyor failure
|
2021-01-30 15:01:19 +01:00 |
Daniel Marjamäki
|
43e8430a80
|
Fixed #10149 (compile database; incomplete handling of directory and file)
|
2021-01-30 12:27:40 +01:00 |
IOBYTE
|
7700cff0e9
|
fix daca crash in openfst fst_test.cc (#3095)
|
2021-01-30 06:33:09 +01:00 |
Paul Fultz II
|
a81427f97f
|
Fix issue 10022: Logical conjunction error between two completely unrelated members (#3094)
|
2021-01-29 10:26:57 +01:00 |
Paul Fultz II
|
a9b7f0e27b
|
Improvements to debug output (#3091)
|
2021-01-28 22:19:37 +01:00 |
Oliver Stöneberg
|
e8b8cfec78
|
some minor optimizations (#3057)
|
2021-01-28 22:18:17 +01:00 |
Daniel Marjamäki
|
1151c3dafd
|
Fixed msvc compilation error by implementing Variable::operator=
|
2021-01-28 13:46:15 +01:00 |
IOBYTE
|
6914f375e1
|
fix #10135 ("debug: Executable scope 'what' with unknown function." with custom std::exception) (#3089)
|
2021-01-28 12:38:36 +01:00 |
Paul Fultz II
|
e17d22eb87
|
Fix issue 10134: False positive: value is not known. Early return. (#3086)
|
2021-01-28 12:37:56 +01:00 |
Daniel Marjamäki
|
dc230d18ef
|
Try to fix Cppcheck self-check warnings
|
2021-01-28 12:36:31 +01:00 |
Daniel Marjamäki
|
203d6ebe5a
|
Fixed #10100 (FP: shadowVariable clangimport)
|
2021-01-27 20:03:42 +01:00 |
IOBYTE
|
4e1ff86bb2
|
use nonneg int for varid and exprid (#3085)
|
2021-01-27 19:49:13 +01:00 |
Daniel Marjamäki
|
987c8a854e
|
astyle formatting
[ci skip]
|
2021-01-25 22:51:50 +01:00 |
Paul Fultz II
|
0f8f207719
|
Remove valueFlowFwdAnalysis and update valueFlowAfterAssign to handle expressions (#3074)
|
2021-01-25 17:24:36 +01:00 |