Add a Last Updated field to the C++ status page

llvm-svn: 74387
This commit is contained in:
Douglas Gregor 2009-06-27 19:33:58 +00:00
parent 3fe6b61b23
commit 0799d916e1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
<!--*************************************************************************--> <!--*************************************************************************-->
<h1>C++ Support in Clang</h1> <h1>C++ Support in Clang</h1>
<!--*************************************************************************--> <!--*************************************************************************-->
<p>Last updated: $Date$</p>
<p> <p>
This page tracks the status of C++ support in Clang.<br> This page tracks the status of C++ support in Clang.<br>