This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Ignore used special-members in modernize-use-equals-delete
ClosedPublic

Authored by PiotrZSL on Aug 21 2023, 10:32 PM.

Details

Summary

Special members marked as used, or with out-of-line
definition should not raise an warning now.

Fixes: #33759

Diff Detail

Event Timeline

PiotrZSL created this revision.Aug 21 2023, 10:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 10:32 PM
Herald added a subscriber: xazax.hun. · View Herald Transcript
PiotrZSL requested review of this revision.Aug 21 2023, 10:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 10:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
carlosgalvezp accepted this revision.Sep 3 2023, 7:03 AM

LGTM, thanks for fixing!

This revision is now accepted and ready to land.Sep 3 2023, 7:03 AM