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
0009ceee59
cppcheck
/
test
History
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
..
cfg
…
CMakeLists.txt
…
options.cpp
…
options.h
…
redirect.h
…
test.cxx
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:40 +02:00
test.pro
…
test64bit.cpp
…
testassert.cpp
…
testautovariables.cpp
Removed "verify" code in testrunner. Fixing its messages reduces the accuracy of the test suite.
2015-07-25 14:18:41 +02:00
testbool.cpp
…
testboost.cpp
…
testbufferoverrun.cpp
testbufferoverrun: Removed duplicate test case.
2015-07-30 22:42:45 +02:00
testcharvar.cpp
…
testclass.cpp
…
testcmdlineparser.cpp
…
testcondition.cpp
testcondition: update testcase that was added since I did the changes.
2015-07-31 15:31:43 +02:00
testconstructors.cpp
…
testcppcheck.cpp
Use C++11 string.back() instead of string[string.length()-1]
2015-07-25 17:19:53 +02:00
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testgarbage.cpp
Added test case for
#6858
.
2015-08-01 17:26:23 +02:00
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp
…
testleakautovar.cpp
…
testlibrary.cpp
…
testmathlib.cpp
…
testmemleak.cpp
CheckMemoryLeakNoVar::returnValueNotUsedError: put function name into singlequotes
2015-07-31 15:29:07 +02:00
testnonreentrantfunctions.cpp
…
testnullpointer.cpp
#6505
ValueFlow: handle 2 related if in valueFlowSubFunction. Regression test. Bug got fixed before
2015-07-31 21:15:43 +02:00
testobsolescentfunctions.cpp
…
testoptions.cpp
…
testother.cpp
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
testpath.cpp
Better handle double slashes, more tests
2015-02-16 13:11:13 +03:00
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcxproj
VS: Disable 4482 warning
2015-07-28 18:33:45 +02:00
testrunner.vcxproj.filters
…
testsamples.cpp
…
testsimplifytemplate.cpp
Added unit test involving function reference for TemplateSimplifier::templateParameters.
2015-07-18 23:56:55 +02:00
testsimplifytokens.cpp
…
testsimplifytypedef.cpp
…
testsizeof.cpp
…
teststl.cpp
Fixed
#6887
(False positive eraseDereference - container is member of member variable)
2015-07-30 10:13:49 +02:00
teststring.cpp
…
testsuite.cpp
…
testsuite.h
…
testsuppressions.cpp
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
…
testtokenize.cpp
#6907
segmentation fault (invalid code) in Tokenizer::simplifyTokenList1
2015-08-01 07:39:56 +02:00
testtokenlist.cpp
…
testtype.cpp
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
testuninitvar.cpp
…
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
…
testvaarg.cpp
…
testvalueflow.cpp
Improve error messages for conditional values. make valueFlowSwitchVariable values conditional that depend on the case. Partial fix for
#6884
.
2015-07-29 19:54:57 +02:00
testvarid.cpp
…