]> granicus.if.org Git - llvm/commit
Use llvm::make_unique once more to avoid ADL ambiguity with std::make_unique
authorReid Kleckner <rnk@google.com>
Wed, 19 Jul 2017 23:42:53 +0000 (23:42 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 19 Jul 2017 23:42:53 +0000 (23:42 +0000)
commit318a52d6bf85d2eac6151ca1616a79898040f315
tree18844c4d22ab68b2c79bbb8b47b5980a9fef9507
parent4d1e86340c83863385d7844d3289505dbf4f5d6c
Use llvm::make_unique once more to avoid ADL ambiguity with std::make_unique

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308552 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFContext.cpp