From: Alexey Bataev Date: Fri, 1 Apr 2016 10:12:06 +0000 (+0000) Subject: [OPENMP] Fixed documentation category for 'declare simd' attribute, NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4d8e6ab0ae4b7bdc0a49ff9c59be4ef8708c1fe;p=clang [OPENMP] Fixed documentation category for 'declare simd' attribute, NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265127 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index ce552c3170..97fca5512e 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -1900,7 +1900,7 @@ arguments, with arbitrary offsets. } def OMPDeclareSimdDocs : Documentation { - let Category = DocCatStmt; + let Category = DocCatFunction; let Heading = "#pragma omp declare simd"; let Content = [{ The `declare simd` construct can be applied to a function to enable the creation