]> granicus.if.org Git - clang/commitdiff
Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed
authorEric Fiselier <eric@efcs.ca>
Mon, 10 Jul 2017 02:59:26 +0000 (02:59 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 10 Jul 2017 02:59:26 +0000 (02:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307515 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaCoroutine.cpp

index 71b74acc068bbad3a326415150e62bd16d9a6fff..dc7d8e4e9cec3dc6b0e0adf6648254adb7725570 100644 (file)
@@ -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<VarDecl>();
   if (!VD) {
     Result.suppressDiagnostics();