]> granicus.if.org Git - clang/commit
Fix the ASTImporter's lookup for anonymous structs/unions that get a
authorDouglas Gregor <dgregor@apple.com>
Thu, 22 Sep 2011 17:51:56 +0000 (17:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 22 Sep 2011 17:51:56 +0000 (17:51 +0000)
commit3340e27fe15c52fe28fc722a98fd55d796c90442
tree8e809c82becf11992ce66793c2d78e647a107b56
parentaf130823cbac5c02f7fe57a5733ee511f5a3ac98
Fix the ASTImporter's lookup for anonymous structs/unions that get a
linkage name via typedef. Patch from/fixes PR10958.

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