This is an archive of the discontinued LLVM Phabricator instance.

[clang] makes `__is_trivially_equality_comparable` available as a struct
ClosedPublic

Authored by cjdb on Apr 18 2023, 6:01 PM.

Details

Summary

Since this was originally a name in library, it needs an escape hatch
for versions of Clang that are slightly out-of-sync with libc++.

Diff Detail

Event Timeline

cjdb created this revision.Apr 18 2023, 6:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2023, 6:01 PM
cjdb requested review of this revision.Apr 18 2023, 6:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2023, 6:01 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cjdb updated this revision to Diff 514798.Apr 18 2023, 6:02 PM

uploads the right test

erichkeane accepted this revision.Apr 19 2023, 6:15 AM
This revision is now accepted and ready to land.Apr 19 2023, 6:15 AM
This revision was landed with ongoing or failed builds.Apr 19 2023, 10:16 AM
This revision was automatically updated to reflect the committed changes.