| commit | e07425a5e782f362b7d084be34849aa45611d880 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Apr 28 18:53:58 2011 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Apr 28 18:53:58 2011 +0000 |
| tree | 0c920966dae4aee218d3e3678f1553923f97c68c | |
| parent | fddbcfbec48f3e077baf5b925729001c4c222c4a [diff] |
When value-initializing the elements of an array not not included in the initializer make sure that a non-trivial C++ constructor gets called. Fixes rdar://9347552 & http://llvm.org/PR9801 llvm-svn: 130421