[all-commits] [llvm/llvm-project] 094e9f: PR47893: Synthesis of a comparison operator from a...
Richard Smith via All-commits
all-commits at lists.llvm.org
Sun Oct 18 14:16:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 094e9f4779eb9b5c6a49014f2f80b8cbb833572f
https://github.com/llvm/llvm-project/commit/094e9f4779eb9b5c6a49014f2f80b8cbb833572f
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-10-18 (Sun, 18 Oct 2020)
Changed paths:
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/test/SemaCXX/cxx2a-three-way-comparison.cpp
Log Message:
-----------
PR47893: Synthesis of a comparison operator from an 'operator<=>'
inherits the SFINAEness of its enclosing context.
More information about the All-commits
mailing list