Matthias Krüger
|
4e4a1cfe3a
|
Tokenizer::combineOperators: prevent duplicate checking of same condition
|
2015-08-09 14:35:17 +02:00 |
Alexander Mai
|
66676b8e55
|
Warning selfAssignment was only issued if style was enabled.
|
2015-08-09 13:45:35 +02:00 |
Alexander Mai
|
95658030bc
|
Avoid UB in Tokenizer::printDebugOutput in case of empty tokenlist (see #6913)
|
2015-08-09 07:49:34 +02:00 |
PKEuS
|
fc19c6ca11
|
Updated TinyXML
https://github.com/leethomason/tinyxml2
|
2015-08-08 18:38:56 +02:00 |
Daniel Marjamäki
|
e71ab70356
|
Fixed #6871 (False positive uninitvar - pointer to uninitialized char[])
|
2015-08-08 14:52:46 +02:00 |
Daniel Marjamäki
|
72706cd0b8
|
Fixed #6868 (Tokenizer: wrong simplification of the unlikely keyword)
|
2015-08-08 12:49:42 +02:00 |
Daniel Marjamäki
|
8f309aed12
|
TestUninitVar: cleanup duplicate tests for function handling
|
2015-08-08 09:57:56 +02:00 |
Daniel Marjamäki
|
25d09b34fd
|
update Makefile
|
2015-08-08 09:20:33 +02:00 |
Daniel Marjamäki
|
7ec8adeb93
|
Fixed #6701 (Uninitialized variable warning when header could not be found)
|
2015-08-08 08:53:08 +02:00 |
Daniel Marjamäki
|
c9e239afbf
|
Fixed #6908 (False positive: Same expression on both sides of '+='.)
|
2015-08-07 20:28:25 +02:00 |
Daniel Marjamäki
|
ec3d76be5e
|
astyle formatting
|
2015-08-07 20:27:32 +02:00 |
PKEuS
|
48c6b30d1a
|
Merge pull request #634 from Dmitry-Me/avoidDeepCopy
Avoid deep copying std::string
|
2015-08-07 19:38:38 +02:00 |
PKEuS
|
f5eae166ac
|
Merge pull request #633 from Dmitry-Me/runCheaperChecksFirst
Run cheaper checks first
|
2015-08-07 19:37:30 +02:00 |
Dmitry-Me
|
d81776b8c8
|
Avoid deep copying std::string
|
2015-08-07 17:16:41 +03:00 |
Dmitry-Me
|
ce96a5e84f
|
Run cheaper checks first
|
2015-08-07 16:25:47 +03:00 |
PKEuS
|
4c843eb171
|
Merge pull request #632 from Dmitry-Me/breakListTraversalEarly
Break list traversal once first match is found
|
2015-08-06 21:22:13 +02:00 |
Dmitry-Me
|
c85112bdad
|
Break list traversal once first match is found
|
2015-08-06 17:10:43 +03:00 |
amai2012
|
53feb88614
|
Merge pull request #630 from Dmitry-Me/detectRaceInInterlockedAccess
Prototype for detecting non-interlocked check after InterlockedDecrement()
|
2015-08-06 15:43:10 +02:00 |
Daniel Marjamäki
|
07a064aab0
|
Fixed #6910 (ValueFlow: variable incremented as macro argument is not known)
|
2015-08-05 14:08:57 +02:00 |
Daniel Marjamäki
|
a51acc8abd
|
minor tweak of 'Redundant condition' error message
|
2015-08-05 11:30:58 +02:00 |
Dmitry-Me
|
43800a9419
|
Detect non-interlocked check after InterlockedDecrement()
|
2015-08-05 12:20:28 +03:00 |
Daniel Marjamäki
|
eda5272dfd
|
Fixed #6875 (Improve 'Redundant condition' error message)
|
2015-08-05 11:15:54 +02:00 |
Daniel Marjamäki
|
4bebb80300
|
Fixed #6869 (False positive: uninitvar, array passed to function)
|
2015-08-05 10:19:17 +02:00 |
Daniel Marjamäki
|
e598b07a6d
|
Moved functions to astutils
|
2015-08-03 09:20:50 +02:00 |
amai2012
|
b8bb939e32
|
Add new files to VS project
|
2015-08-03 08:38:38 +02:00 |
Matthias Krüger
|
d1d25234c1
|
run dmake
|
2015-08-02 22:46:30 +02:00 |
Alexander Mai
|
4dc8e89327
|
Merge branch 'master' of https://github.com/danmar/cppcheck
|
2015-08-02 21:57:42 +02:00 |
Alexander Mai
|
96c3c111fc
|
Refactoring: Move some AST related functions to distinct source file
|
2015-08-02 21:57:32 +02:00 |
Daniel Marjamäki
|
67e9ed9294
|
ZeroDiv: Avoid constant folding in testcases
|
2015-08-02 18:56:26 +02:00 |
Daniel Marjamäki
|
8d3f7e36e9
|
Fixed #6911 (valueflow: comparison of string and NULL)
|
2015-08-02 18:12:03 +02:00 |
Alexander Mai
|
ea62ab337b
|
Add more testcases for zerodiv
|
2015-08-02 14:05:09 +02:00 |
Frank Zingsheim
|
7021cb2c6b
|
Fixed #6284 (Token::Match called with varid 0. Constants)
|
2015-08-02 09:11:51 +02:00 |
amai2012
|
0ca088d0cf
|
Merge pull request #631 from simartin/ticket_6793
Ticket #6793: Added basic unit test showing that basic integer shift length check is run even for templates.
|
2015-08-02 08:51:04 +02:00 |
Simon Martin
|
0009ceee59
|
Ticket #6793: Added basic unit test showing that basic integer shift length check is run even for templates.
|
2015-08-02 00:03:09 +02:00 |
Alexander Mai
|
965a034afd
|
Fix some more false positives on zerodiv: error should be issued if type of epxression is known to be integral
|
2015-08-01 18:42:17 +02:00 |
Alexander Mai
|
a4e0a8bf54
|
daca2: enable exception-handling and drop valgrind from list of skipped packages
|
2015-08-01 17:41:26 +02:00 |
Alexander Mai
|
f91ad9bbf6
|
5402 false positive: (error) Division by zero -- with boost::format
|
2015-08-01 17:28:54 +02:00 |
Martin Ettl
|
1741af497f
|
Added test case for #6858.
|
2015-08-01 17:26:23 +02:00 |
PKEuS
|
fe41162672
|
Added Qt5PrintSupport.dll to installer
|
2015-08-01 14:15:51 +02:00 |
PKEuS
|
eef98ef5c8
|
Ran lupdate, updated german translation
|
2015-08-01 14:15:51 +02:00 |
Martin Ettl
|
b7ea311123
|
Running astyle. No functional changes.
|
2015-08-01 12:31:16 +02:00 |
amai2012
|
b182edddda
|
#6909 segmentation fault (invalid code) in Tokenizer::simplifyEnum
|
2015-08-01 12:24:22 +02:00 |
Alexander Mai
|
acf050793e
|
#6907 segmentation fault (invalid code) in Tokenizer::simplifyTokenList1
|
2015-08-01 07:39:56 +02:00 |
Alexander Mai
|
0b96b9d984
|
#6505 ValueFlow: handle 2 related if in valueFlowSubFunction. Regression test. Bug got fixed before
|
2015-07-31 21:15:43 +02:00 |
Alexander Mai
|
4400f2ac85
|
#6900 segmentation fault (invalid code) in CheckStl::runSimplifiedChecks.
|
2015-07-31 20:24:06 +02:00 |
Matthias Krüger
|
7422366ebc
|
travis: slightly simplify travis.yml
|
2015-07-31 15:33:27 +02:00 |
Matthias Krüger
|
73eefa46fc
|
testcondition: update testcase that was added since I did the changes.
|
2015-07-31 15:31:43 +02:00 |
Matthias Krüger
|
8bfbb5d09c
|
CheckMemoryLeakNoVar::returnValueNotUsedError: put function name into singlequotes
|
2015-07-31 15:29:07 +02:00 |
Matthias Krüger
|
83ee640977
|
Tokenizer::syntaxError: put the character that we have an invalid number of into singlequotes instead of parentheses.
|
2015-07-31 15:28:59 +02:00 |
Matthias Krüger
|
87891b4128
|
CheckCondition::checkIncorrectLogicOperator put conditions in single quotes
|
2015-07-31 15:28:48 +02:00 |