[llvm-branch-commits] [clang] 🍒[NFC][BoundsSafety] Give `counted_by_or_null`, `sized_by`, and `sized_by_or_null` their own documentation (#212877) (PR #217720)
Dan Liew via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 21 10:19:10 PDT 2026
================
@@ -5,6 +5,15 @@ Implementation plans for ``-fbounds-safety``
.. contents::
:local:
+.. _bounds-safety-current-upstream-status:
+
+Current status of ``-fbounds-safety`` support in upstream Clang
+===============================================================
+
+.. FIXME: This is just a placeholder
----------------
delcypher wrote:
This is a deliberate note for @rapidsna. I wanted a URL to point people to for current upstreaming status but unfortunately there wasn't anything at the time so I just left this place holder where a URL could be added in the future. It's still accurate because below this it says `Not fully implemented upstream.`.
Also this is a cherry-pick PR. Any changes need to go to `main` first.
https://github.com/llvm/llvm-project/pull/217720
More information about the llvm-branch-commits
mailing list