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

Piotr Padlewski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 16 01:00:15 PST 2016


Prazek added a comment.

In https://reviews.llvm.org/D27806#624675, @Eugene.Zelenko wrote:

> It may be good idea to create LLVM check which will suggest to use STLExtras.h wrappers instead of STL algorithms.


Sure, I actually didn't know about STLExtras, but anyway it would be something LLVM specific, where I want these checks to be non specific and usefull for every day use


https://reviews.llvm.org/D27806





More information about the cfe-commits mailing list