]> granicus.if.org Git - clang/commit
Refactor CXXRecordDecl::lookupInBases() to push the recursion down a
authorDouglas Gregor <dgregor@apple.com>
Wed, 3 Mar 2010 02:18:00 +0000 (02:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 3 Mar 2010 02:18:00 +0000 (02:18 +0000)
commit89b7702c9a64e12093ed34fc02dc3cfbb6eb133a
treeaf75908356cc50c89b47d918f4220a7914cd657b
parentec5008807b03b5ede250d5ecc5bf5bc0aba032ef
Refactor CXXRecordDecl::lookupInBases() to push the recursion down a
level. No functionality change, and it obeys access control this
time.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97634 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CXXInheritance.h
lib/AST/CXXInheritance.cpp