[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)
llvm-svn: 265127

clang/include/clang/Basic/AttrDocs.td

index ce552c3..97fca55 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