From ce060c81a7ee42f6fcea047b9fc657d5837d9d59 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Fri, 21 Jul 2017 20:32:22 +0000 Subject: [PATCH] Fix tblgen error Add Heading string to attribute documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308777 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/AttrDocs.td | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 06b89f1dc6..96f7c45057 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -1346,6 +1346,7 @@ as ``-mlong-calls`` and ``-mno-long-calls``. def MipsShortCallStyleDocs : Documentation { let Category = DocCatFunction; + let Heading = "short_call (gnu::short_call, gnu::near)"; let Content = [{ Clang supports the ``__attribute__((long_call))``, ``__attribute__((far))``, ``__attribute__((short__call))``, and ``__attribute__((near))`` attributes -- 2.50.1