]> granicus.if.org Git - clang/commit
Implement the GNU C extension which permits the initialization of an
authorDouglas Gregor <dgregor@apple.com>
Tue, 22 Feb 2011 18:29:51 +0000 (18:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 22 Feb 2011 18:29:51 +0000 (18:29 +0000)
commitcd9ec3b4fb3d042f89aa5b572de7df3ef9ee4a80
tree2d199d905bd174e50578c1ec1ec807bdb320c30e
parent769ce3e93ad35bd9ac28e4d8b8f035ae4fd9a5b5
Implement the GNU C extension which permits the initialization of an
array from a constant array compound literal. Fixes PR9261.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126230 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Initialization.h
lib/Sema/SemaInit.cpp
test/Sema/array-init.c