[clang-tidy] Fix false positive in `readability-named-parameter` for defaulted out...
authorAMS21 <AMS21.github@gmail.com>
Tue, 13 Jun 2023 17:58:16 +0000 (17:58 +0000)
committerPiotr Zegar <me@piotrzegar.pl>
Tue, 13 Jun 2023 18:13:52 +0000 (18:13 +0000)
commit92420f4aefbef49c3eccaf678bc23713a59e5eab
tree5e3da068b6a36c667ba9fc59895d602bd43712a9
parentf94c7ffe46400559740e7f81d7c60d8c0fe7df82
[clang-tidy] Fix false positive in `readability-named-parameter` for defaulted out-of-line special member functions

This fixes llvm#63056

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D152825
clang-tools-extra/clang-tidy/readability/NamedParameterCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/readability/named-parameter.cpp