[llvm-branch-commits] Add pointer field protection feature. (PR #133538)

Peter Collingbourne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 9 11:16:25 PDT 2025


================
@@ -1215,6 +1215,29 @@ typedef __char32_t char32_t;
 #    define _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER 0
 #  endif
 
+#  if __has_feature(pointer_field_protection)
----------------
pcc wrote:

Makes sense, will do.

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


More information about the llvm-branch-commits mailing list