[ADT] Remove llvm::make_unique utility.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 16 Aug 2019 17:19:57 +0000 (17:19 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 16 Aug 2019 17:19:57 +0000 (17:19 +0000)
commit7e106445efddf4bc2f4c2cb0c798f51c6773def0
tree5ade72cc9cfc3ab292ff7402fc9d810e51ad0900
parentea0ace75e03466d3ee32433828ecb8a780cb5925
[ADT] Remove llvm::make_unique utility.

All uses of llvm::make_unique should have been replaced with
std::make_unique. This patch represents the last part of the migration
and removes the utility from LLVM.

Differential revision: https://reviews.llvm.org/D66259

llvm-svn: 369130
llvm/include/llvm/ADT/STLExtras.h
llvm/unittests/ADT/IteratorTest.cpp