cppcheck/test
Alexander Mai ca2e3b9abb #7370 False positive uselessCallsCompare on unknown type. Ensure related warnings are only issued on STL types 2016-02-02 20:26:02 +01:00
..
cfg
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testassert.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testastutils.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp CheckCondition::alwaysTrueFalse: Move to normal checking to catch more problems 2016-01-26 10:08:21 +01:00
testconstructors.cpp Fixed false positive uninitMemberVar with member function of template (#7205) 2016-01-30 20:18:13 +01:00
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp
testgarbage.cpp #7027 TokenList::validateAst() did not detect broken AST with endless recursion 2016-01-31 22:16:58 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testmemleak.cpp
testnullpointer.cpp
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Preprocessor directives for addons 2016-01-15 12:36:35 +01:00
testrunner.cpp
testrunner.vcxproj
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
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp
testsizeof.cpp
teststl.cpp
teststring.cpp
testsuite.cpp Ticket #7270 segmentation fault (invalid code) in Tokenizer::simplifyLabelsCaseDefault. include fix for cygwin 2016-01-08 11:59:02 +01:00
testsuite.h
testsuppressions.cpp Settings: Remove '_' prefix for public member variables 2016-01-03 16:18:17 +01:00
testsymboldatabase.cpp
testthreadexecutor.cpp
testtimer.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testtoken.cpp
testtokenize.cpp
testtokenlist.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testtype.cpp Fixed #7266 (False positive shiftTooManyBits with macros) 2016-01-10 20:44:52 +01:00
testuninitvar.cpp Fixed #5503 (FP: Uninitialized variable - initialize in in if and else branch) 2016-01-30 20:48:28 +01:00
testunusedfunctions.cpp Merge pull request #745 from lanurmi/2016_ad 2016-01-01 22:57:19 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp Fixed #7046 (constexpr value used as template parameter reported as not used) 2016-01-31 12:39:43 +01:00
testutils.h
testvaarg.cpp
testvalueflow.cpp
testvarid.cpp