cppcheck/test
Robert Reif 4ceb24630d Fixed #6568: Scope for template class member function missing in symboldatabase 2015-04-09 21:01:47 +02:00
..
cfg Fix false positives ignoredReturnValue about some posix interfaces. Remove redundant strsignal() output from signal handler 2015-04-06 18:16:37 +02:00
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
options.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
options.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
redirect.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
test.cxx
test.pro Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testassert.cpp Refactorized testrunner: Create std::string only where necessary 2015-03-15 12:36:40 +01:00
testautovariables.cpp Refactorized testrunner: Create std::string only where necessary 2015-03-15 12:36:40 +01:00
testbool.cpp Refactorized CheckBool::checkComparisonOfBoolWithInt(), CheckBool::checkComparisonOfBoolExpressionWithInt() and CheckBool::pointerArithBool(): 2015-03-12 20:07:48 +01:00
testboost.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testbufferoverrun.cpp Constructor parameter type need not be a number 2015-03-25 14:56:45 +03:00
testcharvar.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testclass.cpp #220 uninitialized variable: using variable in ctor before it has been initialized. Implement new check usageBeforeInitialization 2015-04-07 22:01:13 +02:00
testcmdlineparser.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testcondition.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testconstructors.cpp Fixed #6253 ([False Positive] Variable not initialized in the constructor) 2015-04-06 19:47:21 +02:00
testcppcheck.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testerrorlogger.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testexceptionsafety.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testfilelister.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testfiles.pri run dmake 2014-09-24 13:50:57 +02:00
testgarbage.cpp Fixed #6253 ([False Positive] Variable not initialized in the constructor) 2015-04-06 19:47:21 +02:00
testincompletestatement.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testinternal.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testio.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testleakautovar.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testlibrary.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testmathlib.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testmemleak.cpp Fixed #5665: Recognize free() with more than one parameter 2015-04-09 20:50:19 +02:00
testnonreentrantfunctions.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testnullpointer.cpp Fixed #6568: Scope for template class member function missing in symboldatabase 2015-04-09 21:01:47 +02:00
testobsolescentfunctions.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testoptions.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testother.cpp More tests for checking negative pointers 2015-03-19 16:46:00 +03:00
testpath.cpp Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
testpathmatch.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testpostfixoperator.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testpreprocessor.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testrunner.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testrunner.vcxproj Set /LARGEADDRESSAWARE flag for Win32 builds 2015-01-27 15:43:40 +01:00
testrunner.vcxproj.filters Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testsamples.cpp Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
testsimplifytemplate.cpp testrunner: fix -Wshadow warning. 2015-04-04 01:15:56 +02:00
testsimplifytokens.cpp Moved simplification of operator names before template and parentheses simplifications (#6576) 2015-04-01 13:47:36 +02:00
testsimplifytypedef.cpp Refactorized testrunner: Create std::string only where necessary 2015-03-15 12:36:40 +01:00
testsizeof.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
teststl.cpp posix.cfg add more interfaces from stdlib.h. run astyle 2015-03-21 12:26:07 +01:00
teststring.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testsuite.cpp Fixed inconclusive warnings regarding const correctness. 2015-01-20 09:09:16 +01:00
testsuite.h Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testsuppressions.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testsymboldatabase.cpp Fixed grammar mistake; fixed two VS2013 code analysis messages; removed redundant Token::Match call 2015-03-15 10:06:56 +01:00
testthreadexecutor.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testtimer.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testtoken.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testtokenize.cpp Refactorized testrunner: Create std::string only where necessary 2015-03-15 12:36:40 +01:00
testtype.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testuninitvar.cpp Fixed #6583 (False positive uninitvar - exit() ignored?!) 2015-04-08 15:35:04 +02:00
testunusedfunctions.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testunusedprivfunc.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testunusedvar.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testutils.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testvaarg.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testvalueflow.cpp Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style 2015-03-11 22:54:43 +01:00
testvarid.cpp Fixed #6638: (varid for loop in for statement) 2015-04-09 19:58:12 +02:00