]> granicus.if.org Git - clang/commitdiff
[cxx_status] Don't list -fmodules / -fmodules-ts against C++ modules
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 4 May 2019 00:27:21 +0000 (00:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 4 May 2019 00:27:21 +0000 (00:27 +0000)
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

www/cxx_status.html

index 06955adfa58dddd05b8953f73990abc909406bec..5306c3b988b060bb78eb05a4e6896098728af500 100755 (executable)
@@ -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>