summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-06-25 12:48:06 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-06-25 12:48:06 +0000
commit120c79f231909839d8d5e10e426c1717d58ff4b5 (patch)
tree02d28fc64717ab42852f2a5fcf74c9f1378b9982 /clang
parent1db5995d1419a5476f8f3974bdd1af20605885bc (diff)
downloadbcm5719-llvm-120c79f231909839d8d5e10e426c1717d58ff4b5.tar.gz
bcm5719-llvm-120c79f231909839d8d5e10e426c1717d58ff4b5.zip
Fixing the position of the supported syntax marker when generating attribute documentation.
llvm-svn: 211692
Diffstat (limited to 'clang')
-rw-r--r--clang/utils/TableGen/ClangAttrEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/TableGen/ClangAttrEmitter.cpp b/clang/utils/TableGen/ClangAttrEmitter.cpp
index bb3b67f356c..7ae8b74765f 100644
--- a/clang/utils/TableGen/ClangAttrEmitter.cpp
+++ b/clang/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";
OpenPOWER on IntegriCloud