cppcheck/test
Daniel Marjamäki dfed6bbea0 Fixed #4445 (Token::Match called with varid 0) 2013-07-19 21:18:54 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp
testassert.cpp Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable)) 2013-06-05 22:10:43 +02:00
testassignif.cpp Fixed #4735 (FP: Mismatching assignment and comparison) 2013-04-23 06:47:15 +02:00
testautovariables.cpp Fixed #4641 (False positive: Address of local auto-variable assigned to a function parameter) 2013-06-13 16:19:19 +02:00
testbool.cpp dmake: update Makefile 2013-05-05 09:22:04 +02:00
testboost.cpp TestBoost: Warn if test case is not simplified properly 2013-04-13 18:42:56 +02:00
testbufferoverrun.cpp Fixed #4840 (false negative: buffer access out of bounds) 2013-06-25 06:37:51 +02:00
testcharvar.cpp
testclass.cpp Simplified TestClass test cases 2013-04-13 19:11:07 +02:00
testcmdlineparser.cpp
testconstructors.cpp Fixed #4824 (False positive: (warning) Member variable 'Foo::m_state' is not initialized in the constructor.) 2013-07-08 06:38:33 +02:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testincompletestatement.cpp Fixed #4754 (False positive: Map literals trigger redundant code warning) 2013-04-20 07:51:44 +02:00
testinternal.cpp
testio.cpp Distinguish between different swprintf overloads. (#4790) 2013-05-14 02:06:16 -07:00
testleakautovar.cpp astyle formatting 2013-07-19 09:28:45 +02:00
testmathlib.cpp MathLib: Return inf.0 for NAN and INF calculations 2013-07-19 09:27:33 +02:00
testmemleak.cpp Environment: Refactoring and cleanup 2013-07-05 20:55:31 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Library: Renamed Argument to ArgumentChecks to make it a bit more clear 2013-07-16 09:40:31 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #4874 (Minor spelling corrections) 2013-06-26 00:47:02 -07:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #4874 (Minor spelling corrections) 2013-06-26 00:47:02 -07:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testrunner.vcxproj.filters Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testsimplifytokens.cpp Fixed #4445 (Token::Match called with varid 0) 2013-07-19 21:18:54 +02:00
testsizeof.cpp Fixed #4906 (False positive: void * calculation (cast)) 2013-07-10 06:40:09 +02:00
teststl.cpp Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].') 2013-05-01 11:11:57 +02:00
testsuite.cpp Simplified remaining TestBufferOverrun test cases 2013-04-13 15:49:15 +02:00
testsuite.h Simplified remaining TestBufferOverrun test cases 2013-04-13 15:49:15 +02:00
testsuppressions.cpp Fixed #4618 (Unmatched suppression: don't show this information message unless --enable=information or --check-cfg is used) 2013-05-31 15:20:58 +02:00
testsymboldatabase.cpp Fixed segmentation fault in SymbolDatabase::SymbolDatabase(Ticket #4892) 2013-07-09 13:10:03 +04:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #4042 (False Positive : Same expression on both sides of '&') 2013-07-11 07:13:47 +02:00
testuninitvar.cpp Uninitialized variables: Avoid FP when using '?:' 2013-07-10 16:44:35 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h