]> granicus.if.org Git - clang/commit
Allow initializing a vector with a vector in addition to allowing a list
authorEli Friedman <eli.friedman@gmail.com>
Sat, 13 Jun 2009 10:38:46 +0000 (10:38 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 13 Jun 2009 10:38:46 +0000 (10:38 +0000)
commit6b5374f837f925d99b1a76bc2fe8c98c1698df7f
treef5b66f1cfd643795ab115ce1a815133c6e1c1fea
parent148772a841cae6f32db16d890e788b92a763bb3f
Allow initializing a vector with a vector in addition to allowing a list
of the elements.  Issue reported on cfe-dev by Mattias Holm.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73292 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp
test/Sema/init-vector.c [new file with mode: 0644]