cppcheck/test
Daniel Marjamäki 8b866178ff Fixed #2103 (false positive when variable is checked to NULL and not freed) 2010-10-20 20:38:37 +02:00
..
tinyxml
options.cpp Visual Studio: Fixed compiler error. It seems visual studio 2008 doesn't like 'not'. 2010-10-02 09:42:31 +02:00
options.h Added Doxygen commenting, per kimmov's request. 2010-09-26 19:15:14 +10:00
redirect.h Added Doxygen commenting, per kimmov's request. 2010-09-26 19:15:14 +10:00
test.cxx
test.vcproj Add missing files to VS projects. 2010-10-17 00:00:53 +03:00
test.vcxproj Add missing files to VS2010 project files. 2010-10-17 00:16:39 +03:00
test.vcxproj.filters Add missing files to VS2010 project files. 2010-10-17 00:16:39 +03:00
testautovariables.cpp
testbufferoverrun.cpp Fixed #2109 (false positive: buffer overrun) 2010-10-19 18:23:44 +02: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 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
testcmdlineparser.cpp Extracted Error and Output redirection. 2010-09-26 13:19:30 +10:00
testconstructors.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
testcppcheck.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
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
testfilelister.cpp Fixed #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +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
testmemleak.cpp Fixed #2103 (false positive when variable is checked to NULL and not freed) 2010-10-20 20:38:37 +02:00
testobsoletefunctions.cpp
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.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
testpostfixoperator.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
testpreprocessor.cpp Fixed #1951 (Preprocessor: Compound macro statements not handled correctly) 2010-09-24 21:38:11 +02:00
testrunner.cpp Added `check` target. 2010-09-26 13:29:23 +10:00
testsettings.cpp
testsimplifytokens.cpp Fixed #2110 (Tokenizer::simplifyTypedef: regression - wrong simplification of 'typedef char TString[256];') 2010-10-20 06:09:29 +02:00
teststl.cpp Stl: improved check for dangerous usage of c_str 2010-10-19 20:21:58 +02:00
testsuite.cpp Added `check` target. 2010-09-26 13:29:23 +10:00
testsuite.h Added `check` target. 2010-09-26 13:29:23 +10:00
testthreadexecutor.cpp
testtoken.cpp Replaced TODO in numeric test with two passing tests. 2010-09-26 16:39:19 +10:00
testtokenize.cpp Fixed #2103 (false positive when variable is checked to NULL and not freed) 2010-10-20 20:38:37 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Fixed #2067 (Template methods do not 'use' private ones) 2010-09-30 21:22:49 +02:00
testunusedvar.cpp Fixed #2039 (unions not handled properly, false positive about initialization) 2010-09-09 20:15:00 +02:00