This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add lifetimebound attributes to clamp
ClosedPublic

Authored by philnik on Aug 18 2023, 5:41 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGb6310e65f61c: [libc++] Add lifetimebound attributes to clamp

Diff Detail

Event Timeline

philnik created this revision.Aug 18 2023, 5:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2023, 5:41 PM
philnik requested review of this revision.Aug 18 2023, 5:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2023, 5:41 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik updated this revision to Diff 554900.Aug 30 2023, 10:40 PM

Update ignore_format.txt

ldionne accepted this revision.Sep 1 2023, 8:51 AM
ldionne added a subscriber: ldionne.
ldionne added inline comments.
libcxx/include/__algorithm/clamp.h
24

_LIBCPP_HIDE_FROM_ABI while we're at it?

This revision is now accepted and ready to land.Sep 1 2023, 8:51 AM
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.