diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2014-03-06 12:27:56 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2014-03-06 12:27:56 +0000 |
commit | d4dbdf54387cdfc4f4134c98f39479742a246d73 (patch) | |
tree | 0504e0379565066f41d5e6d550d36a1a7563a31a /clang/lib/Sema/TreeTransform.h | |
parent | 4a7e96e6421863f4ac09cbfe0dba046c09ea21ff (diff) | |
download | bcm5719-llvm-d4dbdf54387cdfc4f4134c98f39479742a246d73.tar.gz bcm5719-llvm-d4dbdf54387cdfc4f4134c98f39479742a246d73.zip |
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support)
llvm-svn: 203114
Diffstat (limited to 'clang/lib/Sema/TreeTransform.h')
-rw-r--r-- | clang/lib/Sema/TreeTransform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/Sema/TreeTransform.h b/clang/lib/Sema/TreeTransform.h index ac5a678eeb1..272bf2deff0 100644 --- a/clang/lib/Sema/TreeTransform.h +++ b/clang/lib/Sema/TreeTransform.h @@ -1361,6 +1361,10 @@ public: EndLoc); } + /// \brief Build a new OpenMP 'shared' clause. + /// + /// By default, performs semantic analysis to build the new statement. + /// Subclasses may override this routine to provide different behavior. OMPClause *RebuildOMPSharedClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, |