History log of /external/clang/test/Index/initializer-memory.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8b1771677743d24c7391305cad8853c513ec0f8 28-Apr-2011 Argyrios Kyrtzidis <akyrtzi@gmail.com> Don't waste memory if the initializer expression is empty.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130420 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/initializer-memory.cpp
4423ac0282acb8ba801eb05b38712438dc0c1e3e 21-Apr-2011 Argyrios Kyrtzidis <akyrtzi@gmail.com> For

double data[20000000] = {0};

we would blow out the memory by creating 20M Exprs to fill out the initializer.

To fix this, if the initializer list initializes an array with more elements than
there are initializers in the list, have InitListExpr store a single 'ArrayFiller' expression
that specifies an expression to be used for value initialization of the rest of the elements.

Fixes rdar://9275920.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129896 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/initializer-memory.cpp