[PATCH] D27806: [clang-tidy] Add obvious-invalid-range

Piotr Padlewski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 11:28:00 PST 2016


Prazek added inline comments.


================
Comment at: docs/clang-tidy/checks/list.rst:68
    misc-inefficient-algorithm
+   misc-invalid-range
    misc-macro-parentheses
----------------
malcolm.parsons wrote:
> Prazek wrote:
> > malcolm.parsons wrote:
> > > misc.
> > > add_new_check.py can fix it.
> > How? I added new check with this script, but unfortunatelly rename_check doesn't move check from module to module, so I have to make all the changes by hand.
> add_new_check.py --update-docs
Didn't know about it, cool


https://reviews.llvm.org/D27806





More information about the cfe-commits mailing list