]> granicus.if.org Git - clang/commit
When building a compound literal, check that the base element of the array is complete.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 8 Nov 2010 19:14:19 +0000 (19:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 8 Nov 2010 19:14:19 +0000 (19:14 +0000)
commite6fe9a28bc5ceec284099c1e5bc90e2316ade3de
tree9375bac1756b69727bc04f6bb818b038fb7b0b21
parentda4ad9fa26b607adde033badcf67396ebc0cfe17
When building a compound literal, check that the base element of the array is complete.
Fixes rdar://8620582 & http://llvm.org/PR7905

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118428 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/compound-literal.cpp [new file with mode: 0644]