]> granicus.if.org Git - clang/commitdiff
Fixing the position of the supported syntax marker when generating attribute document...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 25 Jun 2014 12:48:06 +0000 (12:48 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 25 Jun 2014 12:48:06 +0000 (12:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211692 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ClangAttrEmitter.cpp

index bb3b67f356c628dee33e65ddfc1eade7edcd02d4..7ae8b74765f3d48c5ffc4239a771a92b04059279 100644 (file)
@@ -2766,7 +2766,7 @@ static void WriteDocumentation(const DocumentationData &Doc,
   if (SupportedSpellings & Declspec) OS << "X";
   OS << "\",\"";
   if (SupportedSpellings & Keyword) OS << "X";
-  OS << "\"\n\n";
+  OS << "\", \"";
   if (SupportedSpellings & Pragma) OS << "X";
   OS << "\"\n\n";