cppcheck/test
Alexander Mai 174317429f Reduce number of threads TestThreadExecutor::many_threads a bit. Especially runs with dynamic analysis tools (asan/ubsan/etc.) cause very high system load. 2015-11-28 12:04:03 +01:00
..
cfg Extended windows.cfg and posix.cfg about missing functions, found by using --check-library on some projects. 2015-11-25 11:02:32 +01:00
CMakeLists.txt Added testrunner test to cmake. #7098 2015-11-26 21:01:07 +01:00
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testbufferoverrun.cpp
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri Run dmake to update Makefile etc. 2015-11-22 10:40:48 +01:00
testfunctions.cpp Moved a few checks from CheckOther to CheckFunctions 2015-11-22 13:49:10 +01:00
testgarbage.cpp Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testmathlib.cpp Fix some compiler in MathLib::characterLiteralToLongNumber + some small refactoring 2015-11-23 20:41:21 +01:00
testmemleak.cpp Fixed crash in CheckMemoryLeak::functionReturnType() for unary operator:: (#7172) 2015-11-27 11:18:40 +01:00
testnullpointer.cpp
testoptions.cpp
testother.cpp Moved a few checks from CheckOther to CheckFunctions 2015-11-22 13:49:10 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testrunner.vcxproj.filters Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp simplifyCalculations: handle '(4%1<<1&4!=1)' better. must combine '!' '=' before constant folding. fixed the operator precedence for comparison operators. (#4931) 2015-11-28 09:04:22 +01:00
testsimplifytypedef.cpp
testsizeof.cpp
teststl.cpp Fixed false positive stlIfStrFind for function call inside condition. 2015-11-20 20:08:53 +01:00
teststring.cpp Refactor handling of char constants 2015-11-20 10:10:38 +01:00
testsuite.cpp
testsuite.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testsuppressions.cpp
testsymboldatabase.cpp Fixed compiler error introduced in previous commit and several MSVC warnings 2015-11-28 10:49:08 +01:00
testthreadexecutor.cpp Reduce number of threads TestThreadExecutor::many_threads a bit. Especially runs with dynamic analysis tools (asan/ubsan/etc.) cause very high system load. 2015-11-28 12:04:03 +01:00
testtimer.cpp
testtoken.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testtokenize.cpp Fixed #4931 (Wrong calculation of constants (simplifying: +,<<,% operations)) 2015-11-20 19:43:11 +01:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Fixed #6769 (false positive: Uninitialized struct member: epoch.integer) 2015-11-22 16:20:46 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h
testvaarg.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testvalueflow.cpp
testvarid.cpp Fixed #4627 (Tokenizer::setVarId: function declaration in function body) 2015-11-19 16:27:16 +01:00