[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' directive.

llvm-svn: 213728
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp
index 4cf7077..b65d070 100644
--- a/clang/lib/AST/StmtProfile.cpp
+++ b/clang/lib/AST/StmtProfile.cpp
@@ -312,6 +312,8 @@
 
 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {}
 
+void OMPClauseProfiler::VisitOMPWriteClause(const OMPWriteClause *) {}
+
 template<typename T>
 void OMPClauseProfiler::VisitOMPClauseList(T *Node) {
   for (auto *I : Node->varlists())