Fix a bug with designated initializers where we were stepping out of a
union subobject initialization before checking whether the next initiailizer was actually a designated initializer. This led to spurious "excess elements in union initializer" errors. Thanks to rdivacky for reporting the bug! llvm-svn: 64392
Loading
Please register or sign in to comment