cppcheck/test
PKEuS 32f0cbb6ad Fixed false positive eraseDereference with range-based for-loops (#7106) 2015-11-08 09:42:55 +01:00
..
cfg #7062 Remove unnecessaryQualification check 2015-10-18 17:00:09 +02:00
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fixed #7104 (False positive arrayIndexOutOfBounds) 2015-11-08 09:30:23 +01:00
testcharvar.cpp
testclass.cpp Support range-based for-loop in CheckClass::checkConst() (#5514) 2015-10-26 18:48:01 +01:00
testcmdlineparser.cpp
testcondition.cpp Add regression test for previously fixed #6064, and TODO test for #6081 2015-11-07 11:17:44 +01:00
testconstructors.cpp
testcppcheck.cpp Refactorization: Moved two tests to testgarbage.cpp 2015-11-06 21:58:49 +01:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testgarbage.cpp testrunner: add testcase for crash which was fixed in previous 2 commits. 2015-11-07 20:48:52 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp Use ValueFlow in CheckIO::checkWrongPrintfScanfArguments() (#6563) 2015-11-06 09:52:22 +01:00
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp
testnonreentrantfunctions.cpp
testnullpointer.cpp
testobsolescentfunctions.cpp
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp Fixed wrong parsing of ^{} 2015-11-02 22:14:41 +01:00
testsimplifytokens.cpp Fixed #6934 (False positive returnLocalVariable - assigning local array to function argument) 2015-11-07 15:07:26 +01:00
testsimplifytypedef.cpp
testsizeof.cpp Fixed false positives with pointerSize being shown even if no sizeof() is used (#7100). 2015-11-07 13:19:06 +01:00
teststl.cpp Fixed false positive eraseDereference with range-based for-loops (#7106) 2015-11-08 09:42:55 +01:00
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Make syntaxError suppressable (fixes #5917 and #7076) 2015-10-28 20:53:35 +02:00
testsymboldatabase.cpp Do not set "pure" flag if function is declared as "= default" (#7101) 2015-11-07 22:21:50 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
testtokenize.cpp Tokenizer::simplifyLabelsCaseDefault(): Do not insert ; between two cases. 2015-11-06 19:59:23 +01:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Refactorization: Moved two tests to testgarbage.cpp 2015-11-06 21:58:49 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed false positive with range-based for-loop (#7075) 2015-10-27 14:47:18 +01:00
testutils.h
testvaarg.cpp
testvalueflow.cpp Fixed #6934 (False positive returnLocalVariable - assigning local array to function argument) 2015-11-07 15:07:26 +01:00
testvarid.cpp Fixed #6548 also for noexcept 2015-11-06 18:00:59 +01:00