[all-commits] [llvm/llvm-project] 208fa9: [clang-tidy] Ignore used special-members in modern...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Sun Sep 3 10:48:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 208fa9acc0ffe5a460bcd504229c24a8d3f87180
https://github.com/llvm/llvm-project/commit/208fa9acc0ffe5a460bcd504229c24a8d3f87180
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-09-03 (Sun, 03 Sep 2023)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-equals-delete.cpp
Log Message:
-----------
[clang-tidy] Ignore used special-members in modernize-use-equals-delete
Special members marked as used, or with out-of-line
definition should not raise an warning now.
Fixes: #33759
Reviewed By: carlosgalvezp
Differential Revision: https://reviews.llvm.org/D158486
More information about the All-commits
mailing list