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
33ec78fe6e
cppcheck
/
test
History
Daniel Marjamäki
33ec78fe6e
Fixed
#9036
(false positive: (style) Condition 's.x<127U' is always true)
2019-12-20 19:06:35 +01:00
..
cfg
opencv2.cfg: Add initial OpenCV 2.x API Library Configuration (
#2439
)
2019-12-10 19:34:30 +01:00
cli
…
synthetic
…
testsuites
testsuite: Add x-flow tests
2019-12-15 13:57:27 +01:00
verify
…
CMakeLists.txt
…
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test64bit.cpp
…
testassert.cpp
…
testastutils.cpp
…
testautovariables.cpp
…
testbool.cpp
Improve test coverage for functions returning bool values
2019-12-04 18:12:10 +03:00
testboost.cpp
…
testbufferoverrun.cpp
Fixed
#8597
(False positive - Array index is used before limits check.)
2019-12-20 09:46:01 +01:00
testcharvar.cpp
…
testclass.cpp
Improve test coverage for missing destructors
2019-12-05 18:25:50 +03:00
testcmdlineparser.cpp
…
testcondition.cpp
Regression test for 9106: False positive duplicateCondition for struct member (
#2434
)
2019-12-09 06:51:58 +01:00
testconstructors.cpp
…
testcppcheck.cpp
…
testerrorlogger.cpp
errorlogger.cpp: Handle empty file-name like "*" (unmatchedSuppression) (
#2440
)
2019-12-11 09:07:18 +01:00
testexceptionsafety.cpp
…
testexprengine.cpp
…
testfilelister.cpp
…
testfunctions.cpp
…
testgarbage.cpp
…
testimportproject.cpp
…
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp
…
testleakautovar.cpp
…
testlibrary.cpp
…
testmathlib.cpp
…
testmemleak.cpp
Avoid some additional memleakOnRealloc false positives (
#2422
)
2019-12-04 12:13:44 +01:00
testnullpointer.cpp
isPointerDeref: Return false for function declarations
2019-12-15 16:36:46 +01:00
testoptions.cpp
…
testother.cpp
Fixed
#9420
(False positive - redundantInitialization)
2019-12-18 19:39:23 +01:00
testpath.cpp
…
testpathmatch.cpp
…
testplatform.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcxproj
…
testrunner.vcxproj.filters
…
testsamples.cpp
…
testsimplifytemplate.cpp
fix
#9539
(Syntax error for valid C++14 code) (
#2446
)
2019-12-12 20:50:20 +01:00
testsimplifytokens.cpp
…
testsimplifytypedef.cpp
…
testsimplifyusing.cpp
Fix 9518 (Syntax error on valid C++) (
#2424
)
2019-12-05 20:51:36 +01:00
testsizeof.cpp
…
teststl.cpp
Fixed
#7107
(False positive iterators - using alias for container)
2019-12-20 12:13:26 +01:00
teststring.cpp
…
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp
Improve test coverage for function arguments count
2019-12-20 18:28:32 +03:00
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
…
testtokenize.cpp
Fixed
#8774
(Wrong handling of function with name 'or')
2019-12-19 19:22:39 +01:00
testtokenlist.cpp
…
testtype.cpp
…
testuninitvar.cpp
Fixed
#8998
(False positive uninitStructMember related to reference to member)
2019-12-19 20:18:32 +01:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
Fixed
#8990
(False positive: struct member not used (union))
2019-12-20 18:31:55 +01:00
testutils.h
…
testvaarg.cpp
…
testvalueflow.cpp
Fixed
#9036
(false positive: (style) Condition 's.x<127U' is always true)
2019-12-20 19:06:35 +01:00
testvarid.cpp
…