mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user