Fixes #63656
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154778
[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.
Details Summary Fixes #63656
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 9 2023, 2:43 AM This revision was landed with ongoing or failed builds.Jul 10 2023, 11:09 AM Closed by commit rGc6b4433a0f20: [clang] Fix __is_trivially_equality_comparable for classes which contain arrays… (authored by philnik). · Explain Why This revision was automatically updated to reflect the committed changes. philnik marked an inline comment as done.
Revision Contents
Diff 538742 clang/lib/AST/Type.cpp
clang/test/SemaCXX/type-traits.cpp
|