Dmitry-Me
|
2989f70898
|
Get rid of tokAt() and strAt() in trivial cases.
|
2014-07-14 11:44:58 +04:00 |
Daniel Marjamäki
|
954400a382
|
Add simple xml debug output. When both --xml and --debug is used there will be xml debug output.
|
2014-07-13 17:21:45 +02:00 |
Dmitry-Me
|
9829e0b48a
|
Clearer variable names, fix typo in comment.
|
2014-07-11 11:33:09 +04:00 |
Dmitry-Me
|
ba3757dfd3
|
Bring variables decalaration to where they are really needed.
|
2014-07-10 11:23:14 +04:00 |
Daniel Marjamäki
|
bc6a320f91
|
Merge pull request #359 from Dmitry-Me/useReferencesToAvoidDeepCopy
Use references instead of deep copying the strings
|
2014-07-10 08:31:09 +02:00 |
Daniel Marjamäki
|
cb9d67b9ec
|
Fixed #5901 (False positive: (error) Using 'memcpy' with vector of uint8_t items)
|
2014-07-09 15:00:06 +02:00 |
Dmitry-Me
|
d0cbfeb186
|
Use references instead of deep copying the strings
|
2014-07-09 11:21:38 +04:00 |
Daniel Marjamäki
|
7b0616786c
|
Merge pull request #358 from Dmitry-Me/reuseDataFromPreviousCodeAndOmitChecks2
Omit unnecessary checks
|
2014-07-09 06:45:52 +02:00 |
Alexander Mai
|
df95cd09f0
|
Fix compiler warnings about type mismatch
|
2014-07-08 21:47:22 +02:00 |
Daniel Marjamäki
|
14def42c99
|
Fixed #5972 (FP: Buffer is accessed out of bounds)
|
2014-07-08 16:31:08 +02:00 |
Daniel Marjamäki
|
254b6438b9
|
CheckBufferOverrun::checkStringArgument: sizeof string is strlen+1
|
2014-07-08 16:04:09 +02:00 |
Dmitry-Me
|
7da6ce8704
|
Omit unnecessary checks
|
2014-07-08 12:28:57 +04:00 |
Daniel Marjamäki
|
4d0189c672
|
CheckBufferOverrun: Fixed crash. The crash occured in ThreadHandler in the deserialize() function. Probably because " was used in error message.
|
2014-07-08 07:08:51 +02:00 |
Daniel Marjamäki
|
6afe9a4fbe
|
astyle formatting
[ci skip]
|
2014-07-08 06:44:57 +02:00 |
amai2012
|
9b38ae73c1
|
Attempt to fix 2 Coverity messages.
Replace a few unsigned int by std::size_t
|
2014-07-07 21:25:30 +02:00 |
Daniel Marjamäki
|
987ce5a408
|
Fixed #5968 (False positive: 'Possible null pointer dereference' when checking null in negated conjuction)
|
2014-07-07 17:48:58 +02:00 |
Daniel Marjamäki
|
26a3bdfe00
|
ValueFlow: Cleanup code by using SymbolDatabase provided scope info
|
2014-07-07 16:34:21 +02:00 |
Daniel Marjamäki
|
3169a2d215
|
astyle formatting
[ci skip]
|
2014-07-06 17:50:21 +02:00 |
amai2012
|
0ddd7752b5
|
Avoid crash reported in #5943 (using the example from duplicate ticket #5971)
Replace a few size_t/unsigned int by std::size_t
|
2014-07-06 14:48:24 +02:00 |
amai2012
|
f1bf38004b
|
Fix MSVC compiler warnings
|
2014-07-06 13:08:22 +02:00 |
Daniel Marjamäki
|
0fd334911a
|
Fixed #5257 (Check memcpy size for string literals)
|
2014-07-06 08:41:39 +02:00 |
amai2012
|
77095e2b05
|
Add some more functions to posix.cfg which allow to enable TestBufferOverrun::buffer_overrun_1_posix_functions
Fix some compiler warnings on MSVC
|
2014-07-05 22:47:10 +02:00 |
Daniel Marjamäki
|
a3acc3241e
|
Library: Added <minsize> element used for buffer overrun checking
|
2014-07-05 20:31:43 +02:00 |
Alexander Mai
|
88890a851c
|
Fix compiler warning (and minor cleanup).
|
2014-07-05 12:10:23 +02:00 |
Dmitry-Me
|
4f21b31004
|
Use temp variables to simplify code.
|
2014-07-04 10:56:43 +04:00 |
Daniel Marjamäki
|
51396e52aa
|
Merge pull request #353 from Dmitry-Me/breakLoopEarlyInsteadOfContinuingBitwiseAnd
Break the loop once the result can no longer change.
|
2014-07-03 06:54:00 +02:00 |
Daniel Marjamäki
|
d40b77dce2
|
Removed special 'else if' handling. this is redundant since these are simplified.
|
2014-07-02 16:16:19 +02:00 |
PKEuS
|
719304a8fc
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
PKEuS
|
b4f0869a71
|
Reduced Token::Match complexity, better support for complex patterns
|
2014-07-02 15:25:41 +02:00 |
PKEuS
|
817d32f791
|
Fixed and cleaned up Token::Match engine
|
2014-07-02 15:25:19 +02:00 |
Dmitry-Me
|
b38e43ebae
|
Negation not needed anymore.
|
2014-07-02 11:12:39 +04:00 |
Zachary D. Blair
|
f6523e384b
|
Fixed 4979 (Doesn't allow any ordering of int modifiers)
|
2014-07-01 23:59:04 -07:00 |
PKEuS
|
3d0ebe196b
|
Several improvements to CheckUnusedVar::checkFunctionVariableUsage_iterateScopes():
- Use AST in some places
- Fixed misusage of Token::isStandardType (fixes false negative)
- Removed some redundant conditions
|
2014-07-02 00:18:40 +02:00 |
Daniel Marjamäki
|
5e9e90b1c1
|
Fixed Token::Match pattern. In x|y|.. patterns, all %cmd% should be placed before plain-text operands.
|
2014-07-01 15:55:29 +02:00 |
Dmitry-Me
|
454dd0a736
|
Break the loop once the result can no longer change.
|
2014-07-01 17:16:45 +04:00 |
Daniel Marjamäki
|
b7d7633b97
|
ValueFlow: Improved analysis after switch
|
2014-06-30 17:56:42 +02:00 |
Daniel Marjamäki
|
f1762f9ed6
|
Fixed #5939 (fp: Possible null pointer dereference, after check against NULL in for loop)
|
2014-06-30 07:26:48 +02:00 |
Daniel Marjamäki
|
df799f97c5
|
valueFlowBefore: better analysis of conditional assignment
|
2014-06-30 00:02:49 +02:00 |
Daniel Marjamäki
|
4f43e4f9aa
|
Fixed #5959 (ValueFlow: return value from subfunction)
|
2014-06-29 18:04:38 +02:00 |
Daniel Marjamäki
|
893996d182
|
Fixed #5937 (ValueFlow: wrong analysis of calculations with different variable operands)
|
2014-06-29 10:57:39 +02:00 |
Daniel Marjamäki
|
41baffdda1
|
Fixed #5850 (Wrong Message on self assignment)
|
2014-06-28 15:26:22 +02:00 |
Daniel Marjamäki
|
ab08883332
|
Merge pull request #351 from simartin/ticket_5952
Ticket #5952: Simplify redundant parentheses in pointer variable declarations
|
2014-06-28 12:20:27 +02:00 |
Daniel Marjamäki
|
9eaadc81e2
|
Fixed #5861 (valueFlowSubFunction: fp for float value)
|
2014-06-28 12:04:20 +02:00 |
Daniel Marjamäki
|
46479ced7e
|
Library: Handle FIlE_NOT_FOUND better
|
2014-06-28 10:22:35 +02:00 |
Daniel Marjamäki
|
6f2c8a8236
|
Fixed #5931 (arrayIndexOutOfBoundsCond id reported instead of arrayIndexOutOfBounds)
|
2014-06-28 10:09:53 +02:00 |
Simon Martin
|
7b942650c2
|
Ticket #5952: Simplify redundant parentheses in pointer variable declarations.
|
2014-06-28 09:36:51 +02:00 |
Daniel Marjamäki
|
6c8558c112
|
CheckBufferOverrun: Removed old for-loop handling. This is handled through ValueFlow from now on.
|
2014-06-27 06:46:42 +02:00 |
Alexander Mai
|
b6a40fceb7
|
Fix some compiler warnings
|
2014-06-26 20:34:07 +02:00 |
Daniel Marjamäki
|
036b2f8ccf
|
CheckBufferOverrun: Added bufferOverrun2 that is based on ValueFlow/SymbolDatabase/Ast from the start. Replaced some old checking.
|
2014-06-26 17:36:20 +02:00 |
Daniel Marjamäki
|
72992c7973
|
AST: fixed ast for '++i;'
|
2014-06-26 17:31:57 +02:00 |