[PATCH] D16962: clang-tidy: avoid std::bind
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 15:00:09 PST 2016
jbcoe updated this revision to Diff 47259.
jbcoe added a comment.
Moved check to readability module.
Aside: would it be worthwhile creating a python script to move checks from one module to another?
http://reviews.llvm.org/D16962
Files:
clang-tidy/readability/AvoidStdBindCheck.cpp
clang-tidy/readability/AvoidStdBindCheck.h
clang-tidy/readability/CMakeLists.txt
clang-tidy/readability/ReadabilityTidyModule.cpp
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/readability-avoid-std-bind.rst
test/clang-tidy/readability-avoid-std-bind.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16962.47259.patch
Type: text/x-patch
Size: 12759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160208/af339356/attachment-0001.bin>
More information about the cfe-commits
mailing list