From 3fc649cb76f56da0ded256048de6dc634f03b502 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Sat, 23 Sep 2017 01:03:17 +0000 Subject: [Support] Rename tool_output_file to ToolOutputFile, NFC This class isn't similar to anything from the STL, so it shouldn't use the STL naming conventions. llvm-svn: 314050 --- llvm/lib/Object/ArchiveWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Object/ArchiveWriter.cpp') diff --git a/llvm/lib/Object/ArchiveWriter.cpp b/llvm/lib/Object/ArchiveWriter.cpp index 19a46c01c59..b36b256d446 100644 --- a/llvm/lib/Object/ArchiveWriter.cpp +++ b/llvm/lib/Object/ArchiveWriter.cpp @@ -394,7 +394,7 @@ Error llvm::writeArchive(StringRef ArcName, TmpArchiveFD, TmpArchive)) return errorCodeToError(EC); - tool_output_file Output(TmpArchive, TmpArchiveFD); + ToolOutputFile Output(TmpArchive, TmpArchiveFD); raw_fd_ostream &Out = Output.os(); if (Thin) Out << "!\n"; -- cgit v1.2.3