cppcheck/test
PKEuS b49c5d7193 Merge pull request #665 from simartin/todo_condition
Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool.
2015-09-03 22:53:33 +02:00
..
cfg Improved testing of std.cfg regarding uninitialized variables. 2015-09-03 16:34:44 +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
testcondition.cpp Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool. 2015-09-03 21:07:03 +02:00
testconstructors.cpp Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors. 2015-08-29 13:11:00 +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 #6948 cash: daca: mgetty (garbage code) 2015-08-21 10:40:43 +02:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp
testobsolescentfunctions.cpp
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
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.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
testsimplifytokens.cpp Fixed #6919: Support initializer list in duplicateEnumError check 2015-08-29 22:20:09 +02:00
testsimplifytypedef.cpp Rewritten handling of declaration specifiers: 2015-08-27 14:34:17 +02:00
testsizeof.cpp Fixed false negative #5815 2015-08-31 14:12:19 +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
testtokenize.cpp Re-enable okenizer::removeMacroInClassDef for C code 2015-09-01 07:10:12 +02:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Small optimizations for C code in Tokenizer. Add some regression tests for recently fixed results 2015-08-29 19:00:09 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Ticket #6954: Properly handle pointers to arrays in CheckUnunsedVar. 2015-08-27 23:56:26 +02:00
testutils.h
testvaarg.cpp
testvalueflow.cpp
testvarid.cpp Handle anonymous structs (which can appear inside unions) like anonymous unions (#2039) 2015-08-30 15:41:54 +02:00