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
72706cd0b8
Branches
Tags
No results found.
cppcheck
/
test
History
Daniel Marjamäki
72706cd0b8
Fixed
#6868
(Tokenizer: wrong simplification of the unlikely keyword)
2015-08-08 12:49:42 +02:00
..
cfg
…
CMakeLists.txt
…
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
…
test64bit.cpp
…
testassert.cpp
…
testautovariables.cpp
…
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
Fixed
#6875
(Improve 'Redundant condition' error message)
2015-08-05 11:15:54 +02:00
testconstructors.cpp
…
testcppcheck.cpp
…
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
Fix some glitches from previous commit to TestMathLib
2015-07-26 19:47:27 +02:00
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
Fixed
#6908
(False positive: Same expression on both sides of '+='.)
2015-08-07 20:28:25 +02:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
Refactorized preprocessor (speedup of preprocessing time by ~10%):
2015-07-26 12:03:40 +02:00
testrunner.cpp
…
testrunner.vcxproj
VS: Disable 4482 warning
2015-07-28 18:33:45 +02:00
testrunner.vcxproj.filters
…
testsamples.cpp
…
testsimplifytemplate.cpp
…
testsimplifytokens.cpp
Fixed
#6868
(Tokenizer: wrong simplification of the unlikely keyword)
2015-08-08 12:49:42 +02:00
testsimplifytypedef.cpp
#6048
syntax error in enum - value set to member of template class. Add test case, issue got fixed before
2015-07-26 15:42:40 +02:00
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
Fixed
#6868
(Tokenizer: wrong simplification of the unlikely keyword)
2015-08-08 12:49:42 +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
TestUninitVar: cleanup duplicate tests for function handling
2015-08-08 09:57:56 +02:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
…
testvaarg.cpp
…
testvalueflow.cpp
Fixed
#6910
(ValueFlow: variable incremented as macro argument is not known)
2015-08-05 14:08:57 +02:00
testvarid.cpp
…