Daniel Marjamäki
|
510748134f
|
Fixed #9234 (FP unreadVariable - assignment via iterator)
|
2019-08-04 10:21:16 +02:00 |
Daniel Marjamäki
|
a1214348c0
|
Fixed #8974 (false negative regression about never used variable)
|
2019-07-29 08:49:19 +02:00 |
Daniel Marjamäki
|
a178d05cc5
|
Changed TODO test case, I do not see why it should warn.
|
2019-07-29 07:51:00 +02:00 |
Daniel Marjamäki
|
d2284ddbcd
|
Fix false positives in self check: Variable t is assigned a value that is never used. Classes with destructors was not handled properly.
|
2019-07-14 16:20:45 +02:00 |
Daniel Marjamäki
|
1cadd9398a
|
Fixed #8933 (false negative: (style) Variable is assigned a value that is never used (std::string))
|
2019-07-14 09:44:30 +02:00 |
Daniel Marjamäki
|
f84dcc4738
|
astyle formatting
[ci skip]
|
2019-07-03 08:29:47 +02:00 |
Ken-Patrick
|
d6f6e68fa2
|
Fix false positive 9167 (#1904)
Skip returns from local class/struct definition in FwdAnalysis.
|
2019-07-03 08:17:06 +02:00 |
Paul Fultz II
|
108cdaa485
|
Fix FP with unreadVariable (#1859)
|
2019-05-31 08:06:36 +02:00 |
Daniel Marjamäki
|
bd7790fd8c
|
Update copyright year
|
2019-02-09 07:24:06 +01:00 |
Daniel Marjamäki
|
2bba9ac78a
|
Fixed #8948 (False Positive: Variable 'n' is assigned a value that is never used.)
|
2019-01-26 21:44:07 +01:00 |
Daniel Marjamäki
|
8c07be136a
|
Fixed #8949 (False Positive: Variable 'f' is assigned a value that is never used.)
|
2019-01-22 21:16:27 +01:00 |
Daniel Marjamäki
|
8da4e31c42
|
Fixed #8941 (False Positive: Variable 'f' is assigned a value that is never used.)
|
2019-01-20 13:20:23 +01:00 |
Daniel Marjamäki
|
d50c3de740
|
Remove inline suppression and fix false positive.
|
2019-01-13 07:59:41 +01:00 |
Daniel Marjamäki
|
8dd641b8be
|
Use OVERRIDE in test
|
2019-01-12 15:45:25 +01:00 |
Daniel Marjamäki
|
2b63997c2c
|
Fixed #8928 (false positive: (style) Variable 'x' is assigned a value that is never used.)
|
2019-01-02 20:23:02 +01:00 |
Daniel Marjamäki
|
6b49a784c5
|
Fixed #8911 (Regression: False positive: Unassigned variable (alias))
|
2018-12-30 20:20:20 +01:00 |
Daniel Marjamäki
|
6fef02498c
|
Fixed #7263 (False negative: redundant assignment using +=)
|
2018-12-27 17:27:53 +01:00 |
Daniel Marjamäki
|
e2c433a0f8
|
Fixed #8914 (False positive with unary_function argument)
|
2018-12-19 19:43:05 +01:00 |
Daniel Marjamäki
|
bf4e850e11
|
Fixed #4475 (New check: struct member is assigned a value that is not read)
|
2018-12-17 15:40:15 +01:00 |
Daniel Marjamäki
|
357e2fbfb3
|
Add testcase for #8807 (False negative: Redundant variable assignments (loop))
|
2018-12-16 21:45:26 +01:00 |
Daniel Marjamäki
|
c8d688607a
|
Fixed #8901 (Unused value: const variable initialization)
|
2018-12-16 19:01:05 +01:00 |
Daniel Marjamäki
|
46a0172480
|
FwdAnalysis: fix FP in loop
|
2018-12-16 16:43:04 +01:00 |
Daniel Marjamäki
|
3af0d73f82
|
Unused value: Fixed false negatives for loops
|
2018-12-16 11:18:37 +01:00 |
Daniel Marjamäki
|
1bfe98447a
|
FwdAnalysis: Tweak possiblyAliased
|
2018-12-15 11:54:00 +01:00 |
Daniel Marjamäki
|
37416010ef
|
Unused value: Fix false positive (ast, {})
|
2018-12-14 18:56:09 +01:00 |
Daniel Marjamäki
|
8464085535
|
UnusedVariables: Fix FP for unknown variable
|
2018-12-13 21:37:21 +01:00 |
Daniel Marjamäki
|
092d434f91
|
UnusedVar: Fix FP for array arguments
|
2018-12-13 21:08:18 +01:00 |
Daniel Marjamäki
|
1f27cd56c0
|
FwdAnalysis; Code cleanup, isNullOperand
|
2018-12-13 21:01:33 +01:00 |
Daniel Marjamäki
|
0b4e08cac9
|
Use FwdAnalysis in UnusedVar. This is still work-in-progress. Merging to master branch so it can be tested.
|
2018-12-13 18:52:56 +01:00 |
Daniel Marjamäki
|
69f6100d83
|
Fixed #8339 (false positive: unread variable despite delete is used on it)
|
2018-11-14 17:04:21 +01:00 |
Daniel Marjamäki
|
45379a3aa6
|
Updated copyright year for modified files
[ci skip]
|
2018-06-10 22:07:21 +02:00 |
IOBYTE
|
ce50df8047
|
Fix override warnings. (#1234)
|
2018-05-15 16:37:40 +02:00 |
Daniel Marjamäki
|
7ee636b934
|
Refactoring: Reuse isLikelyStreamRead in isVariableChanged
|
2018-04-18 17:46:10 +02:00 |
Daniel Marjamäki
|
c84628c28a
|
Fixed #8494 (False positive: serialization class overloads operator)
|
2018-04-17 14:23:04 +02:00 |
Daniel Marjamäki
|
c4caee6b18
|
Updated copyright year
|
2018-01-14 15:37:52 +01:00 |
Daniel Marjamäki
|
b3c80947ed
|
Fixed #6508 (False positive unusedStructMember - brace initializer)
|
2017-11-12 22:33:17 +01:00 |
Daniel Marjamäki
|
e6f6efc684
|
astyle formatting
[ci skip]
|
2017-08-02 07:48:38 +02:00 |
Daniel Marjamäki
|
9ef9d0e4a8
|
Fixed #8128 (False negative: variable is assigned value that is not read)
|
2017-08-01 14:56:53 +02:00 |
Daniel Marjamäki
|
0a03bbb320
|
Fixed #6315 (false positive - unreadVariable - variable is used via pointer)
|
2017-07-23 23:32:14 +02:00 |
Daniel Marjamäki
|
ac85b78e2a
|
Fixed #5619 (false positive: unusedVariable - array accessed by pointer variable only)
|
2017-07-09 11:19:00 +02:00 |
Daniel Marjamäki
|
d6f066482e
|
Fixed #6542 (FP: Variable 'lcount' is not assigned a value - using address of integer array)
|
2017-07-01 11:31:51 +02:00 |
Daniel Marjamäki
|
db01ea1408
|
Fixed #6261 (false positive: Variable used in ternary expression within function argument list)
|
2017-07-01 11:03:49 +02:00 |
Daniel Marjamäki
|
b8ee500d45
|
Fixed #7092 (Invalid style error: Variable not assigned a value)
|
2017-06-03 15:31:29 +02:00 |
Ayaz Salikhov
|
28aa939d69
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
Daniel Marjamäki
|
040d2f0012
|
Use simplecpp lexer in test cases
|
2017-05-18 21:52:31 +02:00 |
Daniel Marjamäki
|
841e0c2921
|
Fixed #7546 (Assignment to array element not detected if pointer addition is used)
|
2017-02-28 22:04:05 +01:00 |
Matthias Krüger
|
f80e888b7e
|
run astyle
[ci-skip]
|
2017-01-31 16:22:31 +01:00 |
umanamente
|
0c1ba8e8b4
|
(Fixed #7895) C++11 brace initialization. Added test. (#862)
Add an optional extended description…
|
2017-01-22 10:16:40 +01:00 |
PKEuS
|
1227a3f596
|
Improved check: Complain if a variable is modified but not used again
|
2016-10-10 21:27:40 +02:00 |
Simon Martin
|
d3c6fb4ccf
|
Ticket #7557: Test case added since the fix for #7541 also fixed this.
|
2016-10-01 21:21:07 +02:00 |