cppcheck/test/cfg
Sebastian db43dcd601
posix.cfg: Add `<use-retval/>` to pthread_mutex_trylock (#1959)
Ignoring the return value of pthread_mutex_trylock is always a bug.
There is no other way to check if the mutex is locked or not after the
call.
2019-07-07 12:57:02 +02:00
..
boost.cpp
bsd.c
generate-cfg-tests.sh
gnu.c Fix #9047 (c-style casts before malloc) (#1930) 2019-07-03 08:39:44 +02:00
gtk.c Fix #9047 (c-style casts before malloc) (#1930) 2019-07-03 08:39:44 +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
runtests.sh openmp.cfg: Add library configuration for OpenMP (#1956) 2019-07-05 03:00:52 +02:00
sqlite3.c
std.c Add tests of std.cfg buffer size (#1958) 2019-07-06 08:55:17 +02:00
std.cpp
unmatchedSuppressionTest.c
windows.cpp Fix #9047 (c-style casts before malloc) (#1930) 2019-07-03 08:39:44 +02:00
wxwidgets.cpp