[PATCH] D48349: [ADT] Add llvm::unique_function which is like std::function but supporting move-only closures.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 17:02:14 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336156: [ADT] Add llvm::unique_function which is like std::function but (authored by chandlerc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48349?vs=153819&id=153829#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48349

Files:
  llvm/trunk/include/llvm/ADT/FunctionExtras.h
  llvm/trunk/include/llvm/Support/Compiler.h
  llvm/trunk/include/llvm/Support/PointerLikeTypeTraits.h
  llvm/trunk/unittests/ADT/CMakeLists.txt
  llvm/trunk/unittests/ADT/FunctionExtrasTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48349.153829.patch
Type: text/x-patch
Size: 21984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/73a2b803/attachment.bin>


More information about the llvm-commits mailing list