This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add test coverage for std::shared_ptr<const T>
ClosedPublic

Authored by ldionne on Mar 9 2022, 2:08 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG6b9e0af8db2a: [libc++] Add test coverage for std::shared_ptr<const T>
Summary

Those tests were extracted from D120996.

Diff Detail

Event Timeline

ldionne created this revision.Mar 9 2022, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 2:08 PM
ldionne requested review of this revision.Mar 9 2022, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 2:08 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 9 2022, 2:08 PM

Will ship if CI passes.

This revision is now accepted and ready to land.Mar 9 2022, 2:08 PM
This revision was automatically updated to reflect the committed changes.