cppcheck/test
Daniel Marjamäki 03a92582ca Fixed #2235 (false Resource leak) 2010-11-27 11:09:42 +01:00
..
tinyxml Ticket #1318: Make sure error ids are unique 2010-05-13 22:14:29 +02:00
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 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 Buffer overflow: Added unit test that makes sure that array index out of bounds is detected inside loop. Ticket: #2199 2010-11-21 12:24:57 +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 Ticket #2240 (Improve no constructor-message). 2010-11-27 10:17:03 +02:00
testcmdlineparser.cpp
testconstructors.cpp Ticket #2240 (Improve no constructor-message). 2010-11-27 10:17:03 +02: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 #2200 (MathLib: Calculation overflow) 2010-11-20 10:05:33 +01:00
testmemleak.cpp Fixed #2235 (false Resource leak) 2010-11-27 11:09:42 +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 Ticket #2239 (Too long "short" message about function parameter passing) 2010-11-27 10:46:34 +02:00
testpath.cpp Update tests after moving simplifyPath method to Path class. 2010-10-29 22:45:47 +03:00
testpostfixoperator.cpp Ticket #2238 (Improve postincrement warning message) 2010-11-27 10:30:57 +02:00
testpreprocessor.cpp
testrunner.cpp
testsettings.cpp
testsimplifytokens.cpp typedef: better handling of __typeof__ 2010-11-11 17:02:04 +01:00
teststl.cpp Ticket #2237 (Too long "short" message about iterator increment) 2010-11-27 10:57:26 +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 #2234 (Variable is assigned a value that is never used) 2010-11-25 18:16:11 +01:00
testuninitvar.cpp Fixed #2226 (segmentation fault of cppcheck) 2010-11-24 18:08:21 +01: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 #2206 (False positive: variable is assigned a value that is never used (array initializers)) 2010-11-15 17:53:55 +01:00