llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happy
authorJustin Bogner <mail@justinbogner.com>
Wed, 7 May 2014 16:01:27 +0000 (16:01 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 7 May 2014 16:01:27 +0000 (16:01 +0000)
commit459a8aaee2e590e54fb94708c147a9248777c899
tree1700568cc38491e2b88c0b9077afca019cb05f9d
parent6cf16a40d30b4115bf19cc7c693efddecbf0186b
llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happy

This is a followup to r208171, where a call to make_unique was
disambiguated for MSVC. Disambiguate two more calls, and remove the
comment about it since this is what we do everywhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208219 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/GCOV.cpp