]> granicus.if.org Git - clang/commit
Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed...
authorDouglas Gregor <dgregor@apple.com>
Mon, 29 Nov 2010 16:04:58 +0000 (16:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 29 Nov 2010 16:04:58 +0000 (16:04 +0000)
commit0629cbe86b6d890076548778ed8597ee298adcba
treec221a1e7b969186b24dde82b1688a98800236914
parent3aa8c64305198037b5ef2a7335ea5f033811f21a
Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously

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