-Set "Named Casts" feature to partial parser/sema support because reinterpret_cast is not properly implemented.
-Removed "Virtual functions" feature because it is already covered by "Class definitions".
-Removed "Templates" because we should either list *all* missing/supported features or just list the features with some support. Mentioning just a few missing features without listing all of them makes little sense.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53095
91177308-0d34-0410-b5e6-
96231b3b80d8
<td width="345"><h3>Status</h3></td>\r
</tr>\r
<tr>\r
- <td>Keywords </td>\r
- <td>reinterpret_cast</td>\r
+ <td>Bool type </td>\r
+ <td>bool x; </td>\r
<td>Full support.</td>\r
</tr>\r
<tr>\r
<td>Named Casts </td>\r
<td>static_cast<int>(x)</td>\r
- <td>Parser and Sema support, no codegen.</td>\r
+ <td>Partial Parser and Sema support, no codegen.</td>\r
</tr>\r
<tr>\r
<td>References</td>\r
};</td>\r
<td>Partial Parser and Sema support, no Codegen support.</td>\r
</tr>\r
- <tr>\r
- <td>Virtual functions</td>\r
- <td>class C {<br/>\r
- public:<br/>\r
- virtual int doFoo() = 0;<br/>\r
- };</td>\r
- <td>Nonexistent.</td>\r
- </tr>\r
- <tr>\r
- <td>Templates</td>\r
- <td>class C {<br/>\r
- public:<br/>\r
- template <typename T> T as();<br/>\r
- };</td>\r
- <td>Nonexistent.</td>\r
- </tr>\r
</table>\r
</div>\r
</body>\r