Paul Fultz II
|
d80f2fb46f
|
Reapply f1cc3ad and fix performance regression (#3076)
|
2021-01-23 08:47:39 +01:00 |
orbitcowboy
|
bb451ca289
|
Running astlye [ci skip]
|
2021-01-22 21:47:24 +01:00 |
orbitcowboy
|
ef6c0e6a43
|
wxwidgets.cfg: Fixed wrong argument in 'EVT_DIRPICKER_CHANGED' macro
|
2021-01-22 21:46:54 +01:00 |
Paul Fultz II
|
a6f4fbae54
|
Fix issue 2741: False negative: redundant assignment of x to itself (ref = x) (#3071)
|
2021-01-22 11:00:57 +01:00 |
Daniel Marjamäki
|
0fa89ff2ba
|
Revert 14365ffc7 and f1cc3ada8 , there was a performance regression
|
2021-01-22 10:51:46 +01:00 |
Daniel Marjamäki
|
14365ffc7c
|
make a function static
|
2021-01-21 20:27:28 +01:00 |
Paul Fultz II
|
f1cc3ada86
|
Refactor valueFlowTerminatingCondition to handle inner conditions and complex conditions (#3060)
|
2021-01-21 20:18:53 +01:00 |
Paul Fultz II
|
d05acf3c41
|
Fix issue 10120: FP: containerOutOfBounds, regression (#3064)
|
2021-01-21 19:50:57 +01:00 |
Paul Fultz II
|
8b26ecbcdd
|
Extend ProgramMemory to handle expressions (#3069)
|
2021-01-21 19:49:37 +01:00 |
IOBYTE
|
d39956414f
|
fix #10122, #10124 and #10125 (debug: Executable scope 'x' with unknown function.) (#3073)
|
2021-01-21 19:47:51 +01:00 |
Oliver Stöneberg
|
6f49a2ff4a
|
CI-unixish.yml: perform self check with --debug-warnings (#2973)
|
2021-01-21 18:29:08 +01:00 |
Oliver Stöneberg
|
491f4874c5
|
fixed/aligned some compiler warnings (#3065)
|
2021-01-21 18:13:32 +01:00 |
Oliver Stöneberg
|
95d1b41a5b
|
runtests.sh: fixed check for cppunit (#3072)
|
2021-01-21 10:59:34 +01:00 |
Daniel Marjamäki
|
253b7810fb
|
Coverage; cppunit header not found when running coverage script
|
2021-01-20 21:10:24 +01:00 |
Oliver Stöneberg
|
85154cb70e
|
use mirror for install-qt-action (#3070)
|
2021-01-20 19:03:38 +01:00 |
Oliver Stöneberg
|
f46a9e3543
|
fixed/excluded some shellcheck warnings and actually fail the build when something is found (#3068)
|
2021-01-20 18:43:49 +01:00 |
Daniel Marjamäki
|
2cb20124a6
|
AUTHORS: Added pavelskipenes
|
2021-01-19 18:57:55 +01:00 |
Pavel Skipenes
|
6f9e93b6ce
|
fixes: picojson.h: No such file or directory (#3067)
|
2021-01-19 18:56:01 +01:00 |
IOBYTE
|
952857195b
|
fix out of line member functions using global namespace (#3063)
|
2021-01-19 18:52:47 +01:00 |
amai2012
|
6012cd4fd9
|
philosophy.md : Describe inconclusive messages (#2841)
Inspired by https://github.com/danmar/cppcheck/pull/2839 inconclusive messages are added to this document.
|
2021-01-18 19:58:06 +01:00 |
Mathias Schmid
|
ab7d728831
|
Add missing support for "type-checks" and "smart-pointer" configuration. (#3039)
|
2021-01-18 19:10:53 +01:00 |
IOBYTE
|
fde5994cc3
|
fix #10061 (debug: Executable scope 'x' with unknown function.) (#3062)
|
2021-01-18 19:01:04 +01:00 |
Paul Fultz II
|
25ada657da
|
Fix issue 9030: ValueFlow: Possible value after conditional assignment in for loop (#3059)
|
2021-01-18 10:12:07 +01:00 |
IOBYTE
|
664289792c
|
fix simplifyTypedef removing needed type qualification (#3058)
|
2021-01-18 10:08:55 +01:00 |
Daniel Marjamäki
|
5391880dc6
|
Travis; Quick fix of builds. pylint does not work well on Travis so remove that.
|
2021-01-18 08:44:06 +01:00 |
abhijit-sawant
|
3bb5f15c38
|
Added .vscode to gitignore (#3061)
|
2021-01-18 08:28:56 +01:00 |
abhijit-sawant
|
b97387db66
|
Made missing comparison in loop check more generic (#3048)
|
2021-01-18 08:11:37 +01:00 |
Paul Fultz II
|
65395aeaa1
|
Add regression test for 7013: valueFlowAfterCondition: false positive below overspecified code (#3055)
|
2021-01-17 16:29:11 +01:00 |
IOBYTE
|
dd866f2898
|
fix using type alias with derived class (#3050)
|
2021-01-17 16:10:53 +01:00 |
Oliver Stöneberg
|
b2ed372f75
|
various optimizations (#3054)
|
2021-01-16 19:05:51 +01:00 |
Oliver Stöneberg
|
9f9a652ae1
|
refs issue #9089: avoid usage of expensive std::stringstream (#2996)
|
2021-01-16 19:03:28 +01:00 |
Daniel Marjamäki
|
853c271f22
|
Fix gcc warning; variable vidx is assigned but not read
|
2021-01-16 18:13:06 +01:00 |
Oliver Stöneberg
|
7aa85aa408
|
Use std::unordered_* containers for faster lookups (#3052)
|
2021-01-16 13:52:09 +01:00 |
Daniel Marjamäki
|
76f759fcc4
|
Fixed #9702 (False positive: Opposite inner condition when modifying member variable used by inner condition)
|
2021-01-15 20:51:47 +01:00 |
Mathias Schmid
|
583ee7b70e
|
Fix update of some translations after application language switch. (#3049)
|
2021-01-15 18:19:51 +01:00 |
Daniel Marjamäki
|
503662f625
|
Try to fix null pointer dereference
|
2021-01-15 08:27:58 +01:00 |
Daniel Marjamäki
|
55262f03ec
|
Fixed #9218 (False positive: Searching before insertion is not necessary (stlFindInsert))
|
2021-01-14 22:31:43 +01:00 |
Daniel Marjamäki
|
a5babf25a7
|
Fixed #10080 (syntax error: operator)
|
2021-01-14 20:56:11 +01:00 |
Ken-Patrick Lehrmann
|
56124f0c5d
|
Skip calculateWarningHash if we are not in bugHunting (#3047)
|
2021-01-13 18:38:00 +01:00 |
Oliver Stöneberg
|
c94713c607
|
improved error handling in ThreadExecutor (#3023)
|
2021-01-13 12:41:59 +01:00 |
Paul Fultz II
|
b571e9fe0b
|
Fix issue 10106: FP: nullPointerRedundantCheck (#3044)
|
2021-01-13 12:36:26 +01:00 |
Paul Fultz II
|
b469da1069
|
Fix issue 8253: False negative: Comparison is always true (early return) (#3043)
|
2021-01-13 12:35:43 +01:00 |
Daniel Marjamäki
|
1858465bca
|
astyle formatting
[ci skip]
|
2021-01-12 21:28:56 +01:00 |
Daniel Marjamäki
|
5f21d9d97b
|
Fixed #8975 (Syntax error for valid C code)
|
2021-01-12 21:28:07 +01:00 |
Oliver Stöneberg
|
7c5015d54e
|
fixed --check-library not showing anything on its own (#3035)
|
2021-01-12 20:53:05 +01:00 |
Armin Müller
|
0de0a954d2
|
Typos found by running "codespell" (#3042)
|
2021-01-12 20:48:25 +01:00 |
Paul Fultz II
|
fc4238829f
|
Fix issue 10092: false positive: (warning) The address of local variable 'data' might be accessed at non-zero index. (#3041)
|
2021-01-12 10:24:28 +01:00 |
Mathias Schmid
|
348b2d4832
|
Check for mandatory "name" attribute in "podtype". (#3040)
|
2021-01-11 18:48:56 +01:00 |
Paul Fultz II
|
b1c56d33ac
|
Fix issue 9133: Invalid iterator; vector::push_back, functions (#3008)
|
2021-01-11 18:47:38 +01:00 |
Paul Fultz II
|
678ee00fe9
|
Infer variables from conditions in valueFlowSubfunction (#3037)
|
2021-01-11 08:00:13 +01:00 |