[PATCH] D99117: Attempt to further improve the documentation for the [[clang::lifetimebound]] attribute.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 22 14:53:27 PDT 2021


dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:3038-3039
+is considered to refer to its underlying array, and aggregates (arrays and
+simple ``struct``s) are considered to refer to all objects that their
+subobjects refer to.
+
----------------
I take it this is the recursive definition that addresses my question? Sounds good to me. (could make that more explicit if you like, but I don't feel too strongly either way)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99117/new/

https://reviews.llvm.org/D99117



More information about the cfe-commits mailing list