diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-08-02 18:22:38 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-08-02 18:22:38 +0000 |
commit | 1e185d973704144c74bbb390458661fce103535b (patch) | |
tree | fa7132706097b00b4bd19fe517b8a76dc25a0c2b | |
parent | 21fde994b2f332a8bab135e729c8651421042749 (diff) |
We have fairly good support for namespaces, now. Namespace aliases are parsed correctly
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77900 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 74edb9ce0d..5985e6c5e7 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1054,11 +1054,11 @@ welcome!</p> </tr> <tr> <td> 7.3.1 [namespace.def]</td> - <td class="medium"></td> - <td class="medium"></td> - <td class="medium"></td> + <td class="advanced"></td> + <td class="advanced"></td> + <td class="advanced"></td> + <td></td> <td></td> - <td>Cannot parse namespace aliases.</td> </tr> <tr> <td> 7.3.1.1 [namespace.unnamed]</td> |