| commit | 0bb3bcd0ef969bd3a3fb37826a0f8645d2795b96 | [log] [tgz] |
|---|---|---|
| author | Eric Fiselier <eric@efcs.ca> | Sat May 27 02:46:17 2017 +0000 |
| committer | Eric Fiselier <eric@efcs.ca> | Sat May 27 02:46:17 2017 +0000 |
| tree | 5a441fcdade31181f2f99441f19d3c73393df13e | |
| parent | cbc82b3ca93d845daaceff035aff252cea5e753e [diff] |
[coroutines] Support "coroutines" feature in module map requires clause Summary: In order for libc++ to add `<experimental/coroutine>` to its module map, there has to be a feature that can be used to detect if coroutines support is enabled in Clang. Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D33538 llvm-svn: 304054