From 18a54f7a57b914b3ad049e337ca8738fedf2a22c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Dec 2015 00:09:57 +0000 Subject: [PATCH] These days, GCC has at least minimal documentation for its VLAIS extension. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255723 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/comparison.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/comparison.html b/www/comparison.html index 4bca65dc40..f4a4589f39 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -55,8 +55,8 @@ by Clang. For instance, in C mode, GCC supports nested functions and has an - undocumented - extension allowing VLAs in structs. + extension + allowing VLAs in structs.

Pro's of clang vs GCC:

-- 2.50.1