[all-commits] [llvm/llvm-project] 33e216: [clang] makes `__is_trivially_equality_comparable`...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Wed Apr 19 10:17:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33e21610f9cd40e991b7cac107ba190678970f81
https://github.com/llvm/llvm-project/commit/33e21610f9cd40e991b7cac107ba190678970f81
Author: Christopher Di Bella <cjdb at google.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M clang/lib/Parse/ParseDeclCXX.cpp
A clang/test/SemaCXX/libcxx_is_trivially_equality_comparable_hack.cpp
Log Message:
-----------
[clang] makes `__is_trivially_equality_comparable` available as a struct
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++.
Differential Revision: https://reviews.llvm.org/D148677
More information about the All-commits
mailing list