summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-07-06 00:29:13 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-07-06 00:29:13 +0000
commitaeba831c57182f9a65300821f4bf55ad2acb5c30 (patch)
tree380f056637c7c034af5767badfab6dac0f241853 /www
parent4f0208412a2f7d8f99f426c821d528c4bf682a38 (diff)
[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
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html5
1 files changed, 3 insertions, 2 deletions
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 }
</style>
</head>
<body>
@@ -832,7 +833,7 @@ and library features that are not part of standard C++.</p>
<tr>
<td>[DRAFT TS] Coroutines</td>
<td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
- <td><tt>&#8209;fcoroutines&#8209;ts<br>-stdlib=libc++</tt></td>
+ <td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
@@ -849,7 +850,7 @@ and library features that are not part of standard C++.</p>
</tr>
<tr>
<td>[DRAFT TS] Modules</td>
- <td><a href="http://wg21.link/n4592">N4592</a></td>
+ <td><a href="http://wg21.link/n4667">N4667</a></td>
<td><tt>-fmodules-ts</tt></td>
<td class="none" align="center">WIP</td>
</tr>