diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-28 21:07:22 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-28 21:07:22 +0000 |
commit | e38cea026b92285c8d7acaaceed5c1dd2fa21b71 (patch) | |
tree | 9043cd3cb8978b7cdeeb125180e85147bf308d38 /clang/docs/Modules.rst | |
parent | 09fcc2ce9b45b5c5437a4b62b9f632939fdfe79e (diff) | |
download | bcm5719-llvm-e38cea026b92285c8d7acaaceed5c1dd2fa21b71.tar.gz bcm5719-llvm-e38cea026b92285c8d7acaaceed5c1dd2fa21b71.zip |
[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: 304107
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 2b1bde2fedc..b8841c0a5ce 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -413,6 +413,9 @@ altivec blocks The "blocks" language feature is available. +coroutines + Support for the coroutines TS is available. + cplusplus C++ support is available. |