[clang] [PAC] Add support for __ptrauth type qualifier (PR #100830)

Anton Korobeynikov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 23:00:50 PDT 2024


================
@@ -1758,6 +1758,34 @@ Also see the documentation for `@available
   }];
 }
 
+def PtrAuthDocs : Documentation {
+  let Category = DocCatVariable;
+  let Heading = "__ptrauth, __ptrauth_restricted_intptr";
----------------
asl wrote:

`__ptrauth_restricted_intptr` is not here yet.

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


More information about the cfe-commits mailing list