Daniel Marjamäki
|
f35c24d4af
|
SymbolDatabase: Better handling of valuetypes in AST
|
2015-10-04 23:27:58 +02:00 |
Daniel Marjamäki
|
9b253612ca
|
SymbolDatabase: Add type information in AST
|
2015-10-04 19:42:58 +02:00 |
Frank Zingsheim
|
3bc21b8138
|
Fixed #6996 (ValueFlow: known and possible values)
|
2015-10-04 10:33:43 +02:00 |
Daniel Marjamäki
|
f5bd00f153
|
Library: return true from Library::isnullargbad() for format string arguments. Related with #7012.
|
2015-10-03 20:51:45 +02:00 |
Daniel Marjamäki
|
a574fda8a9
|
Fixed #6935 (Wrong duplicate expression)
|
2015-10-03 14:56:24 +02:00 |
Alexander Mai
|
27f72d7ae0
|
#7020 segmentation fault (invalid code) in Tokenizer::simplifyTypedef. #7021 segmentation fault (invalid code) in Tokenizer::simplifyEnum
|
2015-10-03 10:47:23 +02:00 |
Simon Martin
|
0f7e20c11d
|
Ticket #7017: Properly interpret operator= return type for template classes in CheckClass::operatorEq.
|
2015-10-02 23:23:44 +02:00 |
amai2012
|
fde59242bb
|
#7018 segmentation fault (invalid code) in Tokenizer::simplifyEnum
|
2015-10-02 15:33:23 +02:00 |
Martin Ettl
|
2fbb25e9bc
|
test/std.cfg: Added more test cases and comments.
|
2015-10-01 20:18:06 +02:00 |
Martin Ettl
|
dc051f077d
|
#6667: Added a regression test to testgarbage.
|
2015-09-30 21:55:32 +02:00 |
Martin Ettl
|
12b4bf75e0
|
std.cfg: Fixed false negatives regarding uninitialized variable usage and added test cases.
|
2015-09-30 13:10:31 +02:00 |
Martin Ettl
|
0b782853fe
|
Imroved std.cfg and added more test cases.
|
2015-09-30 12:45:40 +02:00 |
Martin Ettl
|
4fcd324ccd
|
Improved testing of std.cfg regarding <arg nr=any> configured functions and added more test cases.
|
2015-09-30 12:18:56 +02:00 |
Martin Ettl
|
c64f9cf9b1
|
#7012: Fixed FP in std.cfg by explicitly definining the first parameter of snprintf.
|
2015-09-29 21:33:39 +02:00 |
Martin Ettl
|
69b1e21560
|
Improved testing of std.cfg and added more test cases for snprintf(). There is a FP (according to #7012).
|
2015-09-29 21:14:22 +02:00 |
PKEuS
|
e6467703b2
|
Support cast to ** in Tokenizer::simplifyCasts() (#7005)
|
2015-09-28 16:08:14 +02:00 |
PKEuS
|
590f1f1d66
|
Fixed handling of __asm...__endasm (#6970)
|
2015-09-28 15:43:48 +02:00 |
Thomas Otto
|
7ba69cfd0a
|
sizeofCalculation: skip if void-casted inside a macro (#6888)
|
2015-09-28 14:33:29 +02:00 |
Daniel Marjamäki
|
bd243a4748
|
Fixed #6903 (ValueFlow: Fix FP in ?:)
|
2015-09-27 13:29:28 +02:00 |
Dmitry-Me
|
6304a4dddb
|
Fix FP for members of temporaries
|
2015-09-25 13:57:11 +03:00 |
Dmitry-Me
|
da15efb3f6
|
Fix FN for distinct structs with identical members
|
2015-09-24 18:29:08 +02:00 |
Martin Ettl
|
7476f0d1c2
|
std.cfg: Added support for wmemcmp() and corresponding test cases.
|
2015-09-23 22:46:36 +02:00 |
Alexander Mai
|
c27fc31fcf
|
#6997 segmentation fault (invalid code) in CheckUninitVar::checkIfForWhileHead. Detect invalid syntax.
|
2015-09-23 10:33:55 +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 |
Martin Ettl
|
10da5d6d2f
|
std.cfg: Added configuration for std::string:find.
|
2015-09-21 23:01:51 +02:00 |
Martin Ettl
|
f2fae9836b
|
test/cfg: Another attempt to fix travis build.
|
2015-09-21 21:51:19 +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 |
Daniel Marjamäki
|
305760f143
|
Uninitialized variables: Fix FP for struct array
|
2015-09-16 14:42:55 +02:00 |
Daniel Marjamäki
|
af233efcce
|
Uninitialized variables: tweaked checking of arrays / allocated buffers
|
2015-09-14 09:03:21 +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 |
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 |
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 |
orbitcowboy
|
5e50166135
|
Improved testing of std.cfg.
|
2015-09-10 16:45:14 +02:00 |
orbitcowboy
|
bf53065d17
|
Added a comment, no functional changes [ci-skip].
|
2015-09-10 13:23:34 +02:00 |
orbitcowboy
|
66b9d8bf38
|
Improved testing of std.cfg and posix.cfg.
|
2015-09-10 11:50:47 +02:00 |
orbitcowboy
|
2b416419de
|
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-09 16:59:26 +02:00 |
orbitcowboy
|
52090f5725
|
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-09 16:32:52 +02:00 |
PKEuS
|
fbbdfa85ca
|
Revert "Fixed false negative #5815"
This reverts commit dc6c278d83 .
|
2015-09-09 14:46:47 +02:00 |
orbitcowboy
|
2f5fd66d00
|
#6577: Added test cases to test/posix.c. They demonstrate that there is still a false negative.
|
2015-09-09 08:53:12 +02:00 |
orbitcowboy
|
e929e9e7d9
|
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-08 16:08:43 +02:00 |
orbitcowboy
|
60770a8fdc
|
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-08 15:43:22 +02:00 |
orbitcowboy
|
7d229f082c
|
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-08 11:45:13 +02:00 |
orbitcowboy
|
03495360d8
|
test/cfg: Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-07 16:57:34 +02:00 |