From 5dfd5b651af1626e2124ae40d1032438c21c219d Mon Sep 17 00:00:00 2001 From: Andrey Bokhanko Date: Thu, 11 Feb 2016 13:27:02 +0000 Subject: [PATCH] Partial revert of rL260506. After some experiments I discovered that clang doesn't support static initialization of flexible array members in full, so restored this paragraph in "GCC extensions not implemented yet" list. llvm-svn: 260519 --- clang/docs/UsersManual.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 09e458a..f5d3ac6 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -1711,6 +1711,9 @@ extensions are not implemented yet: ... local_function(1); +- clang does not support static initialization of flexible array + members. This appears to be a rarely used extension, but could be + implemented pending user demand. - clang does not support ``__builtin_va_arg_pack``/``__builtin_va_arg_pack_len``. This is used rarely, but in some potentially interesting places, like the -- 2.7.4