This is an archive of the discontinued LLVM Phabricator instance.

Demo fix for modernize-use-equals-default (WIP)
ClosedPublic

Authored by mehdi_amini on Dec 23 2021, 2:20 PM.

Diff Detail

Event Timeline

mehdi_amini created this revision.Dec 23 2021, 2:20 PM
mehdi_amini requested review of this revision.Dec 23 2021, 2:20 PM
Mogball accepted this revision.Dec 23 2021, 3:33 PM

Huh, so it seems this one in conjunction with error-prone-copy-constructor would make them into = default.

This revision is now accepted and ready to land.Dec 23 2021, 3:33 PM

Huh, so it seems this one in conjunction with error-prone-copy-constructor would make them into = default.

Yes, I applied them individually right now. Also you have to run clang-tidy multiple times to reach "fix point" on a file, I haven't done that right now.

Full repo run

rriddle accepted this revision.Jan 1 2022, 3:32 AM
This revision was landed with ongoing or failed builds.Jan 1 2022, 5:16 PM
This revision was automatically updated to reflect the committed changes.