diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-12-16 00:09:57 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-12-16 00:09:57 +0000 |
commit | 90ae7922b50273b70396d00fc91fa6c78ec42576 (patch) | |
tree | d587b6ccc74a5afbefa9b96f396978b3ee305660 | |
parent | 60b7ca6713c0008759d56b85b0a05b47d91928ad (diff) | |
download | bcm5719-llvm-90ae7922b50273b70396d00fc91fa6c78ec42576.tar.gz bcm5719-llvm-90ae7922b50273b70396d00fc91fa6c78ec42576.zip |
These days, GCC has at least minimal documentation for its VLAIS extension.
llvm-svn: 255723
-rw-r--r-- | clang/www/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 4bca65dc40d..f4a4589f399 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -55,8 +55,8 @@ by Clang. For instance, in C mode, GCC supports <a href="http://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html">nested functions</a> and has an - <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37428">undocumented - extension allowing VLAs in structs</a>. + <a href="https://gcc.gnu.org/onlinedocs/gcc/Variable-Length.html">extension + allowing VLAs in structs</a>. </ul> <p>Pro's of clang vs GCC:</p> |