cppcheck/test
Reijo Tomperi 7b7e072b88 Fix #3278 (FP: Possible null pointer dereference with for loop)
http://sourceforge.net/apps/trac/cppcheck/ticket/3278
Bail out if token "for" is encountered.
2011-11-07 22:10:21 +02:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro
test64bit.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
testassignif.cpp
testautovariables.cpp
testboost.cpp
testbufferoverrun.cpp added testcase for ticket #3273 2011-11-01 11:52:39 +01:00
testcharvar.cpp Fixed #3282 (Invalid report that an array index is of type char.) 2011-11-06 11:26:28 +01:00
testclass.cpp Fix all the test failures caused by my previous commit. 2011-10-30 11:27:27 +01:00
testcmdlineparser.cpp Little improvements with cli messages and added new '--template' mode: 'edit'. 2011-10-29 23:50:09 +02:00
testconstructors.cpp removed 'explicit constructors' check. see comments in pull request #51 for the reasons. 2011-11-02 17:12:46 +01:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp FileLister (linux): Move absolute path determination to own function 2011-10-29 19:30:33 +02:00
testincompletestatement.cpp Fixed #3251 (Redundant code: Found a statement that begins with numeric constant) 2011-11-05 20:28:52 +01:00
testinternal.cpp
testmathlib.cpp
testmemleak.cpp
testnonreentrantfunctions.cpp
testnullpointer.cpp Fix #3278 (FP: Possible null pointer dereference with for loop) 2011-11-07 22:10:21 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #3233 (false positive: (style) Checking if unsigned variable 'i' is less than zero.) 2011-11-06 18:24:37 +01:00
testpath.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Fixed #3275 (Missing includes always reported) 2011-11-06 08:59:07 +01:00
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytokens.cpp Fixed #3152 (Tokenizer: template constructor is removed) 2011-10-29 19:45:47 +02:00
teststl.cpp Extra check for auto_ptr new[] 2011-11-05 15:45:59 +01:00
testsuite.cpp
testsuite.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
testsuppressions.cpp
testsymboldatabase.cpp Fixed #3188 (Function parser false positive) 2011-11-05 12:23:05 +01:00
testthreadexecutor.cpp
testtoken.cpp Fix false positive of %or% match in alternative pattern match code 2011-11-06 22:12:31 +01:00
testtokenize.cpp Improve same expression check: remove '%op%' pattern and add ',' for the same expressions as an argument inside a function. 2011-11-06 14:35:53 +01:00
testuninitvar.cpp Add tests for various bugs. 2011-11-04 12:27:32 +01:00
testunusedfunctions.cpp Fixed #3195 (operator() from a functor-struct is never used) 2011-10-29 20:04:43 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h