[PATCH] D43867: Rename a few checks from misc- to bugprone-.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 28 05:10:18 PST 2018
alexfh added a comment.
In https://reviews.llvm.org/D43867#1021956, @aaron.ballman wrote:
> When we do this sort of move, do we want to keep the check under its old name for a deprecation period so that we are less likely to break automated scripts and whatnot?
I haven't done this for the previous ~15-20 moves. And I'm afraid this would be a rather significant complication of the whole process which I'm not sure how to automate. I hope, the release notes we provide should make the changes transparent enough for everyone who cares. Or do you have any evidence of these renames being actively harmful or at least significantly annoying?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43867
More information about the cfe-commits
mailing list