[PATCH] D77572: [clang-tidy] add new check readability-use-anyofallof
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 03:48:19 PDT 2020
mgehre updated this revision to Diff 268120.
mgehre added a comment.
Implemented njames93's comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77572/new/
https://reviews.llvm.org/D77572
Files:
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp
clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/readability-use-anyofallof.rst
clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof-cpp20.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77572.268120.patch
Type: text/x-patch
Size: 13402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200603/4a53ce33/attachment-0001.bin>
More information about the cfe-commits
mailing list