Skip to content

Commit 625cc0e

Browse files
committed
Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed
llvm-svn: 307515
1 parent bf166ce commit 625cc0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Sema/SemaCoroutine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ static Expr *buildStdNoThrowDeclRef(Sema &S, SourceLocation Loc) {
745745
return nullptr;
746746
}
747747

748-
// FIXME: Mark the variable as ODR used. This currently does not work
749-
// likely due to the scope at in which this function is called.
750748
auto *VD = Result.getAsSingle<VarDecl>();
751749
if (!VD) {
752750
Result.suppressDiagnostics();

0 commit comments

Comments
 (0)