diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-07-10 02:59:26 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-07-10 02:59:26 +0000 |
| commit | 625cc0ecaf2621cc779780826922e012502e2fa6 (patch) | |
| tree | 5893777d2bca95a470568674799e0acedcf5ba70 /clang/lib | |
| parent | bf166cea71658b4aa4470b120aa594e88a61089a (diff) | |
| download | bcm5719-llvm-625cc0ecaf2621cc779780826922e012502e2fa6.tar.gz bcm5719-llvm-625cc0ecaf2621cc779780826922e012502e2fa6.zip | |
Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed
llvm-svn: 307515
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/SemaCoroutine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaCoroutine.cpp b/clang/lib/Sema/SemaCoroutine.cpp index 71b74acc068..dc7d8e4e9ce 100644 --- a/clang/lib/Sema/SemaCoroutine.cpp +++ b/clang/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(); |

