This is an archive of the discontinued LLVM Phabricator instance.

Updated the XFAIL comment in variant tests.
ClosedPublic

Authored by mpark on Feb 28 2017, 5:12 PM.

Details

Summary

ConstexprTestTypes::NoCtors is an aggregate type (and consequently a literal type) in C++17,
but not in C++14 since it has a base class. This patch updates the comment to accurately describe the reason for the XFAIL.

Event Timeline

mpark created this revision.Feb 28 2017, 5:12 PM
mpark edited the summary of this revision. (Show Details)Feb 28 2017, 5:12 PM
EricWF accepted this revision.Feb 28 2017, 5:13 PM
This revision is now accepted and ready to land.Feb 28 2017, 5:13 PM
This revision was automatically updated to reflect the committed changes.