]> granicus.if.org Git - clang/commit
Use the ArrayFiller to fill out "holes" in the array initializer due to designated...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 21 Apr 2011 20:03:38 +0000 (20:03 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 21 Apr 2011 20:03:38 +0000 (20:03 +0000)
commit3e8dc2ac8926dfbebd8f2f6b74ceba4befccd4d2
treec08f5ea90e624a522d83e1d952c00f9af0f01993
parent6f141659cab11109d9931d92d0988f8850778de3
Use the ArrayFiller to fill out "holes" in the array initializer due to designated initializers,
avoiding to create separate Exprs for each one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129933 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Sema/SemaInit.cpp