Test commit access: apply clang-format suggestion

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326332 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Joel E. Denny 2018-02-28 16:57:33 +00:00
parent 163901b2a2
commit c84a897364
1 changed files with 2 additions and 2 deletions

View File

@ -3823,8 +3823,8 @@ static void WriteDocumentation(RecordKeeper &Records,
const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
const StringRef Replacement = Deprecated.getValueAsString("Replacement");
if (!Replacement.empty())
OS << " This attribute has been superseded by ``"
<< Replacement << "``.";
OS << " This attribute has been superseded by ``" << Replacement
<< "``.";
OS << "\n\n";
}