[PATCH] D158486: [clang-tidy] Ignore used special-members in modernize-use-equals-delete

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 22:32:59 PDT 2023


PiotrZSL created this revision.
PiotrZSL added reviewers: malcolm.parsons, njames93, carlosgalvezp.
Herald added a subscriber: xazax.hun.
Herald added a project: All.
PiotrZSL requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

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

Fixes: #33759


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158486

Files:
  clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
  clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/test/clang-tidy/checkers/modernize/use-equals-delete.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158486.552217.patch
Type: text/x-patch
Size: 6694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230822/7af6ddb0/attachment.bin>


More information about the cfe-commits mailing list