Modernize use of std::make_unique
authorChristopher Dykes <cdykes@fb.com>
Mon, 23 Oct 2017 18:49:39 +0000 (11:49 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 23 Oct 2017 19:18:19 +0000 (12:18 -0700)
commit5bb0e1da38dd1c5c9ef4619da8aad99ccfd30cf2
tree6f443e80746100d04d38310d361d28828e582dbb
parenta9ade34fda9818c12b6aa0a187f1d6d0988ee905
Modernize use of std::make_unique

Summary: Via the clang-tidy check modernize-make-unique.

Reviewed By: yfeldblum

Differential Revision: D6107790

fbshipit-source-id: 1cf186feae511cbd91f44893059737a85778b6cf
28 files changed:
folly/Benchmark.cpp
folly/ConcurrentSkipList-inl.h
folly/executors/test/AsyncTest.cpp
folly/executors/test/ThreadPoolExecutorTest.cpp
folly/futures/test/ContextTest.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/PromiseTest.cpp
folly/futures/test/SemiFutureTest.cpp
folly/gen/test/BaseTest.cpp
folly/gen/test/ParallelTest.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/EventBase.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/EventBaseTest.cpp
folly/io/async/test/SSLSessionTest.cpp
folly/ssl/detail/OpenSSLThreading.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/AtomicUnorderedMapTest.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ExpectedTest.cpp
folly/test/FBVectorTest.cpp
folly/test/MoveWrapperTest.cpp
folly/test/OptionalTest.cpp
folly/test/ThreadCachedIntTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/small_vector_test.cpp
folly/test/sorted_vector_test.cpp