[clang] [clang] Function type attribute to prevent CFI instrumentation (PR #135836)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 3 12:03:53 PDT 2025


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


More information about the cfe-commits mailing list