signed/always_true: move "always true condition" warning to its own file
commitf60a8419e91c8adb7c262c844f38045d5e4e24e6
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 1 Aug 2023 14:43:27 +0000 (1 17:43 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 1 Aug 2023 14:43:27 +0000 (1 17:43 +0300)
treef4061392ee302220ce3b939d459c8367d0731561
parent178bea2c05fc22860bbf46c11ce257838be8d022
signed/always_true: move "always true condition" warning to its own file

The check_signed.c warning was kind of a mess.  I have slowly been
splitting it into different files.  This is another split.  It doesn't
change the output at all (hopefully).

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
check_always_true.c [copied from check_signed.c with 72% similarity]
check_list.h
check_signed.c