Add a query macro for C++11 N3276, decltype does not require complete
return types, from Michel Morin!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154428 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8305b73..439044a 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -120,6 +120,11 @@
<td class="full" align="center">Clang 2.9</td>
</tr>
<tr>
+ <td> Incomplete return types</td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf">N3276</a></td>
+ <td class="svn" align="center">SVN</td>
+ </tr>
+ <tr>
<td>Right angle brackets</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html">N1757</a></td>
<td class="full" align="center">Clang 2.9</td>