This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Skip tests using constexpr constructors with older clang versions
ClosedPublic

Authored by arichardson on Oct 19 2020, 8:20 AM.

Details

Summary

It appears that the released version of clang that supports constexpr
destructors is clang 10 and the oldest one that accepts -std=c++2a is 5,
so mark these as UNSUPPORTED for clang-5 to clang-9.

Diff Detail

Event Timeline

arichardson created this revision.Oct 19 2020, 8:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 8:20 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
arichardson requested review of this revision.Oct 19 2020, 8:20 AM

fix typo in comment

ldionne accepted this revision.Oct 19 2020, 8:32 AM
This revision is now accepted and ready to land.Oct 19 2020, 8:32 AM