[llvm-branch-commits] [clang] [clang] Implement function pointer signing and authenticated function calls (PR #93906)

Daniil Kovalev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 7 01:42:12 PDT 2024


================
@@ -26,6 +26,7 @@
 #include "clang/Basic/LangOptions.h"
 #include "clang/Basic/Module.h"
 #include "clang/Basic/NoSanitizeList.h"
+#include "clang/Basic/PointerAuthOptions.h"
----------------
kovdan01 wrote:

This include looks unneeded since further forward declaration `class PointerAuthSchema;` does the job

https://github.com/llvm/llvm-project/pull/93906


More information about the llvm-branch-commits mailing list