Alexander Mai
|
c27fc31fcf
|
#6997 segmentation fault (invalid code) in CheckUninitVar::checkIfForWhileHead. Detect invalid syntax.
|
2015-09-23 10:33:55 +02:00 |
orbitcowboy
|
fc0786acb0
|
Merge pull request #686 from Dmitry-Me/omitUnneededActions6
Continue early, reuse pattern, better names
|
2015-09-22 21:31:47 +02:00 |
orbitcowboy
|
3bc4ea4e51
|
Merge pull request #687 from Dmitry-Me/tellIfItsStructOrUnion
Tell if it's struct or union
|
2015-09-22 21:14:30 +02:00 |
Martin Ettl
|
34dcf1182c
|
test/cfg: Deactivated a test case in std.cpp, which tests std::string::find (three parameter version). It cases the travis build to be failing.
|
2015-09-22 20:54:25 +02:00 |
Dmitry-Me
|
0b991f5560
|
Tell if it's struct or union
|
2015-09-22 17:38:23 +03:00 |
Dmitry-Me
|
ce783483d1
|
Continue early, reuse pattern, better names
|
2015-09-22 16:38:49 +03:00 |
Martin Ettl
|
a0b97d7676
|
Merge branch 'master' of https://github.com/danmar/cppcheck
|
2015-09-21 23:02:06 +02:00 |
Martin Ettl
|
10da5d6d2f
|
std.cfg: Added configuration for std::string:find.
|
2015-09-21 23:01:51 +02:00 |
orbitcowboy
|
ab395dcaec
|
Improved layout of Readme.md
|
2015-09-21 22:41:38 +02:00 |
Martin Ettl
|
f2fae9836b
|
test/cfg: Another attempt to fix travis build.
|
2015-09-21 21:51:19 +02:00 |
Martin Ettl
|
3d0cc38d90
|
test/cfg: Attempt to fix travis build, caused by my previous commit due to wrong configuration.
|
2015-09-21 14:00:24 +02:00 |
Martin Ettl
|
55ccaea4a5
|
std.cfg: Added more functions from <cuchar> and corresponding test cases.
|
2015-09-21 13:40:56 +02:00 |
Martin Ettl
|
39622417b1
|
Improved std.cfg and added coressponding test cases to test/cfg.
|
2015-09-18 23:57:20 +02:00 |
Martin Ettl
|
841ad5462d
|
test/cfg: Improved std.cfg and added corresponding test cases.
|
2015-09-18 23:02:51 +02:00 |
Martin Ettl
|
fc4b9d320d
|
test/cfg: Improved testing of std.cfg about std::stod().
|
2015-09-18 16:25:05 +02:00 |
Martin Ettl
|
8936985c5c
|
#7001: Fixed templatesimplifier.cpp: Remove double include.
|
2015-09-18 12:20:41 +02:00 |
orbitcowboy
|
c285b75611
|
Merge pull request #685 from Dmitry-Me/useTempVariables
Use temp variables, better variable names
|
2015-09-16 16:30:25 +02:00 |
Daniel Marjamäki
|
305760f143
|
Uninitialized variables: Fix FP for struct array
|
2015-09-16 14:42:55 +02:00 |
Dmitry-Me
|
074639548b
|
Use temp variables, better variable names
|
2015-09-16 15:31:13 +03:00 |
orbitcowboy
|
66f1d9d680
|
Merge pull request #684 from Dmitry-Me/moveDeclaration
Move variable declaration to where it's first used
|
2015-09-16 13:11:20 +02:00 |
Dmitry-Me
|
85d47e25e4
|
Move variable declaration to where it's first used
|
2015-09-16 13:15:07 +03:00 |
orbitcowboy
|
d3c629cce9
|
Merge pull request #683 from Dmitry-Me/tempVariables
Temp variables, better names
|
2015-09-15 15:01:31 +02:00 |
Dmitry-Me
|
aa60358458
|
Temp variables, better names
|
2015-09-15 15:34:12 +03:00 |
Daniel Marjamäki
|
af233efcce
|
Uninitialized variables: tweaked checking of arrays / allocated buffers
|
2015-09-14 09:03:21 +02:00 |
PKEuS
|
6647976d80
|
Simplified a few Token::Match calls
|
2015-09-14 08:57:23 +02:00 |
Matthias Krüger
|
2ddd4c7197
|
fix [lib/checkuninitvar.cpp:836]: (warning) Found simple pattern inside Token::Match() call: "&"
|
2015-09-13 17:54:53 +02:00 |
Daniel Marjamäki
|
ab38ab800e
|
CheckUninitVar: don't rely on Tokenizer::simplifyKnownVar() to simplify references
|
2015-09-13 17:31:45 +02:00 |
Daniel Marjamäki
|
ad007ca2d7
|
Uninitialized variables: better checking of arrays
|
2015-09-13 16:32:16 +02:00 |
Frank Zingsheim
|
1fd9ba0cc4
|
Fixed #6988 (incorrect nullPointer error for string)
|
2015-09-13 10:53:05 +02:00 |
Daniel Marjamäki
|
8cee96a179
|
ValueFlow: Refactor 'ProgramMemory' so it can handle token * values also and not just int values. I believe this refactoring is needed before #6973 can be fixed.
|
2015-09-12 19:49:02 +02:00 |
orbitcowboy
|
1f9fa89dc9
|
Merge pull request #681 from Dmitry-Me/betterVariableName5
Better variable name, explicit no-op
|
2015-09-11 22:30:31 +02:00 |
orbitcowboy
|
fd81ee9804
|
test/cfg: Improved testing of std.cfg regarding uninitialized and nullPointer checks.
|
2015-09-11 16:50:59 +02:00 |
orbitcowboy
|
3187a2b972
|
test/cfg: Improved testing of std.cfg regarding null pointer dereferences.
|
2015-09-11 16:29:39 +02:00 |
Dmitry-Me
|
773ee8c32a
|
Better variable name, explicit no-op
|
2015-09-11 17:26:33 +03:00 |
amai2012
|
7dadd9f3ca
|
Merge pull request #677 from Dmitry-Me/simplifySearchReplace
Simplify overengineered search-replace code
|
2015-09-11 16:02:39 +07:00 |
amai2012
|
210d8d1957
|
Merge pull request #676 from Dmitry-Me/reuseCachedValue
Reuse cached value
|
2015-09-11 15:58:45 +07:00 |
Daniel Marjamäki
|
e09f583096
|
GUI: library editor, edit function comments
|
2015-09-10 20:11:05 +02:00 |
orbitcowboy
|
366a8325b5
|
Merge pull request #680 from Dmitry-Me/eliminateSetObject
Get rid of set object
|
2015-09-10 17:50:25 +02:00 |
orbitcowboy
|
7ae7cdd17b
|
test/cfg: Added test cases for std::string find, that demonstrate false negatives in case of uninitialized variable (#6991).
|
2015-09-10 17:03:50 +02:00 |
Dmitry-Me
|
70d98c7176
|
Get rid of set object
|
2015-09-10 17:59:20 +03:00 |
orbitcowboy
|
5e50166135
|
Improved testing of std.cfg.
|
2015-09-10 16:45:14 +02:00 |
orbitcowboy
|
f3505f617b
|
Merge pull request #679 from Dmitry-Me/breakLoopEarly4
Explicit continue, break loop early
|
2015-09-10 13:23:49 +02:00 |
orbitcowboy
|
bf53065d17
|
Added a comment, no functional changes [ci-skip].
|
2015-09-10 13:23:34 +02:00 |
Dmitry-Me
|
78ed37ca86
|
Explicit continue, break loop early
|
2015-09-10 12:54:35 +03:00 |
orbitcowboy
|
66b9d8bf38
|
Improved testing of std.cfg and posix.cfg.
|
2015-09-10 11:50:47 +02:00 |
Erik Hovland
|
87e0f35a37
|
Update the cmake version to the current version
|
2015-09-10 07:32:28 +02:00 |
Daniel Marjamäki
|
b7ee08ea65
|
remove unused script aws.py
|
2015-09-10 07:29:42 +02:00 |
orbitcowboy
|
c19c7acb2f
|
Merge pull request #678 from Dmitry-Me/removeUselessCheck
Remove useless check
|
2015-09-09 18:33:23 +02:00 |
Dmitry-Me
|
41c38eb1fc
|
Remove useless check
|
2015-09-09 18:45:22 +03:00 |
Dmitry-Me
|
b2cd0aabf5
|
Simplify overengineered search-replace code
|
2015-09-09 18:43:32 +03:00 |