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++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148677
[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
Diff Detail
Event TimelineThis 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 Closed by commit rG33e21610f9cd: [clang] makes `__is_trivially_equality_comparable` available as a struct (authored by cjdb). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515010 clang/lib/Parse/ParseDeclCXX.cpp
clang/test/SemaCXX/libcxx_is_trivially_equality_comparable_hack.cpp
|