cppcheck/test
PKEuS 060f9035c9 Fixed crashs on garbage code (#5604) 2014-03-30 11:38:01 +02:00
..
options.cpp
options.h
redirect.h Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testassignif.cpp
testautovariables.cpp Fix segfault in variableIsUsedInScope() - loop variable not check against NULL 2014-03-22 11:14:11 +01:00
testbool.cpp CheckBool::checkComparisonOfBoolExpressionWithInt: Rewrite the check using AST instead of token list 2014-03-27 16:10:43 +01:00
testboost.cpp
testbufferoverrun.cpp ValueFlow: Improved valueflow of for loop 'for (i=a; i<10; i++)' => unknown start value but end value is known 2014-03-29 20:20:22 +01:00
testcharvar.cpp
testclass.cpp Fix endless recursion within CheckClass::isConstMemberFunc() caused by incomplete/missing template declaration 2014-03-30 10:09:57 +02:00
testcmdlineparser.cpp
testconstructors.cpp Fixed #5498 (C++0x11 default values for class fields and missing constructor) 2014-03-24 06:15:51 +01:00
testcppcheck.cpp Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri run dmake 2014-03-28 13:50:02 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp Added unit test for #1473. 2014-03-28 11:34:23 +01:00
testleakautovar.cpp
testlibrary.cpp Fixed a few cppcheck messages 2014-03-28 18:55:16 +01:00
testmathlib.cpp Fixed a few cppcheck messages 2014-03-28 18:55:16 +01:00
testmemleak.cpp Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Added unit test for #2626 2014-03-28 10:06:24 +01:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Refactored checkNegativeBitwiseShift() so it uses ast and valueflow 2014-03-29 13:01:30 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed a few cppcheck messages 2014-03-28 18:55:16 +01:00
testrunner.cpp
testrunner.vcxproj Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testrunner.vcxproj.filters Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testsamples.cpp Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testsimplifytokens.cpp Refactorized handling of syntaxError: Print debug output, removed a few return values that are no longer required 2014-03-27 18:41:52 +01:00
testsizeof.cpp
teststl.cpp Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
testsuite.cpp Improved readability of testsuite output when ASSERT_EQUALS_MSG fails. 2014-03-27 16:06:30 +01:00
testsuite.h Avoid loading libraries multiple times in test suite 2014-03-24 09:59:05 +01:00
testsuppressions.cpp
testsymboldatabase.cpp Fixed #5621 and slightly simplified symboldatabase code. 2014-03-30 11:06:44 +02:00
testthreadexecutor.cpp Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testtimer.cpp
testtoken.cpp Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
testtokenize.cpp Fixed crashs on garbage code (#5604) 2014-03-30 11:38:01 +02:00
testuninitvar.cpp Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
testunusedfunctions.cpp Fixed false positive "unused function" #5113. 2014-03-26 12:34:21 +01:00
testunusedprivfunc.cpp Bailout in private function usage checking for operators (#5059). 2014-03-23 10:06:14 +01:00
testunusedvar.cpp Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
testutils.h
testvalueflow.cpp ValueFlow: Improved valueflow of for loop 'for (i=a; i<10; i++)' => unknown start value but end value is known 2014-03-29 20:20:22 +01:00