Create a C++14 status page

llvm-svn: 188273
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: f77718ad1d2b20c834126ce7884755f97a93eb50
diff --git a/www/index.html b/www/index.html
index 89bf5b2..074d05f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -117,7 +117,9 @@
 
    <p>libc++ is a 100% complete C++11 implementation on Apple's OS X. </p>
    <p>LLVM and Clang can self host in C++ and C++11 mode with libc++ on Linux.</p>
-
+   <p>C++1Y (C++14) implementation is in progress. The current status is
+       <a href="cxx1Y_status.html">here</a></p>
+ 
    <p>
    Ports to other platforms are underway. Here are recent test
    results for <a href="results.Windows.html">Windows</a>