This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix libc++ in C++03 mode on Clang ToT
AbandonedPublic

Authored by ldionne on Jul 9 2021, 9:46 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

This is an attempt to fix libc++ in C++03 mode after http://llvm.org/D104500,
which removed implicit move as an extension in C++03.

Diff Detail

Event Timeline

ldionne created this revision.Jul 9 2021, 9:46 AM
ldionne requested review of this revision.Jul 9 2021, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2021, 9:46 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 357552.Jul 9 2021, 9:57 AM

Force the use of Clang ToT

ldionne updated this revision to Diff 357553.Jul 9 2021, 10:01 AM

CC => clang-tot instead of clang++-tot

ldionne updated this revision to Diff 357555.Jul 9 2021, 10:08 AM

Fix more instances

ldionne updated this revision to Diff 357562.Jul 9 2021, 10:17 AM

Fix more places

FWIW, IMO it's better to just wait for @mizvekov to fix trunk. There is certainly no intention of letting Clang trunk remain in this state for long, and certainly not to ship like this. So if you land D105712, at least please set a reminder to revert it in ~48 hours.

ldionne abandoned this revision.Jul 9 2021, 12:14 PM

FWIW, IMO it's better to just wait for @mizvekov to fix trunk. There is certainly no intention of letting Clang trunk remain in this state for long, and certainly not to ship like this. So if you land D105712, at least please set a reminder to revert it in ~48 hours.

Agreed.