summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-04 00:27:21 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-04 00:27:21 +0000
commit67a39e27344295335e733eab5b576c397ebffd4c (patch)
tree9bb3ae3c7b903fcb44150736380b1f5ddb0f8569
parent27b6ecdb838d41968d345535bf1b533223d678bb (diff)
[cxx_status] Don't list -fmodules / -fmodules-ts against C++ modules
support; those turn on different modules modes. The real C++ modules support is behind -std=c++2a like the rest of C++20. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359953 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xwww/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 06955adfa5..5306c3b988 100755
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1055,7 +1055,7 @@ as the draft C++2a standard evolves.
<tr>
<td>Modules</td>
<td><a href="http://wg21.link/p1103r3">P1103R3</a></td>
- <td class="partial" align="center">Partial (<tt>-fmodules</tt>, <tt>-fmodules-ts</tt>)</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Coroutines</td>