cppcheck/test
Sebastian 038064436d std.cfg: Fix minsize configuration for vsprintf (#1188)
minsize with argvalue for arg 2 which is a char pointer makes no sense.
Changing it to minsize with strlen for arg 2 results in false positives
(and i think false negatives too).
In std.c a test with a valid vsprintf usage is added that would result
in a FP when minsize with strlen for arg 2 would be used.
2018-04-25 02:52:19 +02:00
..
cfg std.cfg: Fix minsize configuration for vsprintf (#1188) 2018-04-25 02:52:19 +02:00
synthetic Improve Python code 2017-06-05 13:23:00 +02:00
CMakeLists.txt
options.cpp
options.h Updated copyright year 2018-01-14 15:37:52 +01:00
redirect.h
test.cxx
test64bit.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testassert.cpp
testastutils.cpp
testautovariables.cpp
testbool.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testboost.cpp
testbufferoverrun.cpp
testcharvar.cpp
testclass.cpp CheckClass: Undo the rule of 3 checker to avoid some warnings 2018-04-24 22:42:25 +02:00
testcmdlineparser.cpp Refactoring. Rename methods 2018-04-23 12:39:47 +02:00
testcondition.cpp
testconstructors.cpp
testcppcheck.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testerrorlogger.cpp Refactorizations: 2018-04-11 09:44:35 +02:00
testexceptionsafety.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testfilelister.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testfiles.pri
testfunctions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testgarbage.cpp
testimportproject.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testincompletestatement.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp astyle formatting 2018-04-21 13:28:31 +02:00
testlibrary.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testmathlib.cpp
testmemleak.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testnullpointer.cpp
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj Visual Studio: testrunner: Add missing testastutils (#1186) 2018-04-23 20:03:06 +02:00
testrunner.vcxproj.filters Visual Studio: testrunner: Add missing testastutils (#1186) 2018-04-23 20:03:06 +02:00
testsamples.cpp
testsimplifytemplate.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytokens.cpp
testsimplifytypedef.cpp
testsizeof.cpp
teststl.cpp
teststring.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsuite.cpp
testsuite.h Fix sorting order for test fixtures to get consistent behaviour across different platforms (#1145) 2018-04-04 20:51:47 +02:00
testsuppressions.cpp
testsymboldatabase.cpp
testthreadexecutor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtimer.cpp
testtoken.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testtokenize.cpp
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Fix FP uninitvar when stream bool operator is used 2018-04-18 16:13:24 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testunusedvar.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testutils.h Suppressions: New extensible Suppressions xml format that allow more attributes. To start with it also allows symbolName. 2018-04-09 06:43:48 +02:00
testvaarg.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testvalueflow.cpp
testvarid.cpp