]> granicus.if.org Git - clang/commit
add support for initializing static vars with a cast to union (gcc extension)
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 15 Jan 2009 16:44:45 +0000 (16:44 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 15 Jan 2009 16:44:45 +0000 (16:44 +0000)
commit6ed2ef8281e44fdd8f002d1cbe11668068d3e530
treedc09ef0a4f80014088c2206b6d5d6915c4336b39
parenteff2cd58a897379c7fc46e83447d4619d6f6e9ca
add support for initializing static vars with a cast to union (gcc extension)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62261 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/cast-to-union.c