]> granicus.if.org Git - clang/commitdiff
Test commit access: apply clang-format suggestion
authorJoel E. Denny <dennyje@ornl.gov>
Wed, 28 Feb 2018 16:57:33 +0000 (16:57 +0000)
committerJoel E. Denny <dennyje@ornl.gov>
Wed, 28 Feb 2018 16:57:33 +0000 (16:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326332 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ClangAttrEmitter.cpp

index b0d51b37ff45887a23dd6cbd064fc0ae74a2ffa7..5c786f53418bf7b6cefe156df0ac619670983181 100644 (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";
   }