[OPENMP] Initial parsing and sema analysis for 'single' directive.

llvm-svn: 211774
This commit is contained in:
Alexey Bataev
2014-06-26 12:05:45 +00:00
parent aee4541828
commit d1e40fbfe1
28 changed files with 887 additions and 5 deletions

View File

@@ -1905,6 +1905,7 @@ public:
void EmitOMPForDirective(const OMPForDirective &S);
void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
void EmitOMPSectionDirective(const OMPSectionDirective &S);
void EmitOMPSingleDirective(const OMPSingleDirective &S);
//===--------------------------------------------------------------------===//
// LValue Expression Emission