]> granicus.if.org Git - clang/commit
Sema/transparent_union: Make sure to add implicit cast when constructing
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 23:21:43 +0000 (23:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 23:21:43 +0000 (23:21 +0000)
commit41e11a9315f7041c93e409f5d372013204e7cd04
tree4c71fe2b46c416977bb3b810be554a922bbe66e0
parentc57d655921ad0b20e1af50cbab5595520bd5da85
Sema/transparent_union: Make sure to add implicit cast when constructing
implicit union values for the transparent_union extension.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114236 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CodeGen/transparent-union.c [new file with mode: 0644]