]> granicus.if.org Git - clang/commit
Teach the ASTImporter to cope with cases where we have already
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 23:31:30 +0000 (23:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 23:31:30 +0000 (23:31 +0000)
commit1cf038c516c5e1f56ea9cff61aac7f7841744a91
tree351336dc56077c9526f7da0fb1e061de7156c08e
parent895d4220e590a1aefd24954e3ccabe53b9676608
Teach the ASTImporter to cope with cases where we have already
imported a forward declaration, but later the full definition of the
same entity becomes available. When this happens, import the definition.

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