This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Exclude delegate constructors in cppcoreguidelines-prefer-member-initializer
ClosedPublic

Authored by PiotrZSL on Aug 6 2023, 2:35 PM.

Details

Summary

As proposed by check fix would result in compilation error,
lets exclude delegate constructors from being checked.

Fixes: #52818

Diff Detail

Event Timeline

PiotrZSL created this revision.Aug 6 2023, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2023, 2:35 PM
PiotrZSL requested review of this revision.Aug 6 2023, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2023, 2:35 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ccotter accepted this revision.Aug 6 2023, 8:27 PM
This revision is now accepted and ready to land.Aug 6 2023, 8:27 PM