[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:35:24 PST 2016


Prazek marked an inline comment as done.
Prazek added a comment.

In https://reviews.llvm.org/D27806#623838, @malcolm.parsons wrote:

> What about arguments 3 and 4 of `std::list::splice(It, list, It, It)`?


I am aware of that, but I wanted to make a bunch of simple checks to fill obvious module without taking too much time.
So does FIXIT comment satisfies you for this patch?


https://reviews.llvm.org/D27806





More information about the cfe-commits mailing list