From: Krasimir Georgiev Date: Thu, 9 Nov 2017 13:19:14 +0000 (+0000) Subject: [clang-format] Fix argument name comment, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dd90c417b71d62b9057df6687269fbad20f0d40;p=clang [clang-format] Fix argument name comment, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/ContinuationIndenter.cpp b/lib/Format/ContinuationIndenter.cpp index 4f624dd2fb..6797ca2259 100644 --- a/lib/Format/ContinuationIndenter.cpp +++ b/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;