]> granicus.if.org Git - clang/commitdiff
I hereby declare that all remaining constexpr issues are bugs, not unimplemented
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Feb 2012 22:39:23 +0000 (22:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Feb 2012 22:39:23 +0000 (22:39 +0000)
features. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150522 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 0dc1b86712a59e3a75171b4f5f9f99137f467497..8c207bc8ae30c3f36072653b0ccde96aaf9424c6 100644 (file)
@@ -8,7 +8,7 @@
   <link type="text/css" rel="stylesheet" href="content.css">
   <style type="text/css">
     .none { background-color: #FFCCCC }
-    .partial  { background-color: #FFFF99 }
+    .svn  { background-color: #FFFF99 }
     .full { background-color: #CCFF99 }
     th { background-color: #FFDDAA }
   </style>
@@ -166,7 +166,7 @@ with clang; other versions have not been tested.</p>
     <tr>
       <td>Generalized constant expressions</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2235.pdf">N2235</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Alignment support</td>