aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-07-10 02:59:26 +0000
committerEric Fiselier <eric@efcs.ca>2017-07-10 02:59:26 +0000
commitcdaa7145a1278dc967c6e1acaa6225b0541525a3 (patch)
tree4e5bd2e626769581c73d0fecb650a62c79cba66b
parent26a36ec1d1e9305cd0fa5a4504742d92fddc7947 (diff)
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
-rw-r--r--lib/Sema/SemaCoroutine.cpp2
1 files changed, 0 insertions, 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<VarDecl>();
if (!VD) {
Result.suppressDiagnostics();