Skip to content

Commit 39f54e6

Browse files
committed
Remove stale FIXME comment regarding diagnostics for 'this'.
1 parent e67afab commit 39f54e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,6 @@ OutlinedFunctionDecl *BuildSYCLKernelEntryPointOutline(Sema &SemaRef,
509509
++i;
510510
}
511511

512-
// FIXME: Diagnose (implicit or explicit) use of CXXThisExpr in potentially
513-
// evaluated contexts in the function body. This is not necessarily the
514-
// right place to add such a diagnostic.
515-
516512
OutlinedFunctionDeclBodyInstantiator OFDBodyInstantiator(SemaRef, ParmMap,
517513
FD);
518514
Stmt *OFDBody = OFDBodyInstantiator.TransformStmt(Body).get();

0 commit comments

Comments
 (0)