summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-05-06 06:04:14 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-05-06 06:04:14 +0000
commitbcbadb65ab7181ce4f6b00f8a541757253404068 (patch)
tree6cf18a7904426c30d82c498d79aaa74ff26a5a75 /clang/lib/AST/StmtProfile.cpp
parent4cf4e664c20ee6ae3e97653c55045e80acbe6789 (diff)
downloadbcm5719-llvm-bcbadb65ab7181ce4f6b00f8a541757253404068.tar.gz
bcm5719-llvm-bcbadb65ab7181ce4f6b00f8a541757253404068.zip
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind'
llvm-svn: 208060
Diffstat (limited to 'clang/lib/AST/StmtProfile.cpp')
-rw-r--r--clang/lib/AST/StmtProfile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp
index 1a6d1812dca..e7db0e6fcea 100644
--- a/clang/lib/AST/StmtProfile.cpp
+++ b/clang/lib/AST/StmtProfile.cpp
@@ -281,6 +281,8 @@ void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) {
void OMPClauseProfiler::VisitOMPDefaultClause(const OMPDefaultClause *C) { }
+void OMPClauseProfiler::VisitOMPProcBindClause(const OMPProcBindClause *C) { }
+
template<typename T>
void OMPClauseProfiler::VisitOMPClauseList(T *Node) {
for (auto *I : Node->varlists())
OpenPOWER on IntegriCloud