This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
33f4bd0298
cppcheck
/
test
History
Daniel Marjamäki
f127d56719
Null pointer: Fixed FP when there are 'return p?p->x:0;'
2012-12-25 14:23:50 +01:00
..
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
…
test64bit.cpp
…
testassignif.cpp
…
testautovariables.cpp
…
testboost.cpp
…
testbufferoverrun.cpp
Fixed
#4262
(Small Request/Suggestion for checks on array size of args (bounty offer))
2012-12-22 09:23:34 +01:00
testcharvar.cpp
…
testclass.cpp
Revert "Fixed
#4419
(False positive: Class does not have a constructor)"
2012-12-24 07:46:55 +01:00
testcmdlineparser.cpp
…
testconstructors.cpp
Revert "Fixed
#4419
(False positive: Class does not have a constructor)"
2012-12-24 07:46:55 +01:00
testcppcheck.cpp
…
testdivision.cpp
…
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp
…
testleakautovar.cpp
…
testmathlib.cpp
…
testmemleak.cpp
CheckMemoryLeaksInFunction: Fixed problems with catch and function calls. Ticket:
#4405
2012-12-16 18:06:40 +01:00
testnonreentrantfunctions.cpp
…
testnullpointer.cpp
Null pointer: Fixed FP when there are 'return p?p->x:0;'
2012-12-25 14:23:50 +01:00
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp
Fixed
#4403
(False positive 'Conversion of string literal <string> to bool always evaluates to true.' with BOOST_ASSERT)
2012-12-20 20:48:48 +01:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcproj
Updated VS9 solution with qmake (
#4397
).
2012-12-13 20:38:10 +01:00
testrunner.vcxproj
VS2010: Added cli/cppcheckexecutor.cpp to testrunner project
2012-12-13 18:43:45 +01:00
testrunner.vcxproj.filters
VS2010: Added cli/cppcheckexecutor.cpp to testrunner project
2012-12-13 18:43:45 +01:00
testsimplifytokens.cpp
Tokenizer: Improved handling of '\0' in strings
2012-12-25 08:56:12 +01:00
teststl.cpp
Fixed
#4431
(FP: Erroneous 'Ineffective call of function empty()' in ?: test)
2012-12-25 12:50:38 +01:00
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
…
testtokenize.cpp
Tokenizer::setVarId: Fixed problem in initializer list when parameter and class member has same name
2012-12-23 19:55:09 +01:00
testuninitvar.cpp
Uninitialized variables: fixed FP when there are function calls where type* is converted to unknown_type
2012-12-25 14:05:29 +01:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
Fixed
#4320
(False positives 'unassignedVariable' and 'uninitvar')
2012-12-18 19:02:30 +01:00
testutils.h
…