Piotr Zegar 7a4b12e39b
[clang-tidy] Exclude delegate constructors in cppcoreguidelines-prefer-member-initializer
As proposed by check fix would result in compilation error,
lets exclude delegate constructors from being checked.

Fixes: #52818

Reviewed By: ccotter

Differential Revision: https://reviews.llvm.org/D157242
2023-08-07 06:08:39 +00:00
..