From c84a8973645f32cff0883c36cc896da033471dec Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Wed, 28 Feb 2018 16:57:33 +0000 Subject: [PATCH] Test commit access: apply clang-format suggestion git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326332 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/ClangAttrEmitter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/TableGen/ClangAttrEmitter.cpp b/utils/TableGen/ClangAttrEmitter.cpp index b0d51b37ff..5c786f5341 100644 --- a/utils/TableGen/ClangAttrEmitter.cpp +++ b/utils/TableGen/ClangAttrEmitter.cpp @@ -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"; }