From: Kelvin Li Date: Sat, 12 Sep 2015 13:35:31 +0000 (+0000) Subject: Test commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7a989ced7acdc843b410a22c522bccbee26a2d0;p=clang Test commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247503 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOpenMP.cpp b/lib/Sema/SemaOpenMP.cpp index ebfb136598..bc5fadcc5d 100644 --- a/lib/Sema/SemaOpenMP.cpp +++ b/lib/Sema/SemaOpenMP.cpp @@ -7193,6 +7193,5 @@ OMPClause *Sema::ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc, return nullptr; } } - return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); }