Skip to content

Commit 81a1df4

Browse files
committed
Testing with OF_Text
1 parent d4cfd87 commit 81a1df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Frontend/FrontendAction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
312312
std::error_code ErrorCode;
313313
auto FileStream = std::make_unique<llvm::raw_fd_ostream>(
314314
DumpDeserializedDeclarationRangesPath, ErrorCode,
315-
llvm::sys::fs::OF_TextWithCRLF);
315+
llvm::sys::fs::OF_Text);
316316
if (!ErrorCode) {
317317
Consumers.push_back(std::make_unique<DeserializedDeclsSourceRangePrinter>(
318318
CI.getSourceManager(), std::move(FileStream)));

0 commit comments

Comments
 (0)