From cdaa7145a1278dc967c6e1acaa6225b0541525a3 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Mon, 10 Jul 2017 02:59:26 +0000 Subject: [PATCH] Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307515 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaCoroutine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Sema/SemaCoroutine.cpp b/lib/Sema/SemaCoroutine.cpp index 71b74acc06..dc7d8e4e9c 100644 --- a/lib/Sema/SemaCoroutine.cpp +++ b/lib/Sema/SemaCoroutine.cpp @@ -745,8 +745,6 @@ static Expr *buildStdNoThrowDeclRef(Sema &S, SourceLocation Loc) { return nullptr; } - // FIXME: Mark the variable as ODR used. This currently does not work - // likely due to the scope at in which this function is called. auto *VD = Result.getAsSingle(); if (!VD) { Result.suppressDiagnostics(); -- 2.50.1