[all-commits] [llvm/llvm-project] 18a031: [Sema] Fix strict ordering in overload candidate c...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Fri Nov 10 08:13:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18a0313149ea2d6134e566d9190ecede96e77afb
https://github.com/llvm/llvm-project/commit/18a0313149ea2d6134e566d9190ecede96e77afb
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCXX/overloaded-operators-display-order-crash.cpp
Log Message:
-----------
[Sema] Fix strict ordering in overload candidate comparisons
This is a follow-up to febf5c97bba7910e796041c9518fce01f31ae826 and
another instance of #64121.
The added test only fails if Clang is built with libc++ and a enabled
debug check for strict weak ordering.
More information about the All-commits
mailing list