[PATCH] D43870: [clang-tidy] Another batch of checks to rename from misc- to bugprone-.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 10:20:15 PST 2018


Eugene.Zelenko 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>`_
----------------
Please sort checks alphabetically. Will be also good idea to move renamed checks after new checks/modules.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43870





More information about the cfe-commits mailing list