This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix false positive in `readability-named-parameter` for defaulted out-of-line special member functions
ClosedPublic

Authored by AMS21 on Jun 13 2023, 9:12 AM.

Diff Detail

Event Timeline

AMS21 created this revision.Jun 13 2023, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 9:12 AM
Herald added a subscriber: xazax.hun. · View Herald Transcript
AMS21 requested review of this revision.Jun 13 2023, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 9:12 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
AMS21 retitled this revision from [clang-tidy] Fix false positive in `readability-named-parameter` for defaulted out-of-line special member functions This fixes llvm#63056 to [clang-tidy] Fix false positive in `readability-named-parameter` for defaulted out-of-line special member functions.Jun 13 2023, 9:15 AM
AMS21 edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 13 2023, 10:22 AM

Great, would someone be so kind and push this on my behalf :)