================
@@ -5250,6 +5260,7 @@ class FunctionProtoType final
     FunctionType::ExtInfo ExtInfo;
     unsigned Variadic : 1;
     unsigned HasTrailingReturn : 1;
+    unsigned CFIUncheckedCallee : 1;
----------------
erichkeane wrote:

I realize this type isn't doing this, but I think we want a:
`LLVM_PREFERRED_TYPE(bool)`
before this. (and probably the two above).

https://github.com/llvm/llvm-project/pull/135836
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to