cppcheck/test
Martin Ettl 7476f0d1c2 std.cfg: Added support for wmemcmp() and corresponding test cases. 2015-09-23 22:46:36 +02:00
..
cfg std.cfg: Added support for wmemcmp() and corresponding test cases. 2015-09-23 22:46:36 +02:00
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp
testautovariables.cpp Ticket #6596: Address of local variables can also be assigned to pointer-pointer arguments using the ptr[] syntax. 2015-08-28 20:29:51 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Small optimizations for C code in Tokenizer. Add some regression tests for recently fixed results 2015-08-29 19:00:09 +02:00
testcharvar.cpp
testclass.cpp Ticket #6953: Fixed flawed logic in PR#650. 2015-08-27 23:35:22 +02:00
testcmdlineparser.cpp Fixed behaviour of --quiet/-q and its description 2015-07-25 17:55:12 +02:00
testcondition.cpp Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool. 2015-09-03 21:07:03 +02:00
testconstructors.cpp Reverted 00c54df07c (don't remove enum declarations) because it caused unexpected false positives 2015-09-06 18:37:22 +02:00
testcppcheck.cpp
testerrorlogger.cpp Fix search-replace 2015-08-31 17:44:33 +03:00
testexceptionsafety.cpp Remove unnecessary TODO exception safety test case. 2015-08-21 22:28:56 +02:00
testfilelister.cpp
testfiles.pri
testgarbage.cpp #6997 segmentation fault (invalid code) in CheckUninitVar::checkIfForWhileHead. Detect invalid syntax. 2015-09-23 10:33:55 +02:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp invalidScanf: removed the checking for 'scanf crash with huge input data for old glibc'. new systems are not vulnerable to this bug anymore. 2015-08-14 08:03:46 +02:00
testleakautovar.cpp CheckLeakAutoVar: updated handling of unknown types in C++ 2015-08-11 12:41:42 +02:00
testlibrary.cpp Library: The <function> name attribute can now have a comma separated list of names 2015-08-09 21:27:57 +02:00
testmathlib.cpp Fix some glitches from previous commit to TestMathLib 2015-07-26 19:47:27 +02:00
testmemleak.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #6988 (incorrect nullPointer error for string) 2015-09-13 10:53:05 +02:00
testobsolescentfunctions.cpp Refactorized CheckObsoleteFunctions: 2015-08-11 14:57:23 +02:00
testoptions.cpp
testother.cpp New check: Detect unused 'goto' labels (#5124) 2015-08-30 16:45:47 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #5028 Fix parsing of C++11 raw string literals 2015-08-12 13:11:55 +01:00
testrunner.cpp
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 Reverted 00c54df07c (don't remove enum declarations) because it caused unexpected false positives 2015-09-06 18:37:22 +02:00
testsimplifytokens.cpp Reverted 00c54df07c (don't remove enum declarations) because it caused unexpected false positives 2015-09-06 18:37:22 +02:00
testsimplifytypedef.cpp Reverted 00c54df07c (don't remove enum declarations) because it caused unexpected false positives 2015-09-06 18:37:22 +02:00
testsizeof.cpp Revert "Fixed false negative #5815" 2015-09-09 14:46:47 +02:00
teststl.cpp Collected some more garbage code tests in testgarbage.cpp; Avoid std::string creation in testgarbage.cpp 2015-08-16 19:12:12 +02:00
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp
testsymboldatabase.cpp Ticket #6957: Properly handle arrays of pointers in CheckClass::constructors. 2015-08-28 23:06:39 +02: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 Reverted 00c54df07c (don't remove enum declarations) because it caused unexpected false positives 2015-09-06 18:37:22 +02:00
testtokenlist.cpp
testtype.cpp Ticket #6793: Added basic unit test showing that basic integer shift length check is run even for templates. 2015-08-02 00:03:09 +02:00
testuninitvar.cpp #6997 segmentation fault (invalid code) in CheckUninitVar::checkIfForWhileHead. Detect invalid syntax. 2015-09-23 10:33:55 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Tell if it's struct or union 2015-09-22 17:38:23 +03:00
testutils.h
testvaarg.cpp CheckVaarg::va_start_subsequentCallsError: fix spelling "inbetween" -> "in between" 2015-08-11 14:03:00 +02:00
testvalueflow.cpp Fixed #6730 (ValueFlow: inner scope does not return (continue,throw)) 2015-08-11 11:21:03 +02:00
testvarid.cpp Handle anonymous structs (which can appear inside unions) like anonymous unions (#2039) 2015-08-30 15:41:54 +02:00