cppcheck/test
Daniel Marjamäki 385c9d341d Fixed #3633 (False positive: struct array not assigned a value) 2012-02-26 08:29:02 +01:00
..
options.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
options.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
redirect.h Some refactorizations 2012-02-18 14:44:04 +01:00
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro test/test.pro: indentation update 2011-10-23 15:45:56 +02:00
test64bit.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testassignif.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testautovariables.cpp Refactorized checkautovariables.cpp. Removed indendation counters. 2012-01-08 15:32:22 +01:00
testboost.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testbufferoverrun.cpp Fixed #3538 (false positive caused by bad tokenizer simplification) 2012-02-01 21:13:26 +01:00
testcharvar.cpp Fixed #3519 (Wrong line number in warning charBitOpError) 2012-01-18 13:09:46 +01:00
testclass.cpp Fixed compiler error 2012-02-17 16:09:24 +01:00
testcmdlineparser.cpp Fix #3510 (Improve error message for --suppressions-list) 2012-01-12 22:21:51 +02:00
testconstructors.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testcppcheck.cpp - Correctly set Scope::function variable in symboldatabase 2012-01-21 10:08:09 +01:00
testdivision.cpp - checkUnsignedDivision checks for variable/variable (inconclusive). General bailout for if-statements. 2012-01-28 12:32:28 +01:00
testerrorlogger.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testexceptionsafety.cpp - Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety 2012-02-02 16:17:42 +01:00
testfilelister.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testincompletestatement.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testinternal.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
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 Fixed #3591 2012-02-13 19:46:45 +01:00
testobsoletefunctions.cpp - Improved nullpointer check: Fixed #1171 2012-02-11 12:26:48 +01:00
testoptions.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
testother.cpp Ticket #3598 - Added a missing ASSERT_EQUALS() statement to the end of checkDoubleFree() 2012-02-18 12:13:21 -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 Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testpostfixoperator.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testpreprocessor.cpp Fixed #3577 (Preprocessor: Defines given on command line are not used in the code) 2012-02-05 20:48:28 +01:00
testrunner.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testrunner.vcproj Update VS2008 project files. 2012-01-10 19:48:25 +02:00
testrunner.vcxproj Visual Studio: Generated new msvc2010 project files with qmake 2012-01-02 16:28:45 +01:00
testrunner.vcxproj.filters Visual Studio: Generated new msvc2010 project files with qmake 2012-01-02 16:28:45 +01:00
testsimplifytokens.cpp Improve 'Tokenizer::elseif' code in order to not touch 'else if' inside a macro parenthesis. 2012-02-26 02:50:48 +01:00
teststl.cpp Improved STL checks: 2012-02-25 12:43:27 +01:00
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 Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
testsymboldatabase.cpp Improved unused private function check: 2012-02-24 20:45:56 +01:00
testthreadexecutor.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
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 Fixed #3608 (unreadVariable when variable used in inline assembly) 2012-02-19 16:04:35 +01:00
testuninitvar.cpp Tokenizer::simplifyVarDecl: Don't simplify inside parenhteses 2012-02-18 15:05:29 +01:00
testunusedfunctions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
testunusedprivfunc.cpp Improved unused private function check: 2012-02-24 20:45:56 +01:00
testunusedvar.cpp Fixed #3633 (False positive: struct array not assigned a value) 2012-02-26 08:29:02 +01:00
testutils.h Some refactorizations 2012-02-18 11:55:05 +01:00