Skip to content
Snippets Groups Projects
Commit b4d8e6ab authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[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
parent a5cf2c90
No related branches found
No related tags found
No related merge requests found
...@@ -1900,7 +1900,7 @@ arguments, with arbitrary offsets. ...@@ -1900,7 +1900,7 @@ arguments, with arbitrary offsets.
} }
def OMPDeclareSimdDocs : Documentation { def OMPDeclareSimdDocs : Documentation {
let Category = DocCatStmt; let Category = DocCatFunction;
let Heading = "#pragma omp declare simd"; let Heading = "#pragma omp declare simd";
let Content = [{ let Content = [{
The `declare simd` construct can be applied to a function to enable the creation The `declare simd` construct can be applied to a function to enable the creation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment