cppcheck/test
Daniel Marjamäki 3bd5a4d10e CheckUnusedVar: Fix FP when there is class initialization 2016-01-01 16:04:13 +01:00
..
cfg Extended windows.cfg and posix.cfg about missing functions, found by using --check-library on some projects. 2015-11-25 11:02:32 +01:00
CMakeLists.txt Added testrunner test to cmake. #7098 2015-11-26 21:01:07 +01:00
options.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
options.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
redirect.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +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
test64bit.cpp Fixed #7247 (False positive CastAddressToIntegerAtReturn - returning std::string) 2015-12-31 18:53:07 +01:00
testassert.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testautovariables.cpp #6981 crash in checkvaarg.cpp (with possible fix). Avoid segfault. Add SymbolDatabase::validate() to allow validating smyboldatabase 2015-12-05 20:55:26 +01:00
testbool.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testboost.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testbufferoverrun.cpp CheckBufferOverrun: Remove old checking of strings and use new ValueFlow-based checking instead (#6973) 2015-11-30 16:36:52 +01:00
testcharvar.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testclass.cpp TestClass::memsetOnClass(): remove duplicate ASSERT_EQUALS() call. 2015-12-05 18:31:33 +01:00
testcmdlineparser.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testcondition.cpp invalidTestForOverflow: Fixed some false negatives (#7184) 2015-11-30 11:12:51 +01:00
testconstructors.cpp #7199 SymbolDatabase::validate() should be run in debug mode and print debug messages. In turn correct some test examples with invalid code. 2015-12-06 08:14:04 +01:00
testcppcheck.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testerrorlogger.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testexceptionsafety.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testfilelister.cpp faster recursive file collection on huge codebases (posix systems), was 47sec to collect all files, now its only 3 2015-12-13 15:21:01 +02:00
testfiles.pri Run dmake to update Makefile etc. 2015-11-22 10:40:48 +01:00
testfunctions.cpp Fixed #6990 (false negative: Invalid abs() argument nr 1. A non-boolean value is required.) 2015-12-26 01:38:41 +01:00
testgarbage.cpp testrunner: add testcase for #7246. 2015-12-31 14:17:52 +01:00
testincompletestatement.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testinternal.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testio.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testleakautovar.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testlibrary.cpp Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testmathlib.cpp #7187 internal error; unhandled char constant \e. Support \e char literal support by clang,gcc,tcc 2015-12-05 18:53:03 +01:00
testmemleak.cpp #7182 crash: CheckMemoryLeak::functionReturnType() 2015-12-05 18:43:29 +01:00
testnullpointer.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testoptions.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testother.cpp Fixed #7242 (False positive unknownEvaluationOrder - comma expression in function argument) 2015-12-29 12:06:42 +01:00
testpath.cpp testpath: add another explicit test for './././././test.cpp' being the same as 'test.cpp' 2015-11-30 22:04:24 +01:00
testpathmatch.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testpostfixoperator.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testpreprocessor.cpp Preprocessor: insert space between ++ or -- in macro expansion 2015-12-29 06:54:44 +01:00
testrunner.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
testrunner.vcxproj Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testrunner.vcxproj.filters Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529) 2015-11-22 09:18:07 +01:00
testsamples.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
testsimplifytemplate.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testsimplifytokens.cpp Fixed #7230 (Confusing code snippet in error message) 2015-12-31 01:15:49 +01:00
testsimplifytypedef.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testsizeof.cpp Fixed #7230 (Confusing code snippet in error message) 2015-12-31 01:15:49 +01:00
teststl.cpp Fixed false positive stlIfStrFind for function call inside condition. 2015-11-20 20:08:53 +01:00
teststring.cpp Refactor handling of char constants 2015-11-20 10:10:38 +01:00
testsuite.cpp Small refactorizations: 2015-11-29 10:56:44 +01:00
testsuite.h Small refactorizations: 2015-11-29 10:56:44 +01:00
testsuppressions.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testsymboldatabase.cpp Fixed #7248 (crash in ValueType::str()) 2016-01-01 15:13:50 +01:00
testthreadexecutor.cpp Reduce number of threads TestThreadExecutor::many_threads a bit. Especially runs with dynamic analysis tools (asan/ubsan/etc.) cause very high system load. 2015-11-28 12:04:03 +01:00
testtimer.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testtoken.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testtokenize.cpp Fixed #7230 (Confusing code snippet in error message) 2015-12-31 01:15:49 +01:00
testtokenlist.cpp TokenList: Better handling of '1++a' and 'a++1' 2015-12-27 14:57:22 +01:00
testtype.cpp Refactoring CheckType checkers. Use ValueType. 2015-12-31 12:05:23 +01:00
testuninitvar.cpp Fixed #6769 (false positive: Uninitialized struct member: epoch.integer) 2015-11-22 16:20:46 +01:00
testunusedfunctions.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testunusedprivfunc.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testunusedvar.cpp CheckUnusedVar: Fix FP when there is class initialization 2016-01-01 16:04:13 +01:00
testutils.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
testvaarg.cpp #6981 crash in checkvaarg.cpp (with possible fix). Avoid segfault. Add SymbolDatabase::validate() to allow validating smyboldatabase 2015-12-05 20:55:26 +01:00
testvalueflow.cpp Revert "Fixed #3923 (valueFlowForward: assignment in if should not cause bailout for code in else)" 2015-12-12 16:50:02 +01:00
testvarid.cpp Fixed #4627 (Tokenizer::setVarId: function declaration in function body) 2015-11-19 16:27:16 +01:00