rsmith added a comment.
An equivalent patch was landed as llvmorg-11-init-2132-gb96c6b65b93 to fix
PR44786. Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73637/new/
https://reviews.llvm.org/D73637
___
cfe-commits mailing list
cfe-c
sberg added a comment.
ping^2
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73637/new/
https://reviews.llvm.org/D73637
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
sberg added a comment.
ping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73637/new/
https://reviews.llvm.org/D73637
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
sberg updated this revision to Diff 241485.
sberg added a comment.
Minimal reproducer is
template struct S;
template void operator <=>(S, S);
template void f(T x) { decltype(x <=> x) v; }
Added a corresponding test to clang/test/SemaCXX/cxx2a-three-way-comparison.cpp.
CHANGES SINCE LAST
sberg created this revision.
sberg added reviewers: rsmith, EricWF.
sberg added a project: clang.
Herald added a subscriber: cfe-commits.
This seems to be a leftover from d30b23d6a54b3f0883914f3c2c2318a78edcbe67
"[c++2a] P0515R3: Support for overloaded operator<=>." (The corresponding
llvm_unre