[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
Thu Jun 21 01:47:12 PDT 2018


chandlerc updated this revision to Diff 152239.
chandlerc added a comment.

Actually include some of the new tests and fix minor bugs they found.


Repository:
  rL LLVM

https://reviews.llvm.org/D48349

Files:
  llvm/include/llvm/ADT/function.h
  llvm/include/llvm/Support/Compiler.h
  llvm/include/llvm/Support/PointerLikeTypeTraits.h
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/FunctionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48349.152239.patch
Type: text/x-patch
Size: 17056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180621/f345b01b/attachment.bin>


More information about the llvm-commits mailing list