From: Richard Smith Date: Sat, 4 May 2019 00:27:21 +0000 (+0000) Subject: [cxx_status] Don't list -fmodules / -fmodules-ts against C++ modules X-Git-Tag: llvmorg-10-init~6293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c7688bd577bf328878edf8d82c202a01ca915e2;p=platform%2Fupstream%2Fllvm.git [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. llvm-svn: 359953 --- diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 06955ad..5306c3b 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1055,7 +1055,7 @@ as the draft C++2a standard evolves. Modules P1103R3 - Partial (-fmodules, -fmodules-ts) + Partial Coroutines