From 1d5ae1026e831016fc29fd927877c86af904481f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:51:42 +0000 Subject: Vendor import of stripped llvm trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/llvm/trunk@375505 --- lib/Support/JSON.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Support/JSON.cpp') diff --git a/lib/Support/JSON.cpp b/lib/Support/JSON.cpp index 95e5ed6542771..16b1d11efd085 100644 --- a/lib/Support/JSON.cpp +++ b/lib/Support/JSON.cpp @@ -502,7 +502,7 @@ bool Parser::parseError(const char *Msg) { } } Err.emplace( - llvm::make_unique(Msg, Line, P - StartOfLine, P - Start)); + std::make_unique(Msg, Line, P - StartOfLine, P - Start)); return false; } } // namespace -- cgit v1.3