cppcheck/test/cfg
Sebastian 5390588cda
gnu.cfg: Add xfree() (#2051)
It is hard to find good references, one that describes it a bit can
be found here:
https://manpages.ubuntu.com/manpages/bionic/man3/xmalloc.3pub.html

xfree() can be used instead of free().
A check, to verify that a memory leak is found if the memory allocated
via xmalloc() is not freed, has also been added.
2019-08-02 07:41:32 +02:00
..
boost.cpp boost.cfg: Add argument directions; some fixes; rearrange and document. 2019-03-15 11:13:08 +01:00
bsd.c Travis: Try to fix 'make checkcfg' 2019-03-02 19:38:11 +01:00
generate-cfg-tests.sh add script to generate cfg tests 2018-03-18 13:03:19 +01:00
gnu.c gnu.cfg: Add xfree() (#2051) 2019-08-02 07:41:32 +02:00
gtk.c Use library for memleak checks (#2002) 2019-07-22 10:37:36 +02:00
openmp.c openmp.cfg: Add library configuration for OpenMP (#1956) 2019-07-05 03:00:52 +02:00
posix.c posix.cfg: Add `<use-retval/>` to pthread_mutex_trylock (#1959) 2019-07-07 12:57:02 +02:00
qt.cpp qt.cfg: Add container and function configurations for QVector (#2052) 2019-07-31 13:58:55 +02:00
runtests.sh openmp.cfg: Add library configuration for OpenMP (#1956) 2019-07-05 03:00:52 +02:00
sqlite3.c Library: Add initial configuration with tests for SQLite3 library. (#1737) 2019-03-13 13:57:40 +01:00
std.c Use library for memleak checks (#2002) 2019-07-22 10:37:36 +02:00
std.cpp Library configuration: function argument direction fixes and enhancements (#1722) 2019-03-04 22:57:40 +01:00
unmatchedSuppressionTest.c unmatched suppression: fix test case 2019-01-22 18:47:52 +01:00
windows.cpp Fix #9047 (c-style casts before malloc) (#1930) 2019-07-03 08:39:44 +02:00
wxwidgets.cpp Refactoring of Null Pointer Checker 2019-03-16 21:21:30 +01:00