]> granicus.if.org Git - clang/commitdiff
[OPENMP] Fixed documentation category for 'declare simd' attribute, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 1 Apr 2016 10:12:06 +0000 (10:12 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 1 Apr 2016 10:12:06 +0000 (10:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265127 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index ce552c3170961b08fdd8edd682d123ac1fb4a30d..97fca5512e632b3cc8670babbbff6059a3bc841e 100644 (file)
@@ -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