cppcheck/test
Daniel Marjamäki c7886ca1c4 Fixed #3058 (False positive: Uninitialized variable: data) 2011-09-03 18:53:14 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
test64bit.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
testassignif.cpp Improve check: Tweaked the assignAndCompare to handle | also in addition to & 2011-08-19 16:10:09 +02:00
testautovariables.cpp fix false positive introduced by previous false negative fix commit 2011-09-02 10:39:04 -04:00
testbufferoverrun.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
testcharvar.cpp Fixed #2982 (false positive: using char type as array index (using string as key)) 2011-08-09 17:03:22 +02:00
testclass.cpp fix #3051 (False positive: operator= should return reference (when function takes pointer argument)) 2011-08-28 11:14:15 -04:00
testcmdlineparser.cpp Command line: Added --std option. Right now only --std=posix is possible but other options might be added later. 2011-08-17 20:08:55 +02:00
testconstructors.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcppcheck.cpp
testdivision.cpp Tests: Re-enable style param for testdivision. 2011-08-10 23:46:26 +03:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testincompletestatement.cpp Fixed #3009 (Using numeric constants in kernel space code) 2011-08-16 20:16:33 +02:00
testmathlib.cpp
testmemleak.cpp add support for deallocating memory with realloc 2011-08-30 23:42:11 -04:00
testnonreentrantfunctions.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
testnullpointer.cpp Fixed #3023 (False positive: no possible null pointer dereference here: 'WARN_ON(!abc || abc->x == 0);') 2011-08-20 09:47:55 +02:00
testobsoletefunctions.cpp Settings: Removed the --enable=posix option. Ticket: #2949 2011-08-14 09:45:53 +02:00
testoptions.cpp
testother.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
testpreprocessor.cpp Fixed #3016 (Preprocessor has incorrect precedence(?) for &&) 2011-08-28 18:30:58 +02:00
testrunner.cpp
testrunner.vcproj Update VS2008/2010 project files. 2011-08-22 20:13:03 +03:00
testrunner.vcxproj Update VS2008/2010 project files. 2011-08-22 20:13:03 +03:00
testrunner.vcxproj.filters Update VS2008/2010 project files. 2011-08-22 20:13:03 +03:00
testsimplifytokens.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
teststl.cpp enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074 2011-09-03 15:30:30 +02:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
testsymboldatabase.cpp really fix multi-dimensional arrays with undefined size 2011-08-28 13:32:42 -04:00
testthreadexecutor.cpp
testtoken.cpp
testtokenize.cpp Fixed #3058 (False positive: Uninitialized variable: data) 2011-08-31 19:45:20 +02:00
testuninitvar.cpp Fixed #3058 (False positive: Uninitialized variable: data) 2011-09-03 18:53:14 +02:00
testunusedfunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testunusedprivfunc.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testunusedvar.cpp add new (nothrow) support to CheckUnusedVar::checkFunctionVariableUsage 2011-08-31 06:39:39 -04:00
testutils.h