From b9ea2c29a10ca011bb71e2921c4eb3ff1c9c46a4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 21 May 2010 21:16:21 +0000 Subject: [PATCH] down with export. llvm-svn: 104383 --- clang/www/cxx_status.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index df01a05aed56..83e06941bad3 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -33,7 +33,8 @@

Clang currently implements all of the ISO C++ 1998 standard (including - the defects addressed in the ISO C++ 2003 standard) except for 'export'. + the defects addressed in the ISO C++ 2003 standard) except for 'export' + (which has been removed from the C++'0x draft). However, the implementation of Clang C++ is still somewhat immature, with remaining bugs that may cause compiler crashes, erroneous errors and warnings, or miscompiled code. The LLVM bug tracker