[PATCH] D43870: [clang-tidy] Another batch of checks to rename from misc- to bugprone-.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 28 15:48:06 PST 2018
alexfh marked an inline comment as done.
alexfh added inline comments.
================
Comment at: docs/ReleaseNotes.rst:60
+- The 'misc-undelegated-constructor' check was renamed to `bugprone-undelegated-constructor
+ <http://clang.llvm.org/extra/clang-tidy/checks/bugprone-undelegated-constructor.html>`_
----------------
Eugene.Zelenko wrote:
> Please sort checks alphabetically. Will be also good idea to move renamed checks after new checks/modules.
I've sorted the entries manually. I hope I can change the rename_check.py script to insert new notes into the right place in the list.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43870
More information about the cfe-commits
mailing list