[PATCH] D16962: clang-tidy: avoid std::bind

Jonathan B Coe via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 7 06:40:35 PST 2016


jbcoe created this revision.
jbcoe added reviewers: aaron.ballman, alexfh, djasper.
jbcoe added a subscriber: cfe-commits.
jbcoe set the repository for this revision to rL LLVM.

Replace std::bind with a lambda.

Not yet working for member functions.

Repository:
  rL LLVM

http://reviews.llvm.org/D16962

Files:
  clang-tidy/misc/AvoidStdBindCheck.cpp
  clang-tidy/misc/AvoidStdBindCheck.h
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-avoid-std-bind.rst
  test/clang-tidy/misc-avoid-std-bind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16962.47129.patch
Type: text/x-patch
Size: 11624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160207/c8aa4d70/attachment.bin>


More information about the cfe-commits mailing list