cppcheck/test
Daniel Marjamäki 66c2825b23 Fixed #2210 (False positive: buffer overrun (snprintf, unknown type)) 2010-11-18 19:26:46 +01:00
..
tinyxml
options.cpp
options.h
redirect.h
test.cxx
test.vcproj Visual Studio 2008: Added lib/symboldatabase files 2010-11-13 12:28:49 +01:00
test.vcxproj Update VS2010 solution/project files. 2010-11-14 11:04:45 +02:00
test.vcxproj.filters Update VS2010 solution/project files. 2010-11-14 11:04:45 +02:00
testautovariables.cpp Auto variables: improved the check for 'return retval.c_str()'. Ticket: #2191 2010-11-13 15:38:21 +01:00
testbufferoverrun.cpp Fixed #2210 (False positive: buffer overrun (snprintf, unknown type)) 2010-11-18 19:26:46 +01:00
testcharvar.cpp Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
testclass.cpp Fixed #2179 (Segmentation fault in assignment operator) 2010-11-09 06:58:19 +01:00
testcmdlineparser.cpp
testconstructors.cpp Fixed #2204 (False positive when using const class members) 2010-11-16 07:30:55 +01:00
testcppcheck.cpp Fixed #2167 (Drop linefeeds from error messages) 2010-11-11 19:54:43 +01:00
testdivision.cpp
testexceptionsafety.cpp Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
testincompletestatement.cpp Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
testmathlib.cpp fixed: wrong testcase from my last commit im testmathlib.cpp 2010-11-15 22:12:25 +01:00
testmemleak.cpp Fixed #2151 (false negative: memory leak when calling subfunction that doesn't deallocate the memory) 2010-11-12 21:09:34 +01:00
testnullpointer.cpp Fixed #2207 (False positive: uninitialized variable (return if uninitialized)) 2010-11-15 20:35:01 +01:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp mathlib: added todo testcases for ticket #2200 2010-11-15 21:03:49 +01:00
testpath.cpp Update tests after moving simplifyPath method to Path class. 2010-10-29 22:45:47 +03:00
testpostfixoperator.cpp Fixed #2168 (Segmentation fault of cppcheck) 2010-11-04 17:54:04 +01:00
testpreprocessor.cpp
testrunner.cpp
testsettings.cpp
testsimplifytokens.cpp typedef: better handling of __typeof__ 2010-11-11 17:02:04 +01:00
teststl.cpp Fixed #2154 (false positive: The loop might unintentionally skip an element in the container) 2010-10-30 11:22:30 +02:00
testsuite.cpp Fixed #2167 (Drop linefeeds from error messages) 2010-11-11 19:54:43 +01:00
testsuite.h
testthreadexecutor.cpp
testtoken.cpp Fixed #2105 (Incorrect operator: mutual exclusion over ||) 2010-10-24 18:14:21 -07:00
testtokenize.cpp Fixed #2201 (false positive: Uninitialized variable: __v0) 2010-11-14 17:35:22 +01:00
testuninitvar.cpp Uninitialized variables: Fixed simple undetected case for '= %var% |' and '| %var% ;' 2010-11-16 20:16:44 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #2206 (False positive: variable is assigned a value that is never used (array initializers)) 2010-11-15 17:53:55 +01:00