[all-commits] [llvm/llvm-project] c6b443: [clang] Fix __is_trivially_equality_comparable for...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Jul 10 11:09:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6b4433a0f20c5ebbd72cee8fd0dcfdb429e619c
https://github.com/llvm/llvm-project/commit/c6b4433a0f20c5ebbd72cee8fd0dcfdb429e619c
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M clang/lib/AST/Type.cpp
M clang/test/SemaCXX/type-traits.cpp
Log Message:
-----------
[clang] Fix __is_trivially_equality_comparable for classes which contain arrays of non-trivially equality comparable types
Fixes #63656
Reviewed By: cor3ntin
Spies: tbaeder, cfe-commits
Differential Revision: https://reviews.llvm.org/D154778
More information about the All-commits
mailing list