================
@@ -649,6 +649,8 @@ class alignas(void *) Stmt {
/// It is 0 otherwise.
LLVM_PREFERRED_TYPE(bool)
unsigned HasFPFeatures : 1;
+ LLVM_PREFERRED_TYPE(bool)
----------------
bwendling wrote:
Nit: Newline and maybe a comment?
https://github.com/llvm/llvm-project/pull/100272