diff options
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/cxx_dr_status.html | 2 | ||||
-rw-r--r-- | clang/www/cxx_status.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index fe3cc535882b..b3165c7f17fa 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -28,7 +28,7 @@ <!--*************************************************************************--> <h1>C++ Defect Report Support in Clang</h1> <!--*************************************************************************--> -<p>Last updated: $Date: 2019-01-07 07:00:46 +0100 (Mon, 07 Jan 2019) $</p> +<p>Last updated: $Date$</p> <h2 id="cxxdr">C++ defect report implementation status</h2> diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 5461460c78cc..95aa291827a3 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -26,7 +26,7 @@ <!--*************************************************************************--> <h1>C++ Support in Clang</h1> <!--*************************************************************************--> -<p>Last updated: $Date: 2019-01-11 18:09:22 +0100 (Fri, 11 Jan 2019) $</p> +<p>Last updated: $Date$</p> <p>Clang fully implements all published ISO C++ standards (<a href="#cxx98">C++98 / C++03</a>, <a |