commit | bae9a793fdf7d2dfa829eb98ed8c601680d24343 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Fri Jun 27 10:37:06 2014 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Fri Jun 27 10:37:06 2014 +0000 |
tree | ffcf19517a1ca02324d7c50f84d71c1a181a7b5d | |
parent | 8f1f87c73487dcb83cf5d6d44b062f1e9796fae6 [diff] [blame] |
[OPENMP] Parsing and sema analysis for 'copyprivate' clause. llvm-svn: 211886
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index f3f3c7b..f562ed6 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/lib/AST/StmtProfile.cpp
@@ -335,6 +335,10 @@ void OMPClauseProfiler::VisitOMPCopyinClause(const OMPCopyinClause *C) { VisitOMPClauseList(C); } +void +OMPClauseProfiler::VisitOMPCopyprivateClause(const OMPCopyprivateClause *C) { + VisitOMPClauseList(C); +} } void