]> granicus.if.org Git - clang/commit
Teach the ASTImporter how to handle anonymous structs/unions
authorDouglas Gregor <dgregor@apple.com>
Tue, 17 Jul 2012 21:16:27 +0000 (21:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 17 Jul 2012 21:16:27 +0000 (21:16 +0000)
commit93ed7cf05f900b9150dcf59c0e0f37f3bd325f62
tree525545912354cdb7fcd7a82eceec9ef96c30710f
parent26dc97cbeba8ced19972a259720a71aefa01ef43
Teach the ASTImporter how to handle anonymous structs/unions
better. Fixes <rdar://problem/11466212>; the test (and back-ported
version of this code) were committed to LLDB in r160186.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160395 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h
lib/AST/ASTImporter.cpp
lib/AST/DeclBase.cpp