diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:47:36 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:47:36 +0000 |
| commit | 5db8b286e2d78f0ec90dc438808defe1e4772c13 (patch) | |
| tree | 12f963f210ca586aae3f276e68e9059a0a9ea339 | |
| parent | 0fa4fceaae0912053ccdee7db3d828855fc9edda (diff) | |
| download | bcm5719-llvm-5db8b286e2d78f0ec90dc438808defe1e4772c13.tar.gz bcm5719-llvm-5db8b286e2d78f0ec90dc438808defe1e4772c13.zip | |
More approved C++14 features.
llvm-svn: 179943
| -rw-r--r-- | clang/www/cxx_status.html | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 8ade9858264..cf307ce5772 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -422,24 +422,17 @@ available.</p> <td class="full" align="center">Yes</td> </tr> <tr> - <td>[PROVISIONAL] Runtime-sized arrays with automatic storage duration</td> - <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td> - <td class="none" align="center">Partial</td> - </tr> - <tr> - <td>[PROVISIONAL] Return type deduction for normal functions</td> + <td>Return type deduction for normal functions</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td> <td class="none" align="center">No</td> </tr> - <!-- <tr> - <td>Runtime-sized arrays with automatic storage duration</td> + <td>[PROVISIONAL] Runtime-sized arrays with automatic storage duration</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td> - <td class="none" align="center">No</td> + <td class="none" align="center">Partial</td> </tr> - --> <tr> - <td>[PROVISIONAL] Initialized lambda captures</td> + <td>Initialized lambda captures</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648.html">N3648</a></td> <td class="none" align="center">No</td> </tr> @@ -459,7 +452,7 @@ available.</p> <td class="none" align="center">No</td> </tr> <tr> - <td>[PROVISIONAL] Member initializers and aggregates</td> + <td>Member initializers and aggregates</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html">N3653</a></td> <td class="none" align="center">No</td> </tr> |

