]> granicus.if.org Git - llvm/commit
[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)
commitdc1406d2325692c337daba05629419be4b879259
tree9f8cc9e53c517edc25c2177d6725f11e0c268ad2
parentf943e8092c366f32681d5b27c8a0dc8de78d20c7
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369130 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h
unittests/ADT/IteratorTest.cpp