This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Enables constexpr string tests.
ClosedPublic

Authored by Mordante on Jun 30 2023, 8:41 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG0fa67d44e0ab: [libc++] Enables constexpr string tests.
Summary

These tests were disabled during constant evaluation in D90569. At that
time constexpr string was not implemented. It now is.

Diff Detail

Event Timeline

Mordante created this revision.Jun 30 2023, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 8:41 AM
Mordante requested review of this revision.Jun 30 2023, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 8:41 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Jun 30 2023, 9:41 AM
This revision is now accepted and ready to land.Jun 30 2023, 9:41 AM
This revision was automatically updated to reflect the committed changes.