summaryrefslogtreecommitdiffstats
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
commit29c5f16ad028238d743f958b8205c53fad3d2e1d (patch)
treef2304277870da594cc73a9999e14c2867d6d63b7
parentce02c1bc15168d2d7d0c9d7f213d147a62819dd8 (diff)
downloadbcm5719-llvm-29c5f16ad028238d743f958b8205c53fad3d2e1d.tar.gz
bcm5719-llvm-29c5f16ad028238d743f958b8205c53fad3d2e1d.zip
[cxx_status] Update link to Modules TS to latest working draft. Fix Coroutines TS flag to work if copy-pasted.
llvm-svn: 307231
-rw-r--r--clang/www/cxx_status.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index a8e26f12f2e..be1adfc63d2 100644
--- a/clang/www/cxx_status.html
+++ b/clang/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>
OpenPOWER on IntegriCloud