mirror of https://github.com/microsoft/clang.git
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:
parent
163901b2a2
commit
c84a897364
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue