This is an archive of the discontinued LLVM Phabricator instance.

[PATCH] [clang] p2085 out-of-class comparison operator defaulting
AbandonedPublic

Authored by urnathan on Dec 16 2021, 12:02 PM.

Details

Summary

In committing D104478 (commit 5fbe21a7748f91adbd1b16c95bbfe180642320a3) I messed up. Some parts of the diff,were omitted as I got confused about which of my trees was which. Significantly the out-of-class checking of parameter types was dropped (and an unneeded type setting).

Sorry about that.

Diff Detail

Unit TestsFailed

Event Timeline

urnathan requested review of this revision.Dec 16 2021, 12:02 PM
urnathan created this revision.
urnathan edited the summary of this revision. (Show Details)
urnathan added a reviewer: mizvekov.
urnathan abandoned this revision.Dec 20 2021, 6:33 AM

Ah, phabricator copes with mutiple commits per diff

This revision was landed with ongoing or failed builds.Dec 20 2021, 8:48 AM