cppcheck/test
Alexander Mai 6bfeb71dd2 Add more interfaces to gnu and posix libraries 2015-02-21 11:08:58 +01:00
..
cfg Add more interfaces to gnu and posix libraries 2015-02-21 11:08:58 +01: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: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test.pro Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testassert.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testautovariables.cpp Better support for stream operator in CheckAutoVariables::returnReference() (#6423) 2015-01-31 10:12:49 +01:00
testbool.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testboost.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testbufferoverrun.cpp more cleanup of std.cfg testing in TestBufferOverrun 2015-02-14 18:55:54 +01:00
testcharvar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testclass.cpp refactor cfg testing in TestClass 2015-02-11 06:29:33 +01:00
testcmdlineparser.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testcondition.cpp Fixed #6249 (False positive: Incorrect detection of (assignment + comparison) inside for-clause) 2015-02-05 20:17:30 +01:00
testconstructors.cpp Moved some more tests to testgarbage.cpp 2015-01-21 10:04:46 +01:00
testcppcheck.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testerrorlogger.cpp Multi process check: Sanitize error messages for illegal characters 2015-01-17 16:12:00 +01:00
testexceptionsafety.cpp Refactorization: 2015-01-09 20:18:09 +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 crash on garbage code introduced recently, optimized code in valueFlowFunctionReturn. 2015-02-01 12:26:46 +01:00
testincompletestatement.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testinternal.cpp Removed obsolete internal check. The underlying but in Token::Match should be fixed since b4f0869a71 2015-01-31 12:56:54 +01:00
testio.cpp Fixed false positive #6452: Handle member functions in CheckIO::checkFileUsage() 2015-01-27 21:52:52 +01:00
testleakautovar.cpp Fixed testrunner 2015-02-03 18:35:52 +01:00
testlibrary.cpp Fixed #6480 (False positive unreachableCode - member function exit called instead of ::exit()) 2015-01-31 16:55:55 +01:00
testmathlib.cpp Fixed a few inconclusive warnings regarding const-correctness in cppcheck code base. 2015-01-20 16:50:16 +01:00
testmemleak.cpp TestMemLeak: moved posix.cfg tests 2015-02-15 18:11:09 +01:00
testnonreentrantfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testnullpointer.cpp Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument(). 2015-02-01 15:15:00 +01:00
testobsolescentfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testoptions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testother.cpp TestOther: refactoring library testing 2015-02-17 15:52:45 +01:00
testpath.cpp Better handle double slashes, more tests 2015-02-16 13:11:13 +03:00
testpathmatch.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testpostfixoperator.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testpreprocessor.cpp Fixed some const correctness issues in the test suite. 2015-01-19 18:00:05 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsimplifytemplate.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsimplifytokens.cpp posix.cfg: Improved support for functions from <unistd.h>. 2015-02-02 17:23:43 +01:00
testsimplifytypedef.cpp Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument(). 2015-02-01 15:15:00 +01:00
testsizeof.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
teststl.cpp Refactorized CheckStl::if_find(): 2015-01-04 12:43:50 +01:00
teststring.cpp Take simplifyIfNotNull and simplifyIfNot out of simplifyTokenList1 (first step for #6072) 2015-01-31 20:12:02 +01:00
testsuite.cpp Fixed inconclusive warnings regarding const correctness. 2015-01-20 09:09:16 +01:00
testsuite.h Fixed inconclusive warnings regarding const correctness. 2015-01-20 09:09:16 +01:00
testsuppressions.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
testsymboldatabase.cpp Fixed GCC (testsymboldatabase.cpp) and MSVC (checkother.cpp) warnings 2015-02-18 21:19:36 +01:00
testthreadexecutor.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testtimer.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testtoken.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
testtokenize.cpp AST: fix handling of sizeof. ticket #6515 2015-02-18 19:56:13 +01:00
testtype.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testuninitvar.cpp TestUninitVar: moved out posix.cfg testing 2015-02-17 18:16:29 +01:00
testunusedfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testunusedprivfunc.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testunusedvar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testutils.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testvaarg.cpp Fixed false positive #6453: Skip over inner class if checking outer function 2015-01-27 21:21:17 +01:00
testvalueflow.cpp ValueFlow: Improved handling of alias values in valueFlowForward 2015-02-08 19:20:05 +01:00
testvarid.cpp Tokenizer: Remove macro in class declaration like 'class DLLEXPORT Fred {}' to be able to handle the class better later 2015-01-17 07:42:49 +01:00