[PATCH] D16962: clang-tidy: avoid std::bind
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 4 12:10:17 PDT 2016
aaron.ballman added inline comments.
================
Comment at: clang-tidy/readability/ReadabilityTidyModule.cpp:17
@@ -15,2 +16,2 @@
#include "ContainerSizeEmptyCheck.h"
#include "DeletedDefaultCheck.h"
----------------
I believe we use "modernize" to really mean "migrate from the old way to the new way", which this definitely fits into since I think the point to this check is to replace bind with better alternatives.
http://reviews.llvm.org/D16962
More information about the cfe-commits
mailing list