[PATCH] D27806: [clang-tidy] Add obvious-invalid-range
Piotr Padlewski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 09:30:47 PST 2016
Prazek marked 3 inline comments as done.
Prazek added inline comments.
================
Comment at: docs/ReleaseNotes.rst:84
+- New `misc-invalid-range
+ <http://clang.llvm.org/extra/clang-tidy/checks/misc-invalid-range.html>`_ check
----------------
malcolm.parsons wrote:
> Prazek wrote:
> > malcolm.parsons wrote:
> > > "invalid" < "use"
> > You mean to change "invalid" to "use"?
> > It is not about using range, it is about finding broken range.
> The release notes should be in alphabetical order.
oh sure, fixed that.
https://reviews.llvm.org/D27806
More information about the cfe-commits
mailing list