]> granicus.if.org Git - clang/commit
add codegen support to union casts
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 15 Jan 2009 20:14:33 +0000 (20:14 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 15 Jan 2009 20:14:33 +0000 (20:14 +0000)
commit7e91627301b05cd8f2324795e19d87a62f444c31
treec7d9329ed35ee8dec8dbc0d7e45ba76a3703df0b
parente1deaac73379eeb9864215c7979f6005ebd74cef
add codegen support to union casts
init of static vars still not working. I'll get back to it tomorrow or so

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