cppcheck/test
Robert Reif 1f32e9eee5 Symbol database: added test for findfunction 2014-11-07 10:46:31 +01:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp Added support for member variables in Check64BitPortability::pointerassignment() 2014-10-02 20:38:54 +02:00
testassert.cpp
testautovariables.cpp Fixed #4776 (FP: Assignment of function parameter has no effect outside the function, with goto) 2014-10-21 16:21:33 +02:00
testbool.cpp
testboost.cpp Refactoring tests. Use utility function to warn about unsimplified code in tests. 2014-09-13 12:59:32 +02:00
testbufferoverrun.cpp Ticket #6232 (cppOut of bounds array access) 2014-10-21 22:56:53 +02:00
testcharvar.cpp
testclass.cpp Fixed #5983: Support storing pointers/references to member variables in CheckClass::checkConst() 2014-11-02 13:38:03 +01:00
testcmdlineparser.cpp
testcondition.cpp Refactoring tests. Use utility function to warn about unsimplified code in tests. 2014-09-13 12:59:32 +02:00
testconstructors.cpp Fixed false positives about uninitialized member variables if variable has a default value (#5500) 2014-10-16 21:57:43 +02:00
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Collected garbage code tests and moved them to testgarbage.cpp 2014-10-16 10:59:46 +02:00
testfilelister.cpp
testfiles.pri run dmake 2014-09-24 13:50:57 +02:00
testgarbage.cpp Collected garbage code tests and moved them to testgarbage.cpp 2014-10-16 10:59:46 +02:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp Fixed #6226 (false negative: printf format check for user defined array type) 2014-10-20 06:33:36 +02:00
testleakautovar.cpp leakautovar: handling of unknown/non-pod types in c++ 2014-10-14 16:40:30 +02:00
testlibrary.cpp Added version attribute to .cfg files (#5928) 2014-09-29 16:26:17 +02:00
testmathlib.cpp
testmemleak.cpp Fixed #5993 (FP: memleak (linux list)) 2014-11-07 07:44:12 +01:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Removed obsolete comments 2014-10-18 11:18:07 +02:00
testobsolescentfunctions.cpp Restored files removed in 1cc872f5b2 2014-09-23 21:02:46 +02:00
testoptions.cpp
testother.cpp Fixed #6252 (False positive "freed twice") 2014-11-03 21:24:34 +01:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp Add memory leak tracing (Pull request 407) 2014-09-29 12:26:54 +02:00
testrunner.vcxproj Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testrunner.vcxproj.filters Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testsamples.cpp
testsimplifytemplate.cpp Fixed #4272 and #6237 (Crash from running out of memory with many templates) 2014-11-01 22:07:24 +01:00
testsimplifytokens.cpp Ticket #6187: Avoid infinite loop if eraseDeadCode does not remove anything (this time without memory corruption). 2014-10-22 20:25:36 +02:00
testsimplifytypedef.cpp Fixed #6222 (Missing varid for multiple braced initialized variables) 2014-10-16 20:46:57 +02:00
testsizeof.cpp
teststl.cpp Support do-loops in CheckStl::stlOutOfBounds() 2014-10-02 20:38:55 +02:00
teststring.cpp
testsuite.cpp Refactoring tests. Use utility function to warn about unsimplified code in tests. 2014-09-13 12:59:32 +02:00
testsuite.h Refactoring tests. Use utility function to warn about unsimplified code in tests. 2014-09-13 12:59:32 +02:00
testsuppressions.cpp
testsymboldatabase.cpp Symbol database: added test for findfunction 2014-11-07 10:46:31 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Refactorization: Changed simplifyMathFunctions() to a single pass simplifier 2014-10-31 23:08:11 +01:00
testtype.cpp Fixed #6234 (FP : shift by too many bits is undefined on a QT container) 2014-10-23 06:52:19 +02:00
testuninitvar.cpp Fixed #4970 (false positive: conditionally initialized variable used in if-clause (git/notes.c)) 2014-11-01 14:03:02 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Collected garbage code tests and moved them to testgarbage.cpp 2014-10-16 10:59:46 +02:00
testutils.h
testvaarg.cpp CheckVaarg::va_list_usage(): Bailout when try{} block is encountered (#6186) 2014-09-27 11:03:58 +02:00
testvalueflow.cpp Fixed #6002 (Defect: False positive due to pointer address not being associated with variable in for loop) 2014-10-20 15:54:02 +02:00
testvarid.cpp Fixed #6222 (Missing varid for multiple braced initialized variables) 2014-10-16 20:46:57 +02:00