[PATCH] D151623: [clang] Extend __is_trivially_equality_comparable to check for hidden friends
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 07:15:24 PDT 2023
erichkeane added a comment.
Is this a builtin that is supposed to model something in the standard? It isn't clear to me how this one is supposed to work.
================
Comment at: clang/test/SemaCXX/type-traits.cpp:3439
+
#endif // __cplusplus >= 202002L
};
----------------
Is there a reason these tests need to be c++20 only?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151623/new/
https://reviews.llvm.org/D151623
More information about the cfe-commits
mailing list