This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add cppcoreguidelines-prefer-member-initializer to ReleaseNotes
ClosedPublic

Authored by njames93 on Feb 23 2021, 5:12 AM.

Details

Summary

Following a discussion about the current state of this check on the 12.X branch, it was decided to purge the check as it wasn't in a fit to release state, see https://llvm.org/PR49318.
This check has since had some of those issues addressed and should be good for the next release cycle now, pending any more bug reports about it.

Diff Detail

Event Timeline

njames93 created this revision.Feb 23 2021, 5:12 AM
njames93 requested review of this revision.Feb 23 2021, 5:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2021, 5:12 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Feb 23 2021, 5:45 AM

LGTM, thank you!

This revision is now accepted and ready to land.Feb 23 2021, 5:45 AM