]> granicus.if.org Git - clang/commit
Don't add an imported function into its lexical context until *after*
authorDouglas Gregor <dgregor@apple.com>
Fri, 1 Oct 2010 23:55:07 +0000 (23:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 1 Oct 2010 23:55:07 +0000 (23:55 +0000)
commit81134ad7a056e45b7cb4ee1b562ab8c8413d65b7
tree83c102932790ff5cff8f88889cea6b21a1d26c6b
parenta1aa9e36e6e21f74c56cf9e72cb5bd9aa2a92fd4
Don't add an imported function into its lexical context until *after*
we've set all of its parameters. Fixes <rdar://problem/8499598>;
thanks to Sean for the diagnosis.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115387 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp
test/ASTMerge/Inputs/class1.cpp
test/ASTMerge/Inputs/class2.cpp