From 6da64f39d44161636d2aa9f8512f74324cd69110 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 26 Mar 2012 20:31:41 +0000 Subject: [PATCH] Forward-declared enumerations are now complete, except for an interaction between unscoped enumerations and class template member specializations, whose behavior is currently under discussion in CWG (and for which there is a preference to not implement the currently-standardized wording). llvm-svn: 153464 --- clang/docs/ReleaseNotes.html | 1 + clang/www/cxx_status.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 628079978e73..64c6acb25aeb 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -125,6 +125,7 @@ following are now considered to be of production quality:
  • Generalized initializers
  • Unrestricted unions
  • User-defined literals
  • +
  • Forward-declared enumerations
  • diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 28da5f096bf8..8305b73ec652 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -158,7 +158,7 @@ with clang; other versions have not been tested.

    Forward declarations for enums N2764
    DR1206 - No + SVN Generalized attributes