[all-commits] [llvm/llvm-project] dbd112: Stop checking whether std::strong_* has ::equivale...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Dec 6 11:35:54 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dbd112972416f48f7e5b117e7a14b6e4b4d38146
https://github.com/llvm/llvm-project/commit/dbd112972416f48f7e5b117e7a14b6e4b4d38146
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M clang/lib/AST/ComparisonCategories.cpp
M clang/test/SemaCXX/std-compare-cxx2a.cpp
Log Message:
-----------
Stop checking whether std::strong_* has ::equivalent members.
Any attempt to use these would be a bug, so we shouldn't even look for
them.
More information about the All-commits
mailing list