cppcheck/test
Sebastian de7aa8f513 Fix #7504: posix: open() was twice in configuration file (#1032)
* Fix #7504: posix: open() was twice in configuration file

This fixes ticket #7504: Problems with the open function were not always
detected because the open function was twice in posix.cfg and only the
second configuration was used by cppcheck. Like suggested now only
one configuration is used and the third parameter has a default value
and is thereby optional.
use-retval has been removed to avoid duplicate warnings because the
alloc/dealloc configuration already warns about unused retval.
According tests to verify that open is configured
correctly now have been added to test/cfg/posix.c.

* posix.cfg: open(): Add TODO for use-retval configuration
2018-01-18 13:56:36 +01:00
..
cfg Fix #7504: posix: open() was twice in configuration file (#1032) 2018-01-18 13:56:36 +01:00
synthetic Improve Python code 2017-06-05 13:23:00 +02:00
CMakeLists.txt Fixed #7660 (cmake build does not handle simplecpp) 2016-08-06 18:21:54 +02:00
options.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
options.h Updated copyright year 2018-01-14 15:37:52 +01:00
redirect.h Updated copyright year 2018-01-14 15:37:52 +01:00
test.cxx
test64bit.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testassert.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testastutils.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testautovariables.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testbool.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testboost.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testbufferoverrun.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testcharvar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testclass.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testcmdlineparser.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testcondition.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testconstructors.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testcppcheck.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testerrorlogger.cpp Updated copyright year 2018-01-14 15:37:52 +01: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 Fixed #7177 (Support compile_commands.json) 2016-08-13 10:50:03 +02:00
testfunctions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testgarbage.cpp Ticket #8333: Properly report a syntax error for functions with invalid parameter types. (#1030) 2018-01-18 08:51:35 +01:00
testimportproject.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testincompletestatement.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testinternal.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testio.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testleakautovar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testlibrary.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testmathlib.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testmemleak.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testnullpointer.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testoptions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testother.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpath.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpathmatch.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpostfixoperator.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpreprocessor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.vcxproj also generate debug information when building for release. This makes (#1003) 2017-11-29 08:31:30 +01:00
testrunner.vcxproj.filters Support relative paths in Visual Studio projects properties (#995) 2017-11-11 11:13:18 +01:00
testsamples.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytemplate.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytokens.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytypedef.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsizeof.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
teststl.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
teststring.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsuite.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsuite.h Updated copyright year 2018-01-14 15:37:52 +01:00
testsuppressions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsymboldatabase.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testthreadexecutor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtimer.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtoken.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtokenize.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtokenlist.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtype.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testuninitvar.cpp Uninitialized variables: Whole program analysis for function calls 2018-01-15 15:54:09 +01:00
testunusedfunctions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testunusedprivfunc.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testunusedvar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testutils.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testvaarg.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testvalueflow.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testvarid.cpp Updated copyright year 2018-01-14 15:37:52 +01:00