Skip to content

Commit 8e5e808

Browse files
committed
Remove stale FIXME comment regarding diagnostics for 'this'.
1 parent 9868004 commit 8e5e808

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
@@ -526,10 +526,6 @@ OutlinedFunctionDecl *BuildSYCLKernelEntryPointOutline(Sema &SemaRef,
526526
++i;
527527
}
528528

529-
// FIXME: Diagnose (implicit or explicit) use of CXXThisExpr in potentially
530-
// evaluated contexts in the function body. This is not necessarily the
531-
// right place to add such a diagnostic.
532-
533529
OutlinedFunctionDeclBodyInstantiator OFDBodyInstantiator(SemaRef, ParmMap,
534530
FD);
535531
Stmt *OFDBody = OFDBodyInstantiator.TransformStmt(Body).get();

0 commit comments

Comments
 (0)