================ @@ -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