]> granicus.if.org Git - clang/commit
When deciding whether or not to resolve two
authorSean Callanan <scallanan@apple.com>
Tue, 4 Mar 2014 18:11:50 +0000 (18:11 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 4 Mar 2014 18:11:50 +0000 (18:11 +0000)
commite2ff0f69041b346b716f722b600364befd24697c
tree49e6d1c813c5027660d11324b753a5ff9ab406f5
parent5dc62e379ad48d158407054c47990ae8af396278
When deciding whether or not to resolve two
anonymous structs to the same Decl in the
ASTImporter, ensure that both are filled in
from their external sources (if present).
Otherwise two different structs may be
identified erroneously.

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