]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6724396>, where we were silently dropping
authorDouglas Gregor <dgregor@apple.com>
Fri, 27 Mar 2009 23:40:29 +0000 (23:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 27 Mar 2009 23:40:29 +0000 (23:40 +0000)
commit68c56dea080efd6db7a444de84c270bf4e2d4d2e
treef3bfcddd14be998665e6b251110f4bd543b7bf4d
parente7dcd782df0e1cc3a63e429a866098e69db39153
Fix <rdar://problem/6724396>, where we were silently dropping
GNU-style array designators, causing us to emit broken initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67878 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseInit.cpp
test/CodeGen/designated-initializers.c