cppcheck/test
Alexander Mai f94e208862 #6116 False positive uninitvar - first argument to wcstombs(). Correct stf.cfg 2014-09-01 19:53:24 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp Fixed crash, simplified code in testassert.cpp 2014-08-06 12:24:21 +02:00
testautovariables.cpp Refactorized CheckAutoVariables::assignFunctionArg(): 2014-08-04 11:45:24 +02:00
testbool.cpp
testboost.cpp Fixed false positive #4788 (break; in BOOST_FOREACH) 2014-08-31 20:40:52 +02:00
testbufferoverrun.cpp Added unit test for #5849 2014-08-31 21:45:38 +02:00
testcharvar.cpp
testclass.cpp #6077: Don't warn about memcpy/memmove on class containing floats. 2014-08-20 15:12:53 +02:00
testcmdlineparser.cpp
testcondition.cpp Fix erroneous call to check() method. That is issues was not find by cppcheck itself, so #6109 has been created 2014-08-30 18:17:18 +02:00
testconstructors.cpp Implemented support for C++11 uniform initialization in several checks. 2014-08-05 16:11:42 +02:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Fixed crash on invalid code #6080 2014-08-23 12:36:42 +02:00
testfilelister.cpp
testfiles.pri Makefile: generate new Makefile with dmake 2014-08-29 18:32:50 +02:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp Extended Message "fflushOnInputStream" to files opened for reading. 2014-08-31 21:03:33 +02:00
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp Refactorization in checkmemoryleak.cpp: 2014-09-01 13:54:33 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp #6100 False positive nullPointer - calling mbstowcs(NULL,). wcstombs has also been fixed 2014-08-27 19:32:53 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp #5805 'Passing value -1.0 to sqrt() leads to undefined result' is incorrect. Degrade wrongmathcall from error to warning, since it deals with implementation-defined behaviour 2014-09-01 19:31:32 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Changed handling of unhandled characters: 2014-08-08 09:49:09 +02:00
testrunner.cpp
testrunner.vcxproj Moved several condition checks from checkOther to checkCondition (former checkAssignIf) 2014-08-29 17:06:46 +02:00
testrunner.vcxproj.filters Moved several condition checks from checkOther to checkCondition (former checkAssignIf) 2014-08-29 17:06:46 +02:00
testsamples.cpp
testsimplifytokens.cpp Added unit test for #4777 2014-08-26 15:30:12 +02:00
testsizeof.cpp #6050 arithmetic on void** - fix false positive 2014-08-17 19:14:55 +02:00
teststl.cpp Fixed false negative #4306: Detect loop access of empty STL container 2014-08-09 10:06:44 +02:00
teststring.cpp Removed redundant suppression code in teststring.cpp 2014-08-29 17:02:13 +02:00
testsuite.cpp Flush stdout after putchar('.') to ensure that the characters are printed immediately as a progress indicator. 2014-08-05 13:22:40 +02:00
testsuite.h Refactorization: Moved code out of macro TEST_CASE 2014-08-05 12:55:46 +02:00
testsuppressions.cpp Fixed reporting of unmatched suppressions for unusedFunction (#4946) 2014-09-01 10:13:03 +02:00
testsymboldatabase.cpp SymbolDatabase: New scope type eLambda 2014-08-31 10:21:27 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Token: Added utility function getStrSize as a complement to getStrLength 2014-08-01 13:12:18 +02:00
testtokenize.cpp Support __declspec(property) (#4700) 2014-08-31 20:17:18 +02:00
testuninitvar.cpp #6116 False positive uninitvar - first argument to wcstombs(). Correct stf.cfg 2014-09-01 19:53:24 +02:00
testunusedfunctions.cpp Fixed false positive #4648 2014-08-31 20:33:27 +02:00
testunusedprivfunc.cpp Fixed false positive #5566. 2014-08-26 11:29:26 +02:00
testunusedvar.cpp Fixed false positive #5466 2014-08-31 19:46:30 +02:00
testutils.h Refactorization: 2014-08-27 09:42:09 +02:00
testvaarg.cpp Fixed false positive #6066: va_list may be used after being copied. 2014-08-18 10:40:39 +02:00
testvalueflow.cpp Fixed crash on garbage code #6106 2014-08-31 12:12:03 +02:00