diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-27 19:33:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-27 19:33:58 +0000 |
commit | 4c9b68f70ed4a55dc597b35c36f0e72e5d33ee81 (patch) | |
tree | d9f5c12aedd9e3c4c2fe751222322980e4e7146d | |
parent | f8d736ca54191c3cf9395ca41ed9b03777774321 (diff) |
Add a Last Updated field to the C++ status page
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74387 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 19d3a5c7db..f6120c86bf 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -24,6 +24,7 @@ <!--*************************************************************************--> <h1>C++ Support in Clang</h1> <!--*************************************************************************--> +<p>Last updated: $Date$</p> <p> This page tracks the status of C++ support in Clang.<br> |