Daniel Marjamäki
|
bf236e91d7
|
Fixed #9918 (False positive: autoVariable pointer is NULLed later)
|
2020-09-28 22:48:57 +02:00 |
Daniel Marjamäki
|
8395522390
|
Fixed #9919 (False positive: clarifyCalculation for code: flags & ZRL_EOL_NUL ? '\0' : '\n')
|
2020-09-28 19:18:34 +02:00 |
Daniel Marjamäki
|
4c9db17742
|
Tokenizer: replace all or none of the alternative tokens in a translation unit
|
2020-09-28 19:01:31 +02:00 |
Daniel Marjamäki
|
fa42d8c49c
|
Fixed #9920 (Tokenizer: The keyword is not replaced, leads to false positive)
|
2020-09-28 16:35:50 +02:00 |
Daniel Marjamäki
|
84b8f32fd4
|
daca: group warnings for prohibited functions
|
2020-09-27 21:42:07 +02:00 |
Daniel Marjamäki
|
2748201d73
|
Fixed #9782 (Segmentation fault due to broken AST)
|
2020-09-27 20:41:09 +02:00 |
Daniel Marjamäki
|
ba84303501
|
Fixed #9680 (false positive: style: Variable 'x' is assigned a value that is never used with smart pointers)
|
2020-09-27 19:15:15 +02:00 |
Daniel Marjamäki
|
3b39433e21
|
Fixed Cppcheck warnings
|
2020-09-26 22:30:59 +02:00 |
Daniel Marjamäki
|
7bb82c5df7
|
Fixed #9901 (False positive: variable is assigned value that is not used 'if (--N == 0)')
|
2020-09-26 22:13:05 +02:00 |
Daniel Marjamäki
|
0ec77879ea
|
Fix crash in createAST when checking wiggle in daca@home
|
2020-09-26 19:22:24 +02:00 |
Daniel Marjamäki
|
5578b09452
|
More fixing for #9914. New warning id and warning message when variable expression is explicitly hidden.
|
2020-09-26 13:49:47 +02:00 |
Daniel Marjamäki
|
05b0a0f970
|
Make duplicateAssignExpression warnings inconclusive for 'x&&false' etc. (#9914)
|
2020-09-26 10:50:58 +02:00 |
Paul Fultz II
|
887b40e08b
|
Fix issue 9916: False positive: duplicateAssignExpression when it's checked if variables have initial value later (#2825)
|
2020-09-26 10:31:40 +02:00 |
Daniel Marjamäki
|
5856fef83b
|
Fixed #9914 (False positive: knownArgument for 'x && false')
|
2020-09-25 20:27:16 +02:00 |
Daniel Marjamäki
|
bbd3a992b8
|
Fix output when note contains
|
2020-09-25 19:04:22 +02:00 |
Daniel Marjamäki
|
485153c930
|
Limit variableScope check. Do not check C code if all local variables are declared at function level.
|
2020-09-25 08:34:47 +02:00 |
Daniel Marjamäki
|
093ff58f5f
|
Fix crash in cbmc detected with daca@home
|
2020-09-24 20:48:26 +02:00 |
Daniel Marjamäki
|
801cc8d331
|
Fixed knownArgument false positive for pointer
|
2020-09-24 19:48:20 +02:00 |
Daniel Marjamäki
|
c08e1a9a94
|
Fix knownArgument false positive when sizeof is used
|
2020-09-24 19:43:39 +02:00 |
Daniel Marjamäki
|
514b7f4da4
|
Fixed #9906 (False positive: constParameter (function pointer))
|
2020-09-23 22:10:47 +02:00 |
Paul Fultz II
|
d9eacaecbb
|
Fix issue 9842: ValueFlow: wrong handling of ?, seems to think that the whole expression is a condition (#2821)
|
2020-09-23 07:45:03 +02:00 |
Oliver Stöneberg
|
2e24cc1434
|
checkother.h: added missing newline in classInfo - fixes tests (#2818)
|
2020-09-21 21:44:46 +02:00 |
Daniel Marjamäki
|
107ee57e7a
|
Fixed #9909 (False positive: knownArgument for calculation 'self->maxsize * sizeof(intptr_t)')
|
2020-09-21 20:02:55 +02:00 |
Daniel Marjamäki
|
bca3605f77
|
astyle formatting
|
2020-09-21 19:48:04 +02:00 |
Oliver Stöneberg
|
7189b303ae
|
fixed some modernize-loop-convert clang-tidy warnings (#2815)
|
2020-09-21 19:30:47 +02:00 |
Paul Fultz II
|
7b6d3f8061
|
Fix issue 9907: False positive: knownEmptyContainer after function call with :: (#2814)
|
2020-09-20 22:37:28 +02:00 |
Daniel Marjamäki
|
730b95331e
|
Fixed #9905 (False positive: known argument 'header.length()')
|
2020-09-20 20:17:10 +02:00 |
Daniel Marjamäki
|
c563944fdd
|
astyle formatting
|
2020-09-20 20:14:30 +02:00 |
Paul Fultz II
|
857722f859
|
Fix issue 9711: FP knownConditionTrueFalse for variable modified via pointer (#2813)
|
2020-09-20 14:27:09 +02:00 |
Paul Fultz II
|
c2e8051196
|
Fix issue 9904: False positive: duplicateCondition when modifying variable in lambda (#2811)
|
2020-09-18 07:44:26 +02:00 |
Paul Fultz II
|
e5d0ffdbe7
|
Fix issue 9900: False positive: Returning lambda that captures local variable 'x' that will be invalid when returning. (#2809)
|
2020-09-17 08:33:52 +02:00 |
Paul Fultz II
|
782684a7cc
|
Fix issue 9530: False positive: Reference to temporary returned when using initializer lists (#2796)
|
2020-09-17 08:33:16 +02:00 |
Paul Fultz II
|
11c99d7387
|
Fix issue 9880: False positive: danglingLifetime (#2810)
|
2020-09-17 07:23:38 +02:00 |
Paul Fultz II
|
ebbff08932
|
Fix issue 9899: False positive: Non-local variable will use object that points to local variable (#2808)
|
2020-09-15 07:11:52 +02:00 |
Daniel Marjamäki
|
3459f0da32
|
Fixed #9812 (False positive; syntax error 'using array_p = const array_t *;')
|
2020-09-14 21:59:58 +02:00 |
shaneasd
|
53a0760fdf
|
Improve ast generation for templated function parameters (#2803)
|
2020-09-14 18:44:50 +02:00 |
Paul Fultz II
|
a42976d656
|
Fix issue 9898: false positive: knownConditionTrueFalse (#2806)
|
2020-09-14 18:43:11 +02:00 |
Daniel Marjamäki
|
4dd85cfbe0
|
Merge pull request #2802 from rikardfalkeborn/9228-fix-fn-with-realloc-and-null-assignment
Improve memleakOnRealloc with assignment to NULL
|
2020-09-14 11:04:29 +02:00 |
Paul Fultz II
|
94850fec3f
|
Fix issue 9897: False positive: nullPointerRedundantCheck (#2805)
|
2020-09-14 09:17:29 +02:00 |
Paul Fultz II
|
bb7164171c
|
Fix issue 9894: ValueFlow: wrong known value below while with assignment (#2804)
* Fix issue 9894: ValueFlow: wrong known value below while with assignment
|
2020-09-14 08:03:25 +02:00 |
Rikard Falkeborn
|
791051ced0
|
Fix #9228 (FN common realloc mistake with assignment of NULL)
Do not match for assignments with NULL.
|
2020-09-13 21:49:49 +02:00 |
Rikard Falkeborn
|
da8ad9ce19
|
memleakOnRealloc: Don't warn if pointer is NULL in condition
|
2020-09-12 18:48:23 +02:00 |
Paul
|
be900873cc
|
FIx issue 9895: ValueFlow: Wrong known value below function call with reference parameter
|
2020-09-11 16:03:57 -05:00 |
Daniel Marjamäki
|
e03a8e1dc1
|
Fixed #9892 (Crash: endless recursion in Token::typeDecl for expression 'auto combo = widget->combo = new Combo{};')
|
2020-09-11 21:29:48 +02:00 |
Daniel Marjamäki
|
600538a325
|
Merge pull request #2793 from Ken-Patrick/mixedoperators
Fix false positives with condition with || and &&
|
2020-09-11 10:11:31 +02:00 |
Daniel Marjamäki
|
d46b9cec5f
|
Merge pull request #2795 from pfultz2/fp-lifetime-temp-function-obj
Fix issue 9889: False positive: Using reference to dangling temporary with function object
|
2020-09-11 09:05:43 +02:00 |
Daniel Marjamäki
|
92d65a1824
|
astyle formatting
|
2020-09-11 08:51:12 +02:00 |
Daniel Marjamäki
|
7e02789d3f
|
Merge pull request #2794 from pfultz2/lifetime-temp-ref-move
Fix issue 9888: False positive: Using reference to dangling temporary with std::move
|
2020-09-11 07:20:32 +02:00 |
Daniel Marjamäki
|
ac66f67bad
|
Merge pull request #2790 from pfultz2/forward-analyze-accumulate-actions
Fix issue 9833: False positive: Division by zero when using pointer to struct
|
2020-09-11 07:17:10 +02:00 |
Paul
|
c568e8ea78
|
Format
|
2020-09-10 22:59:19 -05:00 |