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 |
Daniel Marjamäki
|
d88dc3ed3e
|
Reverted 00c54df07c (don't remove enum declarations) because it caused unexpected false positives
|
2015-09-06 18:37:22 +02:00 |
Daniel Marjamäki
|
00c54df07c
|
Tokenizer: Don't remove enum declarations
|
2015-09-06 17:44:49 +02:00 |
PKEuS
|
5c348890b2
|
Preserve varId in simplifyArrayAccessSyntax (#6523)
|
2015-09-05 13:14:08 +02:00 |
Martin Ettl
|
8ffa96975a
|
test/cfg/: Removed invalid test case.
|
2015-09-05 09:44:43 +02:00 |
Alexander Mai
|
890343dad0
|
Add regression tests for #678,#6834 - crashes on garbage code
|
2015-09-05 08:38:50 +02:00 |
Martin Ettl
|
bcb7dce97e
|
Fix Travis build.
|
2015-09-04 23:50:50 +02:00 |
Martin Ettl
|
6304eb35f9
|
Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-04 23:45:31 +02:00 |
Martin Ettl
|
27b3461e84
|
Fixed #6974 - false negative: uninitialized variable not detected (signal).
|
2015-09-04 22:48:00 +02:00 |
PKEuS
|
1aa958d60c
|
Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew.
|
2015-09-04 14:30:54 +02:00 |
orbitcowboy
|
5428813534
|
Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-04 11:59:19 +02:00 |
orbitcowboy
|
c955fafd84
|
Improved testing of std.cfg regarding uninitialized variables.
|
2015-09-04 11:26:43 +02:00 |