Skip to content

Commit

Permalink
[OPENMP] Fixed documentation category for 'declare simd' attribute, NFC.
Browse files Browse the repository at this point in the history
llvm-svn: 265127
  • Loading branch information
alexey-bataev committed Apr 1, 2016
1 parent 22f24f6 commit d51775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/AttrDocs.td
Expand Up @@ -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
Expand Down

0 comments on commit d51775b

Please sign in to comment.