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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 05:37:43 PST 2018


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with a couple of drive-by nits that could be fixed if you wanted to.



================
Comment at: docs/clang-tidy/checks/bugprone-swapped-arguments.rst:6
+
+
+Finds potentially swapped arguments by looking at implicit conversions.
----------------
Can get rid of the extra newline while you're at it.


================
Comment at: docs/clang-tidy/checks/bugprone-undelegated-constructor.rst:6
 
 
 Finds creation of temporary objects in constructors that look like a
----------------
Same here, if you'd like.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43870





More information about the cfe-commits mailing list