r374131 - [cxx_status] Note that Clang has supported std::source_location since

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 16:39:56 PDT 2019


Author: rsmith
Date: Tue Oct  8 16:39:56 2019
New Revision: 374131

URL: http://llvm.org/viewvc/llvm-project?rev=374131&view=rev
Log:
[cxx_status] Note that Clang has supported std::source_location since
version 9.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=374131&r1=374130&r2=374131&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Oct  8 16:39:56 2019
@@ -1247,7 +1247,7 @@ and library features that are not part o
       <td>[TS] Library Fundamentals, Version 2 (<tt>source_location</tt>)</td>
      <td><a href="http://wg21.link/n4617">N4617</a></td>
       <td>N/A</td>
-      <td class="none" align="center">No</td>
+      <td class="full" align="center">Clang 9 (<a href="docs/LanguageExtensions.html#source-location-builtins">documentation</a>)</td>
     </tr>
     <tr>
       <td>[TS] Modules</td>




More information about the cfe-commits mailing list