From 0d9014e8f35b4f273bbd4fa9361ae0f71cac3f6e Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 25 Jun 2014 12:48:06 +0000 Subject: Fixing the position of the supported syntax marker when generating attribute documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211692 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/ClangAttrEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/ClangAttrEmitter.cpp b/utils/TableGen/ClangAttrEmitter.cpp index bb3b67f356..7ae8b74765 100644 --- a/utils/TableGen/ClangAttrEmitter.cpp +++ b/utils/TableGen/ClangAttrEmitter.cpp @@ -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"; -- cgit v1.2.3