commit | 142e1fc9eae98667c54e07325196d113ecc94c74 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Fri Jun 20 09:44:06 2014 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Fri Jun 20 09:44:06 2014 +0000 |
tree | 5ac278d2dacef0c29c8ca25f8e24087d88cc051e | |
parent | 6a29b55a5a390bcc60c27ec49776a6642ae58194 [diff] [blame] |
[OPENMP] Initial support for 'ordered' clause. llvm-svn: 211347
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index bb41489..534d6bb 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/lib/AST/StmtProfile.cpp
@@ -293,6 +293,8 @@ Profiler->VisitStmt(C->getChunkSize()); } +void OMPClauseProfiler::VisitOMPOrderedClause(const OMPOrderedClause *) {} + template<typename T> void OMPClauseProfiler::VisitOMPClauseList(T *Node) { for (auto *I : Node->varlists())