]> granicus.if.org Git - clang/commit
After processing named unions do not fall through to handle anonymous unions.
authorDevang Patel <dpatel@apple.com>
Fri, 29 Oct 2010 16:21:19 +0000 (16:21 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 29 Oct 2010 16:21:19 +0000 (16:21 +0000)
commitf4dd962e6828f790cefc09a5b15bdbd282ebc1ee
treed1967c7bb16bbab000aee238403a8f90279c3d73
parent78f5911a4ef8742c51a7f7643957e1aaa0098324
After processing named unions do not fall through to handle anonymous unions.
This is tested by funcargs.exp in gdb testsuite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117659 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp