Skip to content
Snippets Groups Projects
Commit 65967ec5 authored by Richard Smith's avatar Richard Smith
Browse files

I hereby declare that all remaining constexpr issues are bugs, not unimplemented

features. :)


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150522 91177308-0d34-0410-b5e6-96231b3b80d8
parent 26f2cac8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css"> <link type="text/css" rel="stylesheet" href="content.css">
<style type="text/css"> <style type="text/css">
.none { background-color: #FFCCCC } .none { background-color: #FFCCCC }
.partial { background-color: #FFFF99 } .svn { background-color: #FFFF99 }
.full { background-color: #CCFF99 } .full { background-color: #CCFF99 }
th { background-color: #FFDDAA } th { background-color: #FFDDAA }
</style> </style>
...@@ -166,7 +166,7 @@ with clang; other versions have not been tested.</p> ...@@ -166,7 +166,7 @@ with clang; other versions have not been tested.</p>
<tr> <tr>
<td>Generalized constant expressions</td> <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><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>
<tr> <tr>
<td>Alignment support</td> <td>Alignment support</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment