From 33089cbdaef555fa3dd5b8a1d8a60da8888dea68 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 20 Apr 2013 13:20:33 +0000 Subject: [PATCH] VLAs in C++14! llvm-svn: 179949 --- clang/www/cxx_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 59c5e2a662c2..bfa612e362ab 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -427,7 +427,7 @@ available.

No - [PROVISIONAL] Runtime-sized arrays with automatic storage duration + Runtime-sized arrays with automatic storage duration N3639 Partial @@ -459,7 +459,7 @@ available.

Clarifying memory allocation N3664 - No + Partial