Codemod folly::make_unique to std::make_unique
authorChristopher Dykes <cdykes@fb.com>
Tue, 9 May 2017 01:16:18 +0000 (18:16 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 9 May 2017 01:20:21 +0000 (18:20 -0700)
commitf34acf2cbdfd496b88611f725852f774290ef234
treedb0154cad286461f124ae88683c024422ac0dce3
parentfea92be9924a6470a9958a77e7b634c2c2ffbe5b
Codemod folly::make_unique to std::make_unique

Summary: There are still some upstream references to `folly::make_unique` that need to be removed before it can be full killed, but this gets it most of the way there.

Reviewed By: yfeldblum

Differential Revision: D5024310

fbshipit-source-id: 6cfe8ea93662be18bb55588c8200dec72946e205
42 files changed:
folly/AtomicLinkedList.h
folly/Try-inl.h
folly/Try.h
folly/experimental/TestUtil.cpp
folly/experimental/test/FutureDAGTest.cpp
folly/experimental/test/ReadMostlySharedPtrBenchmark.cpp
folly/experimental/test/ReadMostlySharedPtrTest.cpp
folly/experimental/test/TestUtilTest.cpp
folly/fibers/FiberManager.cpp
folly/fibers/FiberManagerInternal-inl.h
folly/fibers/FiberManagerInternal.h
folly/fibers/GuardPageAllocator.cpp
folly/fibers/TimeoutController.cpp
folly/fibers/test/FibersBenchmark.cpp
folly/fibers/test/FibersTest.cpp
folly/fibers/test/FibersTestApp.cpp
folly/futures/Future-inl.h
folly/futures/detail/Core.h
folly/futures/test/FilterTest.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/NonCopyableLambdaTest.cpp
folly/futures/test/PromiseTest.cpp
folly/futures/test/ViaTest.cpp
folly/gen/test/BaseTest.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSocket.cpp
folly/io/async/EventBase.cpp
folly/io/async/HHWheelTimer.cpp
folly/io/async/TimeoutManager.cpp
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/AsyncUDPSocketTest.cpp
folly/io/async/test/EventBaseTest.cpp
folly/io/async/test/RequestContextTest.cpp
folly/io/async/test/SSLSessionTest.cpp
folly/io/async/test/ScopedBoundPort.cpp
folly/ssl/SSLSession.h
folly/test/AHMIntStressTest.cpp
folly/test/FunctionTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/TryTest.cpp