Commit Graph

23837 Commits

Author SHA1 Message Date
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 01ac4073c8 TestExprEngine: Fix for ubuntu 18.04. Replace '(/ 123.0 10.0)' with '12.3' 2020-12-21 15:29:05 +01:00
Daniel Marjamäki c3e798968c ExprEngine; Fix floating point comparison 2020-12-21 13:28:10 +01:00
kskjerve c22290f5a3
Fix #10043 unexpected designator (#2966) 2020-12-21 13:25:41 +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
orbitcowboy 69f5a0df72 wxsvg: Added missing args 2020-12-20 22:04:36 +01:00
orbitcowboy eff8ed8b7d Added wxSVG configuration 2020-12-20 22:01:02 +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
orbitcowboy 734a4145e7 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 16:01:33 +01:00
orbitcowboy d785ff9e50 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 15:50:40 +01:00
orbitcowboy 1513dd06b2 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 15:44:32 +01:00
Daniel Marjamäki 1f9edc6a66 ExprEngine: Fixed float value 2020-12-20 15:22:11 +01:00
orbitcowboy 96bb7913d5 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 15:14:11 +01:00
orbitcowboy 8d00505cfc wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 15:10:16 +01:00
orbitcowboy e6f9636757 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 15:07:02 +01:00
orbitcowboy 2ac3f17413 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 15:00:38 +01:00
Daniel Marjamäki 1ce5beb45f ExprEngine; refactoring if() 2020-12-20 14:51:03 +01:00
Daniel Marjamäki 1bf6a2f62b Summaries: Enhanced merge of noreturn info 2020-12-20 14:49:43 +01:00
orbitcowboy bf825ea14f wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:47:47 +01:00
orbitcowboy 84ab91c8b9 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:43:42 +01:00
orbitcowboy 9b161a8dd6 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:39:44 +01:00
orbitcowboy 98371f95f8 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:36:21 +01:00
orbitcowboy 9b3ff8271c wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:34:01 +01:00
orbitcowboy 0950a2671f wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:28:31 +01:00
orbitcowboy 6887b00ee4 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:10:07 +01:00
orbitcowboy 706ba3db06 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-20 14:06:20 +01:00
Heiko Bauke 077fcad4ee
fix compile-time rounding error and fix overflow check (#2937)
fixes implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Werror,-Wimplicit-int-float-conversion]
2020-12-20 08:09:39 +01:00
Daniel Marjamäki 7a7d51a548 Fixed Cppcheck warning. Using emplace is not allowed for now for compatibility reasons. 2020-12-20 07:52:09 +01:00
Daniel Marjamäki 28e33ef0b9 Fix Cppcheck performance warning stlFindInsert properly 2020-12-19 22:23:39 +01:00
Wolfgang Stöggl 079255d913
Fix gcc11 build errors (#2963) 2020-12-19 21:54:19 +01:00
Daniel Marjamäki d3d36dad2a Suppress false positive stlFindInsert 2020-12-19 21:53:23 +01:00
Daniel Marjamäki a493e17a6a Tweaks to use summaries in GUI 2020-12-19 20:46:00 +01:00
orbitcowboy c9881bb445 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-19 19:29:21 +01:00
orbitcowboy ed94b4967d wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-19 19:21:55 +01:00
orbitcowboy e3048c5b3f wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-19 19:07:33 +01:00
Daniel Marjamäki 96caaedbd5 Generate basic function summaries 2020-12-19 19:02:42 +01:00
Paul Fultz II a770342593
Fix crash in getInitListSize (#2960) 2020-12-19 12:23:19 +01:00
orbitcowboy d591b06ba7 windows.cfg: Added support for defines from 'ShlObj_core.h' 2020-12-19 09:25:42 +01:00
Daniel Marjamäki 1744cbaf66 astyle formatting
[ci skip]
2020-12-19 08:56:46 +01:00
miltolstoy 6366a577f9
feat(unused_var): analyze global variables inside function body (#2944) 2020-12-19 08:55:19 +01:00
Paul Fultz II 626dcd0eba
Fix issue 10037: False positive when passing variables to functions by address (#2957) 2020-12-19 08:29:37 +01:00