[PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 5 15:18:03 PDT 2015


Eugene.Zelenko added a subscriber: Eugene.Zelenko.
Eugene.Zelenko added a comment.

Will be good idea to review checks one by one.

Checks should be named after function, not after author. If existing categories too wide, new one could be introduced, like performance (clocky-inefficient-container-insert, clocky-inefficient-operator-use, misc-inefficient-algorithm, etc.)

Most likely clocky-unique-ptr-with-new is duplicating recently introduced modernize-make-unique.


Repository:
  rL LLVM

http://reviews.llvm.org/D13444





More information about the cfe-commits mailing list