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)
llvm-svn: 326332

clang/utils/TableGen/ClangAttrEmitter.cpp

index b0d51b3..5c786f5 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";
   }