cppcheck/test
Daniel Marjamäki 7c606c4e3b Uninitialized variables: Fixed false positives for such code: 'if (cond1) { a=0; } if (cond1) { if (cond2) { use_a; } }' 2011-12-27 13:16:16 +01:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testassignif.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testautovariables.cpp #3434 (False positive Returning reference to auto variable) 2011-12-26 07:44:16 +01:00
testboost.cpp
testbufferoverrun.cpp Array index out of bounds: Added test case for #3428 (same name of structs) 2011-12-18 16:43:46 +01:00
testcharvar.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testclass.cpp Remove unnecessary includes 2011-12-23 23:31:48 +02:00
testcmdlineparser.cpp
testconstructors.cpp
testcppcheck.cpp Remove unnecessary includes 2011-12-23 23:31:48 +02:00
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp Exception safety: refactorings, use the symbol database 2011-12-09 19:53:00 +01:00
testfilelister.cpp
testincompletestatement.cpp
testinternal.cpp
testmathlib.cpp
testmemleak.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testnonreentrantfunctions.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testnullpointer.cpp Null pointers: show inconclusive errors if functions are called. Assume they won't assign the pointer. Ticket: #3443 2011-12-26 07:13:10 +01:00
testobsoletefunctions.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testoptions.cpp
testother.cpp Comparing bool with int: Fixed false positives 2011-12-23 19:11:51 +01:00
testpath.cpp
testpathmatch.cpp Fixed #3048, further improvements to const correctness check. 2011-12-15 20:18:52 +01:00
testpostfixoperator.cpp Code cleanup 2011-12-09 21:00:57 +01:00
testpreprocessor.cpp Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro)) 2011-12-18 13:33:23 +01:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Code cleanup 2011-12-09 21:00:57 +01:00
teststl.cpp STL: Fixed false positive when using string::find 2011-12-27 11:02:43 +01:00
testsuite.cpp Bugfix for recent testrunner output improvement. Some output was not 2011-12-22 21:41:40 +02:00
testsuite.h Improvement of testrunner's output 2011-12-20 21:05:47 +02:00
testsuppressions.cpp
testsymboldatabase.cpp Fixed #3435 (False positive: (warning) Member variable 'A::m_Vec' is not initialized in the constructor.) 2011-12-25 11:05:06 +01:00
testthreadexecutor.cpp Remove unnecessary includes 2011-12-23 23:31:48 +02:00
testtoken.cpp Remove unnecessary includes 2011-12-23 23:31:48 +02:00
testtokenize.cpp Tokenizer: Better handling of array of function pointers 2011-12-27 11:56:40 +01:00
testuninitvar.cpp Uninitialized variables: Fixed false positives for such code: 'if (cond1) { a=0; } if (cond1) { if (cond2) { use_a; } }' 2011-12-27 13:16:16 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp refactorizations for CheckClass and for less false negatives related to derived classes 2011-12-14 21:11:40 +01:00
testunusedvar.cpp Fixed #3438 (false positive: (style) Variable 'dBuf' is not assigned a value) 2011-12-26 08:12:23 +01:00
testutils.h Remove unnecessary includes 2011-12-23 23:31:48 +02:00