[libc-commits] [libc] [libc] add basic lifetime annotations for support data structures (PR #145933)

via libc-commits libc-commits at lists.llvm.org
Wed Oct 15 08:47:23 PDT 2025


================
@@ -91,4 +91,28 @@ LIBC_THREAD_MODE_EXTERNAL.
 #define LIBC_NO_SANITIZE_OOB_ACCESS
 #endif
 
+#if __has_attribute(lifetimebound)
+#define LIBC_LIFETIMEBOUND [[clang::lifetimebound]]
----------------
lntue wrote:

nit: I would change this to `LIBC_LIFETIME_BOUND` instead

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


More information about the libc-commits mailing list