Richard Smith
1f06f41993
PR44325 (and duplicates): don't issue -Wzero-as-null-pointer-constant
...
when rewriting 'a < b' as '(a <=> b) < 0'.
It's pretty common for comparison category types to use a pointer or
pointer-to-member type as their '0' parameter.
2021-02-03 14:58:53 -08:00
Richard Smith
094e9f4779
PR47893: Synthesis of a comparison operator from an 'operator<=>'
...
inherits the SFINAEness of its enclosing context.
2020-10-18 14:15:12 -07:00
Richard Smith
b96c6b65b9
PR44786: Don't assert when profiling <=> expressions.
2020-02-04 18:30:17 -08:00
Richard Smith
d30b23d6a5
[c++2a] P0515R3: Support for overloaded operator<=>.
...
No CodeGen support for MSABI yet, we don't know how to mangle this there.
llvm-svn: 319513
2017-12-01 02:13:10 +00:00