From 98a11d0048dc90a55b17398421988ee8be3480da Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 20 Jun 2014 09:44:06 +0000 Subject: [OPENMP] Initial support for 'ordered' clause. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211347 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/libclang/CIndex.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/libclang/CIndex.cpp b/tools/libclang/CIndex.cpp index 0958634a28..85b20f343a 100644 --- a/tools/libclang/CIndex.cpp +++ b/tools/libclang/CIndex.cpp @@ -1949,6 +1949,8 @@ void OMPClauseEnqueue::VisitOMPScheduleClause(const OMPScheduleClause *C) { Visitor->AddStmt(C->getChunkSize()); } +void OMPClauseEnqueue::VisitOMPOrderedClause(const OMPOrderedClause *) {} + template void OMPClauseEnqueue::VisitOMPClauseList(T *Node) { for (const auto *I : Node->varlists()) -- cgit v1.2.3