]> granicus.if.org Git - clang/commit
Don't build extra init lists.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 17 Sep 2013 04:07:04 +0000 (04:07 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 17 Sep 2013 04:07:04 +0000 (04:07 +0000)
commit08f0bbc4d46daf1b66035b66f6ef497aedf59a42
tree2730ab2f1d2287c5c25ce6d9c76ed42640312558
parent69b6515cfa336a2bfc26f5dfd9023ebf143836f3
Don't build extra init lists.

AssignConvertType::IncompatibleVectors means the two types are in fact
compatible. :)

No testcase; I don't think the extra init list has any actual visible effect
other than making the resulting AST dump look a bit strange.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190845 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp