r307515 - Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 19:59:26 PDT 2017


Author: ericwf
Date: Sun Jul  9 19:59:26 2017
New Revision: 307515

URL: http://llvm.org/viewvc/llvm-project?rev=307515&view=rev
Log:
Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed

Modified:
    cfe/trunk/lib/Sema/SemaCoroutine.cpp

Modified: cfe/trunk/lib/Sema/SemaCoroutine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCoroutine.cpp?rev=307515&r1=307514&r2=307515&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaCoroutine.cpp (original)
+++ cfe/trunk/lib/Sema/SemaCoroutine.cpp Sun Jul  9 19:59:26 2017
@@ -745,8 +745,6 @@ static Expr *buildStdNoThrowDeclRef(Sema
     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();




More information about the cfe-commits mailing list