I consider -Wint-in-bool-context as quite useful warning so I ported it to Clang.
-Wint-in-bool-context is on by default, it is part of GCC's -Wall so I make it same here.
Current patch passes all tests for -Wint-in-bool-context in GCC's test-suite.
Fixes PR31201
Spurious change.