From: Argyrios Kyrtzidis
Date: Wed, 2 Jul 2008 15:10:46 +0000 (+0000)
Subject: Add note that most of C++ is not supported.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1ca79339efc82a0d11e56d1dbe3fbb351eacb2c;p=clang
Add note that most of C++ is not supported.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53023 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 2a270c346c..88de2f97b0 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -20,7 +20,8 @@
-This page tracks the status of C++ support in Clang.
+This page tracks the status of C++ support in Clang.
+Currently most of the C++ features are missing; here you can find features that are at least partially supported in Clang.