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 Updated copyright year 2018-01-14 15:37:52 +01:00
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testastutils.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp Fixed #8495 (False positive: boolean result used in bitwise operation when & is overloaded) 2018-04-17 22:14:17 +02:00
testconstructors.cpp
testcppcheck.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp astyle formatting 2018-04-21 13:28:31 +02:00
testlibrary.cpp
testmathlib.cpp fix some typos found by codespell. 2018-02-04 20:53:43 +01:00
testmemleak.cpp
testnullpointer.cpp
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp
testsizeof.cpp
teststl.cpp
teststring.cpp
testsuite.cpp
testsuite.h
testsuppressions.cpp Suppressions: Validate inline suppressions 2018-04-11 08:18:00 +02:00
testsymboldatabase.cpp
testthreadexecutor.cpp
testtimer.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtoken.cpp
testtokenize.cpp Ticket #8436: Handle C++11 initializations within ternary operator. (#1174) 2018-04-21 11:30:07 +02:00
testtokenlist.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
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
testunusedvar.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testutils.h
testvaarg.cpp
testvalueflow.cpp
testvarid.cpp