]> granicus.if.org Git - clang/commit
Add missing code for compound literals of complex type. <rdar://problem/10938628>
authorEli Friedman <eli.friedman@gmail.com>
Mon, 27 Feb 2012 20:26:13 +0000 (20:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 27 Feb 2012 20:26:13 +0000 (20:26 +0000)
commitfce4715bc343bf788c3767e16f1492b96ef73b8e
treede8c2b6d82b7c90fd35d2fb10187ca60dbbba0ba
parentd411a4b23077b29e19c9371bbb19b054a374d922
Add missing code for compound literals of complex type.  <rdar://problem/10938628>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151549 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprComplex.cpp
test/CodeGen/complex-init-list.c