[PATCH] D27806: [clang-tidy] Add obvious-invalid-range
Malcolm Parsons via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 11:20:42 PST 2016
malcolm.parsons added inline comments.
================
Comment at: docs/clang-tidy/checks/list.rst:68
misc-inefficient-algorithm
+ misc-invalid-range
misc-macro-parentheses
----------------
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
https://reviews.llvm.org/D27806
More information about the cfe-commits
mailing list