On Tue, 2020-05-19 at 23:36 +0200, Mark Wielaard wrote: > Currently gcc suggests to use _Bool instead of bool and doesn't give > any suggestions when true or false are used, but undefined. This > patch > makes it so that (for C99 or higher) a fixit hint is emitted to > include > <stdbool.h>.
[...snip...] Looks good to me. Thanks Dave