Modify the cppcoreguidelines-pro-type-member-init checker to ignore warnings from the move and copy-constructors when they are compiler defined with = default outside of the type declaration.
Reported as LLVM bug 36819
Differential D93333
[clang-tidy] ppcoreguidelines-pro-type-member-init: suppress warning for default member funcs cwarner-8702 on Dec 15 2020, 12:30 PM. Authored by
Details
Modify the cppcoreguidelines-pro-type-member-init checker to ignore warnings from the move and copy-constructors when they are compiler defined with = default outside of the type declaration. Reported as LLVM bug 36819
Diff Detail
Event TimelineComment Actions @malcolm.parsons Could you or someone with commit access merge this on my behalf? Author Name: Chris Warner |