From b773203fb58f3ef282fb69c832d8710cab5bc82d Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 27 Jan 2019 16:42:12 +0000 Subject: Import LLVM 7.0.1 release including clang, lld and lldb. --- gnu/llvm/lib/Support/BinaryStreamRef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/llvm/lib/Support/BinaryStreamRef.cpp') diff --git a/gnu/llvm/lib/Support/BinaryStreamRef.cpp b/gnu/llvm/lib/Support/BinaryStreamRef.cpp index 60a03fe9930..bdc0f54bf25 100644 --- a/gnu/llvm/lib/Support/BinaryStreamRef.cpp +++ b/gnu/llvm/lib/Support/BinaryStreamRef.cpp @@ -127,5 +127,5 @@ WritableBinaryStreamRef::operator BinaryStreamRef() const { return BinaryStreamRef(*BorrowedImpl, ViewOffset, Length); } -/// \brief For buffered streams, commits changes to the backing store. +/// For buffered streams, commits changes to the backing store. Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } -- cgit v1.2.3-59-g8ed1b