cppcheck/test/cfg
Sebastian 14e45f9dcb
wxwidgets library: Fix/Enhance cfg, add test file (#1082)
Add test file for wxwidgets configuration, fix found issues and enhance
the cfg a bit:
Fix declarations in comments for wxLog* functions.
Merge the two wxTextFile::Create overloaded function configurations into
one that works for both now.
Removed use-retval attribute from wxBoxSizer::AddSpacer and
wxButton::SetDefault configuration since the functions have side effects
and there is no need to use the return value.
Add some function configurations, the macro _(str) and POD wxLogLevel.
2018-02-06 15:33:45 +01:00
..
gnu.c Merge simplecpp branch 2016-07-20 12:21:00 +02:00
posix.c posix library: Add strtok tests (#1069) 2018-01-31 10:58:30 +01:00
qt.cpp Fixed #8076 (unmatched suppression when calling ./runtests.sh (test/cfg)) 2018-01-10 15:52:06 +01:00
runtests.sh wxwidgets library: Fix/Enhance cfg, add test file (#1082) 2018-02-06 15:33:45 +01:00
std.c std config: Remove misspelled function "strbprk" (#1065) 2018-01-29 17:28:44 +01:00
std.cpp Fixed #8076 (unmatched suppression when calling ./runtests.sh (test/cfg)) 2018-01-10 15:52:06 +01:00
windows.cpp Fix #8381: false positives for swprintf_ and stprintf_s (#1080) 2018-02-03 05:10:52 +01:00
wxwidgets.cpp wxwidgets library: Fix/Enhance cfg, add test file (#1082) 2018-02-06 15:33:45 +01:00