From 0fcb580bb101bbf701bb22c61a9531e809cc8e3b Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Thu, 9 Nov 2017 13:19:14 +0000 Subject: [PATCH] [clang-format] Fix argument name comment, NFC llvm-svn: 317783 --- clang/lib/Format/ContinuationIndenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Format/ContinuationIndenter.cpp b/clang/lib/Format/ContinuationIndenter.cpp index 4f624dd..6797ca2 100644 --- a/clang/lib/Format/ContinuationIndenter.cpp +++ b/clang/lib/Format/ContinuationIndenter.cpp @@ -1324,7 +1324,7 @@ unsigned ContinuationIndenter::reformatRawStringLiteral( std::pair Fixes = internal::reformat( RawStringStyle, RawText, {tooling::Range(0, RawText.size())}, FirstStartColumn, NextStartColumn, LastStartColumn, "", - /*FormattingAttemptStatus=*/nullptr); + /*Status=*/nullptr); auto NewCode = applyAllReplacements(RawText, Fixes.first); tooling::Replacements NoFixes; -- 2.7.4