From 0162e459efac896816898588f6bbcf1fae43df41 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Tue, 22 Jul 2014 10:10:35 +0000 Subject: [OPENMP] Initial parsing and sema analysis for 'atomic' directive. llvm-svn: 213639 --- clang/lib/CodeGen/CodeGenFunction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index f2ecc4a796a..335a8910e82 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1937,6 +1937,7 @@ public: void EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S); void EmitOMPFlushDirective(const OMPFlushDirective &S); void EmitOMPOrderedDirective(const OMPOrderedDirective &S); + void EmitOMPAtomicDirective(const OMPAtomicDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3