Conditional operator C++ checking complete. What issues remain are in more general code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69555 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index fea31b6..c065338 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -788,9 +788,9 @@
   <td>&nbsp;&nbsp;5.16 [expr.cond]</td>
   <td class="complete" align="center">&#x2713;</td>
   <td class="complete" align="center">&#x2713;</td>
-  <td class="medium" align="center"></td>
+  <td class="complete" align="center">&#x2713;</td>
   <td></td>
-  <td>throw expressions not supported, type unification rules are based on C only</td>
+  <td>some invalid hierarchy casts still accepted, but that's a general problem</td>
 </tr>
 <tr>
   <td>&nbsp;&nbsp;5.17 [expr.ass]</td>