From: Richard Smith Date: Thu, 6 Jul 2017 00:29:13 +0000 (+0000) Subject: [cxx_status] Update link to Modules TS to latest working draft. Fix Coroutines TS... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeba831c57182f9a65300821f4bf55ad2acb5c30;p=clang [cxx_status] Update link to Modules TS to latest working draft. Fix Coroutines TS flag to work if copy-pasted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307231 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index a8e26f12f2..be1adfc63d 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -14,6 +14,7 @@ span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } th { background-color: #FFDDAA } td { vertical-align: middle } + tt { white-space: nowrap } @@ -832,7 +833,7 @@ and library features that are not part of standard C++.

[DRAFT TS] Coroutines N4663 - ‑fcoroutines‑ts
-stdlib=libc++
+ -fcoroutines-ts
-stdlib=libc++
SVN @@ -849,7 +850,7 @@ and library features that are not part of standard C++.

[DRAFT TS] Modules - N4592 + N4667 -fmodules-ts WIP