cppcheck/test
Daniel Marjamäki 5de82c1c42 Updated arrayIndexOutOfBounds error message. Thank you Kimmo for the suggestion. 2012-06-23 09:51:32 +02:00
..
options.cpp Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
options.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
redirect.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
test.cxx
test.pro Add general PRO file for console builds. 2012-06-18 09:28:32 +03:00
test64bit.cpp Improve check: Check for 64-bit portability issues when returning pointers/integers 2012-04-26 13:39:19 +02:00
testassignif.cpp
testautovariables.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
testboost.cpp
testbufferoverrun.cpp Updated arrayIndexOutOfBounds error message. Thank you Kimmo for the suggestion. 2012-06-23 09:51:32 +02:00
testcharvar.cpp Fixed #3878 (Sign extension with unsigned char false positive) 2012-06-09 08:43:13 +02:00
testclass.cpp Issue useInitializationList message only on variables of class types. 2012-06-06 03:03:51 -07:00
testcmdlineparser.cpp
testconstructors.cpp Fixed #3820 2012-05-22 02:27:21 -07:00
testcppcheck.cpp
testdivision.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
testerrorlogger.cpp
testexceptionsafety.cpp Fixed #3858 (Throw exception in destructor BUT inside a try-catch shouldn't be reported) 2012-06-17 14:33:18 +02:00
testfilelister.cpp
testfiles.pri Tests: Add generated testfiles.pri. 2012-06-11 22:11:29 +03:00
testincompletestatement.cpp
testinternal.cpp added testcase to ticket 3727 2012-05-01 14:36:42 +02:00
testio.cpp Improved checking of scanf format strings 2012-06-23 07:52:52 +02:00
testleakautovar.cpp Fixed #3895 (Improve check: double deallocation not detected (if-else)) 2012-06-22 09:10:30 +02:00
testmathlib.cpp
testmemleak.cpp Fixed #3809 (false positive: memory leak) 2012-06-01 19:01:19 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #3807 (False positive: possible null pointer dereference) 2012-05-31 18:41:00 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Reviewed C handling in CheckOther::clarifyCondition, never treat x<..> as a template in C files. 2012-06-23 07:29:49 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Visual Studio: Hide VS compiler warnings for '(char)0xff' and '(char)0xfe' 2012-06-10 15:51:56 +02:00
testrunner.cpp
testrunner.vcproj Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
testrunner.vcxproj Disabled C4512 in VS10 (#3882) 2012-06-14 09:39:31 -07:00
testrunner.vcxproj.filters Bugfix (#3844): Added 3 missing files to testrunner 2012-06-11 03:55:33 -07:00
testsimplifytokens.cpp Fixed #3579 (object destroyed immediately:False positive & negative) 2012-06-10 21:52:32 +02:00
teststl.cpp Fixed #3865 (Suspicious condition. The result of find is an iterator, but it is not properly checked.) 2012-06-07 19:33:18 +02:00
testsuite.cpp
testsuite.h Refactorizations in test suite: 2012-04-17 12:57:16 +02:00
testsuppressions.cpp
testsymboldatabase.cpp Refactorization: 2012-06-08 09:05:02 -07:00
testthreadexecutor.cpp
testtoken.cpp Made some functions static or const according to cppcheck results 2012-05-17 01:33:24 -07:00
testtokenize.cpp Fixed #3901 (false positive: (error) Uninitialized variable: temp) 2012-06-19 20:07:39 +02:00
testuninitvar.cpp Reviewed handling of unknown types in C files in UninitVar 2012-06-22 19:57:07 +02:00
testunusedfunctions.cpp Fixed #3875 (Static member method called with class name is considered unused) 2012-06-14 22:04:21 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp Reviewed handling of unknown types in C files in checkunusedvar 2012-06-22 15:59:41 +02:00
testutils.h Refactorizations in test suite: 2012-05-16 09:04:03 -07:00