cppcheck/test/cfg
Sebastian 5fe7aad5e3
qt.cfg: Add configuration and tests for macro Q_NULLPTR (#1651)
Qt defines `Q_NULLPTR` with `nullptr` if it is available, otherwise with `NULL`.
Since there seems to be no (sane) way to configure it the same way in the library configuration it is just defined with `NULL`.
2019-02-07 12:27:25 +01:00
..
boost.cpp Boost configuration: Add macros and initial test file (#1575) 2019-01-08 20:30:21 +01:00
bsd.c
generate-cfg-tests.sh
gnu.c Library cfg tests: Enable all tests again, exclude regressions for now (#1626) 2019-01-25 17:03:16 +01:00
gtk.c gtk.cfg: Add configurations for g_free() and g_malloc() / g_malloc0() 2019-01-28 13:47:46 +01:00
posix.c posix.cfg: improve configuration for dlsym() 2019-01-12 21:50:02 +01:00
qt.cpp qt.cfg: Add configuration and tests for macro Q_NULLPTR (#1651) 2019-02-07 12:27:25 +01:00
runtests.sh Library cfg tests: Enable all tests again, exclude regressions for now (#1626) 2019-01-25 17:03:16 +01:00
std.c
std.cpp Fixed checkcfg: test/cfg/std.cpp:2904:error:uninitvar:Uninitialized variable: s 2018-12-23 18:09:55 +01:00
unmatchedSuppressionTest.c unmatched suppression: fix test case 2019-01-22 18:47:52 +01:00
windows.cpp Library cfg tests: Enable all tests again, exclude regressions for now (#1626) 2019-01-25 17:03:16 +01:00
wxwidgets.cpp