From 23f101f37937a1bd4a29726cab2f76e0fb038b35 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 23 Jun 2019 21:36:31 +0000 Subject: Import LLVM 8.0.0 release including clang, lld and lldb. --- gnu/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp') diff --git a/gnu/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp b/gnu/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp index c3ce7ce2b74..2d4c40f8b9f 100644 --- a/gnu/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp +++ b/gnu/llvm/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp @@ -32,7 +32,7 @@ using namespace llvm::opt; /// argument vector. std::unique_ptr clang::createInvocationFromCommandLine( ArrayRef ArgList, IntrusiveRefCntPtr Diags, - IntrusiveRefCntPtr VFS) { + IntrusiveRefCntPtr VFS) { if (!Diags.get()) { // No diagnostics engine was provided, so create our own diagnostics object // with the default options. -- cgit v1.2.3-59-g8ed1b