This is an archive of the discontinued LLVM Phabricator instance.

[clang] Fix __is_trivially_equality_comparable for classes which contain arrays of non-trivially equality comparable types
ClosedPublic

Authored by philnik on Jul 8 2023, 3:45 PM.

Diff Detail

Event Timeline

philnik created this revision.Jul 8 2023, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2023, 3:45 PM
philnik requested review of this revision.Jul 8 2023, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2023, 3:45 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin accepted this revision.Jul 9 2023, 2:43 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 9 2023, 2:43 AM
tbaeder added a subscriber: tbaeder.Jul 9 2023, 4:18 AM
tbaeder added inline comments.
clang/lib/AST/Type.cpp
2676
This revision was landed with ongoing or failed builds.Jul 10 2023, 11:09 AM
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.