From 9e8c6c1731edab16636ad4e8fc7aacb2c028f34d Mon Sep 17 00:00:00 2001 From: Carlo Bertolli Date: Tue, 19 Jan 2016 16:53:55 +0000 Subject: Activate OpenMP private clause for target construct and a regression test. llvm-svn: 258140 --- clang/lib/Sema/SemaOpenMP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Sema/SemaOpenMP.cpp') diff --git a/clang/lib/Sema/SemaOpenMP.cpp b/clang/lib/Sema/SemaOpenMP.cpp index 4d0d3137bc0..acc54c1f9c1 100644 --- a/clang/lib/Sema/SemaOpenMP.cpp +++ b/clang/lib/Sema/SemaOpenMP.cpp @@ -6475,7 +6475,7 @@ OMPClause *Sema::ActOnOpenMPPrivateClause(ArrayRef VarList, } SourceLocation ELoc = RefExpr->getExprLoc(); - // OpenMP [2.1, C/C++] + // OpenMP [3.1, C/C++] // A list item is a variable name. // OpenMP [2.9.3.3, Restrictions, p.1] // A variable that is part of another variable (as an array or -- cgit v1.2.3