This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Mark LWG2994 as complete and remove Clang from the version
ClosedPublic

Authored by philnik on Jul 3 2023, 10:57 AM.

Details

Diff Detail

Event Timeline

philnik created this revision.Jul 3 2023, 10:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2023, 10:57 AM
philnik requested review of this revision.Jul 3 2023, 10:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2023, 10:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik updated this revision to Diff 536846.Jul 3 2023, 10:59 AM

string_view added it in LLVM 5

ldionne accepted this revision.Jul 3 2023, 12:56 PM
ldionne added a subscriber: ldionne.

Do we have a test? If not, let's add one, otherwise LGTM

This revision is now accepted and ready to land.Jul 3 2023, 12:56 PM

Do we have a test? If not, let's add one, otherwise LGTM

We do. It's libcxx/test/std/strings/basic.string/traits_mismatch.verify.cpp.