Daniel Marjamäki
|
7719b27e44
|
Cppcheck: Print clang command when --verbose is used and build dir is empty
|
2020-12-29 10:20:46 +01:00 |
Daniel Marjamäki
|
2898a2925d
|
Cppcheck: Using both --clang and --project
|
2020-12-29 10:15:38 +01:00 |
Daniel Marjamäki
|
b94a6d595a
|
Fixed #9295 (ValueFlow: Does not handle noreturn function)
|
2020-12-28 20:00:35 +01:00 |
shaneasd
|
53734a3da1
|
Test for return address of reference (#2991)
|
2020-12-28 10:50:42 +01:00 |
Daniel Marjamäki
|
e7c462b827
|
Refactoring; Avoid 'unsigned'
|
2020-12-27 21:05:31 +01:00 |
orbitcowboy
|
f1688667a5
|
Running astyle [ci skip]
|
2020-12-27 12:38:21 +01:00 |
Ken-Patrick Lehrmann
|
f1169bf2b4
|
10062: Fix FP due to assignment in reverseanalyzer (#2983)
reverseanalyzer has a special process for assignments, and would not see
a stop condition on a rhs of an assignment.
|
2020-12-27 10:14:46 +01:00 |
Oliver Stöneberg
|
0a1012a273
|
fixed and enabled -Wdocumentation and -Wdocumentation-pedantic clang warnings (#2819)
|
2020-12-27 09:15:59 +01:00 |
Georgy Komarov
|
1c12b4fd78
|
ExprEngine: Handling cases when for condition is always false (#2984)
|
2020-12-26 21:29:50 +01:00 |
Paul Fultz II
|
bd22070df5
|
Fix issue 10027: Segmentation fault in ValueFlowAnalyzer::analyze (#2987)
|
2020-12-26 21:26:39 +01:00 |
Daniel Marjamäki
|
9d54303cfa
|
Clang import; Fixed segmentation fault
|
2020-12-26 19:59:57 +01:00 |
Daniel Marjamäki
|
d024eb3ee0
|
Fixed #10051 (AST: Wrong ast for function call with initializer list)
|
2020-12-26 18:33:54 +01:00 |
orbitcowboy
|
38fc6f209d
|
Running astye [ci skip]
|
2020-12-26 14:02:03 +01:00 |
Oliver Stöneberg
|
00071d09f6
|
split "valueFlowBailoutIncompleteVar" from more generic "valueFlowBailout" (#2976)
|
2020-12-26 13:48:22 +01:00 |
Oliver Stöneberg
|
fa8a836925
|
fixed some clang warnings (#2980)
|
2020-12-26 13:46:28 +01:00 |
IOBYTE
|
765c1ace87
|
fix #10008 (false negative: knownEmptyContainer with alias in namespace and "using namespace") (#2979)
|
2020-12-26 13:45:17 +01:00 |
Daniel Marjamäki
|
f700d81e59
|
ImportProject: Fixed compile_commands.json problems
|
2020-12-25 14:47:01 +01:00 |
orbitcowboy
|
53a4f68cb2
|
wxwidgets.cfg: Added support for more interface, found by daca@home
|
2020-12-25 12:16:06 +01:00 |
Daniel Marjamäki
|
cf57233f5d
|
ImportProject: Try to handle -D and -I in the same way
|
2020-12-25 11:51:24 +01:00 |
Daniel Marjamäki
|
bcf6039558
|
Fixed #10058 (False positive: redundant assignment, there is break)
|
2020-12-25 09:08:15 +01:00 |
Daniel Marjamäki
|
8fcef7ad0d
|
astyle formatting
ci skip
|
2020-12-25 08:58:12 +01:00 |
Daniel Marjamäki
|
b8f45a5c65
|
Replace and fix findBreakScope with findNextTokenFromBreak
|
2020-12-25 08:43:14 +01:00 |
Daniel Marjamäki
|
8bd783f820
|
Refactoring; Added findBreakScope and Scope::isLoopScope()
|
2020-12-24 22:58:31 +01:00 |
Paul Fultz II
|
7861aa00cf
|
Refactor afterCondition handlers into to seperate classes (#2975)
|
2020-12-24 20:07:46 +01:00 |
Ken-Patrick Lehrmann
|
aad723bf3a
|
Fix false positive AssignmentIntegerToAddress (#2971)
|
2020-12-24 19:57:02 +01:00 |
Paul Fultz II
|
e12a733ee9
|
Fix issue 10053: False positive: Same value on both branches of ternary operator (#2962)
|
2020-12-23 13:37:28 +01:00 |
Daniel Marjamäki
|
d1139db960
|
astyle formatting
[ci skip]
|
2020-12-22 21:30:15 +01:00 |
Daniel Marjamäki
|
e4766c73dc
|
ExprEngine; Use 60s as default maxtime processing a function, the analysis time will be somewhat reasonable
|
2020-12-22 21:09:24 +01:00 |
Georgy Komarov
|
259f562e73
|
ExprEngine: Add condition branches for the while loops (#2970)
|
2020-12-22 20:21:57 +01:00 |
Daniel Marjamäki
|
a9e7974963
|
ExprEngine: use 'real' instead of 'fpa' values in latest Z3 for floats
|
2020-12-22 18:05:21 +01:00 |
Daniel Marjamäki
|
315892d991
|
ExprEngine; add a 'stupid' handling of floating point promotions for integers
|
2020-12-22 17:15:11 +01:00 |
Daniel Marjamäki
|
1812951640
|
ExprEngine; Fix problem when float suffix is used
|
2020-12-22 15:17:36 +01:00 |
Daniel Marjamäki
|
347fccb207
|
ExprEngine; Avoid overspecified constraints
|
2020-12-22 11:10:01 +01:00 |
amai2012
|
f0da9098b9
|
Set language compatibility to C++14 in Visual Studio (#2967)
There is no C++11 flag
|
2020-12-22 10:24:25 +01:00 |
Georgy Komarov
|
0731df7d2d
|
ExprEngine: Add FP and String literals in determining that condition can (#2969)
|
2020-12-22 09:25:54 +01:00 |
Daniel Marjamäki
|
fcb496fb40
|
Fixed compiler error
|
2020-12-22 08:17:14 +01:00 |
Daniel Marjamäki
|
f6447cc546
|
ExprEngine; Wrap z3 interface that is not the same in different z3 versions
|
2020-12-22 08:13:40 +01:00 |
Daniel Marjamäki
|
13ed2effa1
|
astyle formatting
[ci skip]
|
2020-12-22 08:09:51 +01:00 |
IOBYTE
|
2ecab32fbe
|
fix debug printing of valuetype name with namespaces (#2968)
|
2020-12-21 19:47:54 +01:00 |
Daniel Marjamäki
|
c3e798968c
|
ExprEngine; Fix floating point comparison
|
2020-12-21 13:28:10 +01:00 |
Georgy Komarov
|
86f1ee5267
|
ExprEngine: Add workarounds for z3 bugs with FP comparisson (#2965)
|
2020-12-21 12:32:26 +01:00 |
abhijit-sawant
|
7d6fc23022
|
Checking in fix for issue 9957 - - False negative: duplInheritedMember (#2964)
|
2020-12-21 07:14:52 +01:00 |
Daniel Marjamäki
|
47bb487c95
|
Visual Studio; Try to fix compilation
|
2020-12-20 21:01:45 +01:00 |
Daniel Marjamäki
|
37a5ec8cd5
|
Summaries: Moved to its own files
|
2020-12-20 19:53:58 +01:00 |
Daniel Marjamäki
|
5701f6d368
|
ExprEngine: Added ifIntRangeAlwaysFalse and ifIntRangeAlwaysTrue tests
|
2020-12-20 19:04:46 +01:00 |
Daniel Marjamäki
|
229e39e7de
|
Revert "ExprEngine: Fixed float value"
This reverts commit 1f9edc6a66 .
|
2020-12-20 16:36:22 +01:00 |
Daniel Marjamäki
|
40e24cf417
|
Revert "ExprEngine; Try to fix assertion failure for floats"
This reverts commit aaabc74b9f .
|
2020-12-20 16:36:11 +01:00 |
Daniel Marjamäki
|
aaabc74b9f
|
ExprEngine; Try to fix assertion failure for floats
|
2020-12-20 16:31:53 +01:00 |
Daniel Marjamäki
|
1f9edc6a66
|
ExprEngine: Fixed float value
|
2020-12-20 15:22:11 +01:00 |
Daniel Marjamäki
|
1ce5beb45f
|
ExprEngine; refactoring if()
|
2020-12-20 14:51:03 +01:00 |