================
@@ -5250,6 +5260,7 @@ class FunctionProtoType final
FunctionType::ExtInfo ExtInfo;
unsigned Variadic : 1;
unsigned HasTrailingReturn : 1;
+ unsigned CFIUncheckedCallee : 1;
----------------
PiJoules wrote:Done https://github.com/llvm/llvm-project/pull/135836 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
