This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by rsmith on Mar 22 2021, 2:49 PM.

Diff Detail

Event Timeline

rsmith created this revision.Mar 22 2021, 2:49 PM
rsmith requested review of this revision.Mar 22 2021, 2:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 2:49 PM
dblaikie accepted this revision.Mar 22 2021, 2:53 PM
dblaikie added inline comments.
clang/include/clang/Basic/AttrDocs.td
3032–3033

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)

This revision is now accepted and ready to land.Mar 22 2021, 2:53 PM
This revision was landed with ongoing or failed builds.Mar 22 2021, 3:04 PM
This revision was automatically updated to reflect the committed changes.
rsmith added inline comments.Mar 22 2021, 3:05 PM
clang/include/clang/Basic/AttrDocs.td
3032–3033

Yes, that's the intent. Thanks for the review!