[PATCH] D34021: [coroutines] Fix co_await for range statement

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 7 22:18:41 PDT 2017


EricWF updated this revision to Diff 101853.
EricWF added a comment.

- Add FIXME comments for incorrect use of `getCurScope()` after initial parse.


https://reviews.llvm.org/D34021

Files:
  include/clang/Sema/Sema.h
  lib/Sema/SemaCoroutine.cpp
  lib/Sema/SemaStmt.cpp
  test/SemaCXX/coawait_range_for.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34021.101853.patch
Type: text/x-patch
Size: 14708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170608/480398e1/attachment-0001.bin>


More information about the cfe-commits mailing list