diff options
author | Gor Nishanov <GorNishanov@gmail.com> | 2017-05-28 16:25:31 +0000 |
---|---|---|
committer | Gor Nishanov <GorNishanov@gmail.com> | 2017-05-28 16:25:31 +0000 |
commit | 6ecbe540c6fe167cc2c00acacf613f33b0e27de6 (patch) | |
tree | bbac8cf164cfc1d360f3b764abdde0288af588d0 | |
parent | bb9fe3b409f97d211f0f33df50c726dd99a38ac4 (diff) | |
download | bcm5719-llvm-6ecbe540c6fe167cc2c00acacf613f33b0e27de6.tar.gz bcm5719-llvm-6ecbe540c6fe167cc2c00acacf613f33b0e27de6.zip |
[coroutines] www/cxx_status.html: add non-breaking hyphen
Reviewers: GorNishanov
Reviewed By: GorNishanov
Subscribers: EricWF, rsmith, cfe-commits
Differential Revision: https://reviews.llvm.org/D33632
llvm-svn: 304091
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index cf768a49afa..f7b915f27d2 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -832,7 +832,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>-fcoroutines-ts<br>-stdlib=libc++</tt></td> + <td><tt>-fcoroutines‑ts<br>-stdlib=libc++</tt></td> <td class="svn" align="center">SVN</td> </tr> <tr> |