cppcheck/test
Daniel Marjamäki b8faee9d30 Fixed #3497 (False positive: Uninitialized variable) 2012-01-21 20:42:41 +01:00
..
options.cpp
options.h
redirect.h Fix #3510 (Improve error message for --suppressions-list) 2012-01-12 22:21:51 +02:00
test.cxx
test.pro
test64bit.cpp
testassignif.cpp
testautovariables.cpp Refactorized checkautovariables.cpp. Removed indendation counters. 2012-01-08 15:32:22 +01:00
testboost.cpp
testbufferoverrun.cpp
testcharvar.cpp Fixed #3519 (Wrong line number in warning charBitOpError) 2012-01-18 13:09:46 +01:00
testclass.cpp Class: Don't warn about uninitialized union members because they are often combined with a second variable 2012-01-08 12:17:55 +01:00
testcmdlineparser.cpp Fix #3510 (Improve error message for --suppressions-list) 2012-01-12 22:21:51 +02:00
testconstructors.cpp
testcppcheck.cpp - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Refactorized check for dead pointers after throw: 2012-01-21 19:11:06 +01:00
testfilelister.cpp fix gcc-4.7 compiler error (missing include) 2012-01-05 14:36:30 +01:00
testincompletestatement.cpp
testinternal.cpp
testmathlib.cpp Add InternalError and change MathLib to throw it in case of an error. 2012-01-08 22:19:44 +02:00
testmemleak.cpp Fixed #3015 (xml-style error output when running testrunner on particular tests) 2012-01-06 09:09:46 +01:00
testnonreentrantfunctions.cpp Fix ticket #3483 (POSIX.1-2008 - obsolete functions) 2012-01-12 22:28:12 +01:00
testnullpointer.cpp
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Merge branch 'master' of github.com:danmar/cppcheck 2012-01-19 23:02:33 -08:00
testpath.cpp Refactoring. Assume that .C files contain C code on case insensitive filesystems. 2012-01-08 10:34:31 +01:00
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #3531 (When macro definition contains parenthesis, the #defined symbol does not get #defined.) 2012-01-21 12:51:54 +01:00
testrunner.cpp
testrunner.vcproj Update VS2008 project files. 2012-01-10 19:48:25 +02:00
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Remove some redundant 'errout.str("")' in some checks because it's already done inside tok call. 2012-01-21 00:59:12 +01:00
teststl.cpp
testsuite.cpp testrunner: assert-like functions should take linenr parameter as a 'unsigned int' (maybe in the future these should be converted to 'size_t'?); 2012-01-03 15:48:03 +01:00
testsuite.h - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
testsuppressions.cpp
testsymboldatabase.cpp - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
testthreadexecutor.cpp
testtoken.cpp Add InternalError and change MathLib to throw it in case of an error. 2012-01-08 22:19:44 +02:00
testtokenize.cpp Remove some redundant 'errout.str("")' in some checks because it's already done inside tok call. 2012-01-21 00:59:12 +01:00
testuninitvar.cpp Fixed #3497 (False positive: Uninitialized variable) 2012-01-21 20:42:41 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fixed ticket #3481 (segmentation fault of cppcheck) 2012-01-09 13:39:02 +01:00
testutils.h