cppcheck/test
Daniel Marjamäki 5074c11b53 CheckBufferOverrun: Fixed FP when accessing string that contains '\0'. Refactoring address-of. 2015-11-09 10:30:39 +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 Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testassert.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testautovariables.cpp Refactorization: Avoid loading std.cfg multiple times in testautovariables.cpp 2015-10-07 14:40:09 +02:00
testbool.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testboost.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testbufferoverrun.cpp CheckBufferOverrun: Fixed FP when accessing string that contains '\0'. Refactoring address-of. 2015-11-09 10:30:39 +01:00
testcharvar.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testclass.cpp Support range-based for-loop in CheckClass::checkConst() (#5514) 2015-10-26 18:48:01 +01:00
testcmdlineparser.cpp #7062 Remove unnecessaryQualification check 2015-10-18 17:00:09 +02:00
testcondition.cpp Add regression test for previously fixed #6064, and TODO test for #6081 2015-11-07 11:17:44 +01:00
testconstructors.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testcppcheck.cpp Refactorization: Moved two tests to testgarbage.cpp 2015-11-06 21:58:49 +01:00
testerrorlogger.cpp Refactorization: Reduced code duplication in testlibrary.cpp 2015-10-19 09:01:20 +02:00
testexceptionsafety.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testfilelister.cpp
testfiles.pri
testgarbage.cpp Fixed #7112 (crash: CheckBufferOverrun::checkGlobalAndLocalVariable (invalid code)) 2015-11-08 14:21:12 +01:00
testincompletestatement.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testinternal.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testio.cpp Use ValueFlow in CheckIO::checkWrongPrintfScanfArguments() (#6563) 2015-11-06 09:52:22 +01:00
testleakautovar.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testlibrary.cpp Refactorization: Reduced code duplication in testlibrary.cpp 2015-10-19 09:01:20 +02:00
testmathlib.cpp
testmemleak.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testnonreentrantfunctions.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testnullpointer.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testobsolescentfunctions.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testoptions.cpp
testother.cpp Add regression test for #6669 Return value of malloc is reported not stored, while it is. 2015-10-26 18:24:49 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testpreprocessor.cpp Fixed fix for #7042 - support hexadecimal digits 2015-10-18 16:37:33 +02:00
testrunner.cpp Refactorization: Improved handling of preprocessor in test suite 2015-10-07 14:18:57 +02:00
testrunner.vcxproj Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew. 2015-09-04 14:30:54 +02:00
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 Fixed false positives variableHidingTypedef (#5624, #6507) 2015-10-26 10:06:52 +01:00
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 Added dot at end of stringLiteralWrite message 2015-10-19 09:01:21 +02:00
testsuite.cpp Refactorization: Removed some redundant code 2015-10-07 18:40:04 +02:00
testsuite.h Refactorization: Removed some redundant code 2015-10-07 18:40:04 +02:00
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 Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp 2015-10-19 09:01:20 +02:00
testtimer.cpp
testtoken.cpp
testtokenize.cpp Tokenizer::simplifyLabelsCaseDefault(): Do not insert ; between two cases. 2015-11-06 19:59:23 +01:00
testtokenlist.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testtype.cpp
testuninitvar.cpp Refactorization: Moved two tests to testgarbage.cpp 2015-11-06 21:58:49 +01:00
testunusedfunctions.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testunusedprivfunc.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testunusedvar.cpp Fixed false positive with range-based for-loop (#7075) 2015-10-27 14:47:18 +01:00
testutils.h
testvaarg.cpp Refactorization: Improved usage of Settings instances in test suite 2015-10-07 18:40:03 +02:00
testvalueflow.cpp Fixed #7049 (valueflow: value is not known after case) 2015-11-08 14:08:47 +01:00
testvarid.cpp Fixed #6548 also for noexcept 2015-11-06 18:00:59 +01:00