Special members marked as used, or with out-of-line
definition should not raise an warning now.
Fixes: #33759
Paths
| Differential D158486
[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 Fixes: #33759
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 3 2023, 7:03 AM Closed by commit rG208fa9acc0ff: [clang-tidy] Ignore used special-members in modernize-use-equals-delete (authored by PiotrZSL). · Explain WhySep 3 2023, 10:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552217 clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/modernize/use-equals-delete.cpp
|