Match up anonymous structs/unions in the ASTImporter. Previously, we'd
authorDouglas Gregor <dgregor@apple.com>
Fri, 26 Oct 2012 16:45:11 +0000 (16:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 26 Oct 2012 16:45:11 +0000 (16:45 +0000)
commitceb32bf28549cd209b92f36e8e7a749ad82e719c
treed55d826bd72e8912736ba5b9496f8e72b89d96fe
parent4e1c6295679b43f61a5ffde8d41f795b627e6b3f
Match up anonymous structs/unions in the ASTImporter. Previously, we'd
only actually get the answer right if there was only a single
anonymous struct/union at that level. This is part of
<rdar://problem/11904570>; the test will go into LLDB itself.

llvm-svn: 166781
clang/lib/AST/ASTImporter.cpp