[all-commits] [llvm/llvm-project] 2af527: [clang-tidy] Add cppcoreguidelines-prefer-member-i...
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Feb 23 10:29:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2af5275f72dad18b76d4db641c3c861d76aa29be
https://github.com/llvm/llvm-project/commit/2af5275f72dad18b76d4db641c3c861d76aa29be
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M clang-tools-extra/docs/ReleaseNotes.rst
Log Message:
-----------
[clang-tidy] Add cppcoreguidelines-prefer-member-initializer to ReleaseNotes
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.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D97275
More information about the All-commits
mailing list