From: Sebastian Redl Date: Mon, 8 Dec 2008 16:24:08 +0000 (+0000) Subject: Fill in some parts of cxx_status.html X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=377fa5d532e6eaa93fd0d08441f01945fb051a0c;p=clang Fill in some parts of cxx_status.html git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60699 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 9eac773703..f9491cb470 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -44,7 +44,7 @@ of support for a given section:

The following table is used to help track our implementation progress toward implementing the complete C++03 standard. We use a simple, somewhat arbitrary color-coding scheme to describe the - relatively completeness of features by section:

+ relative completeness of features by section:

@@ -58,7 +58,7 @@ of support for a given section: - + @@ -104,7 +104,7 @@ welcome!

- + @@ -112,23 +112,23 @@ welcome!

- + - + - + - + - + @@ -136,7 +136,7 @@ welcome!

- + @@ -144,7 +144,7 @@ welcome!

- + @@ -152,7 +152,7 @@ welcome!

- + @@ -160,15 +160,15 @@ welcome!

- + - + - + @@ -176,7 +176,7 @@ welcome!

- + @@ -184,15 +184,15 @@ welcome!

- + - + - + @@ -200,7 +200,7 @@ welcome!

- + @@ -208,7 +208,7 @@ welcome!

- + @@ -216,7 +216,7 @@ welcome!

- + @@ -224,15 +224,15 @@ welcome!

- + - + - + @@ -240,36 +240,126 @@ welcome!

+ + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -365,7 +455,6 @@ welcome!

-
N/AN/A
2 [lex] N/A N/A N/A
  2.1 [lex.phases] N/A N/A N/AExtended characters aren't handled.
  2.2 [lex.charset] N/A N/A N/ANo support for extended characters.
  2.3 [lex.trigraph] N/A N/A N/A
  2.4 [lex.pptoken] N/A N/A N/A
  2.5 [lex.digraph] N/A N/A N/A
  2.6 [lex.token] N/A N/A N/A
  2.7 [lex.comment] N/A N/ANDR "form feed or vtab in comment" is not diagnosed. No AST representation of comments.
  2.8 [lex.header] N/A N/A N/A
  2.9 [lex.ppnumber] N/A N/A N/A
  2.10 [lex.name] N/A N/A N/ANo support for extended characters
  2.11 [lex.key] N/A N/A N/A
  2.12 [lex.operators] N/A N/A N/A
  2.13 [lex.literal] N/A N/A N/A
    2.13.1 [lex.icon] N/A N/A N/A
    2.13.2 [lex.ccon] N/A N/A N/APoor support for extended characters
    2.13.3 [lex.fcon] N/A N/A N/A
    2.13.4 [lex.string]N/AN/AN/APoor support for extended characters
    2.13.5 [lex.bool]N/AN/AN/A
3 [basic]N/A N/A N/A N/A
    2.13.5 [lex.bool]  3.1 [basic.def] N/A
  3.2 [basic.def.odr]
  3.3 [basic.scope] N/A N/AN/A
    3.3.1 [basic.scope.pdecl]N/AN/AN/ASee PR3184
    3.3.2 [basic.scope.local]N/AN/AN/Atry-catch not implemented
    3.3.3 [basic.scope.proto]N/AN/AN/A
    3.3.4 [basic.funscope]N/AN/AN/A
3 [basic]
  3.1 [basic.def]
  3.2 [basic.def.odr]
  3.3 [basic.scope]
    3.3.1 [basic.scope.pdecl]
    3.3.2 [basic.scope.local]
    3.3.3 [basic.scope.proto]
    3.3.4 [basic.funscope]
    3.3.5 [basic.scope.namespace]
    3.3.6 [basic.scope.class]
    3.3.7 [basic.scope.enum]
    3.3.8 [basic.scope.hiding]
  3.4 [basic.lookup]
    3.4.1 [basic.lookup.unqual]
    3.4.2 [basic.lookup.argdep]
    3.4.3 [basic.lookup.qual]
    3.3.7 [basic.scope.hiding]N/AN/AN/A
  3.4 [basic.lookup]N/AN/AN/A
    3.4.1 [basic.lookup.unqual]N/AN/AN/AMany cases beyond simple global and function-local lookup don't work
    3.4.2 [basic.lookup.argdep]N/AN/AN/A
    3.4.3 [basic.lookup.qual]N/AN/AN/AWhat's the state of namespaces now?
      3.4.3.1 [class.qual]
      3.4.3.2 [namespace.qual]
    3.4.4 [basic.lookup.elab]
  4.9 [conv.fpint]