[PATCH] D77572: [clang-tidy] add new check readability-use-anyofallof
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 10 15:04:38 PDT 2020
njames93 added a comment.
Right now it would be a great candidate for this - http://lists.llvm.org/pipermail/cfe-dev/2020-March/064980.html, however in its current state I wouldn't say its ready to get the green light right now.
No point worrying about the fix-its yet, but when it is time, could add options for `RangeAllOfName`, `RangeAnyOfName`, `RangeNoneOfName`, `AlgorithmHeader`.
Gonna throw it out there that generating that templated lambda automatically... just don't :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77572/new/
https://reviews.llvm.org/D77572
More information about the cfe-commits
mailing list