make codegen reject initializes with designators, like this:

t.c:1:13: error: cannot codegen this designators yet
int a[10] = {2, 4, [8]=9, 10};
            ^~~~~~~~~~~~~~~~~

llvm-svn: 58220
4 files changed
tree: 970f0834e4becac6386b441d756be218c20b2da8
  1. clang/
  2. llvm/