This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Use addressof to fix debug tests.
ClosedPublic

Authored by Mordante on Oct 11 2021, 10:47 AM.

Details

Reviewers
ldionne
Quuxplusone
Group Reviewers
Restricted Project
Commits
rG968e27397caa: [libc++] Use addressof to fix debug tests.
Summary

Fixes the tests added in D110852 for the debug iterators.

Similar issues with hijacking operator& still exist, they will be
addressed separately.

Diff Detail

Event Timeline

Mordante requested review of this revision.Oct 11 2021, 10:47 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 10:47 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 11 2021, 10:52 AM
ldionne added a subscriber: ldionne.

LGTM pending CI!

This revision is now accepted and ready to land.Oct 11 2021, 10:52 AM
Quuxplusone accepted this revision.Oct 11 2021, 11:05 AM
Mordante updated this revision to Diff 379045.Oct 12 2021, 8:15 AM

Fix the CI.

This revision was automatically updated to reflect the committed changes.