[PATCH] D75523: [www] cxx_status: Update title to mention C++20

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 3 07:23:18 PST 2020


hubert.reinterpretcast created this revision.
hubert.reinterpretcast added reviewers: rsmith, aaron.ballman.
Herald added a project: clang.

The document covers the Clang implementation status of the "upcoming C++20 standard". Update the title to match.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75523

Files:
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -2,7 +2,7 @@
 <html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <title>Clang - C++17, C++14, C++11 and C++98 Status</title>
+  <title>Clang - C++20, C++17, C++14, C++11 and C++98 Status</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
   <style type="text/css">


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75523.247896.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200303/0d50ca05/attachment-0001.bin>


More information about the cfe-commits mailing list