]> granicus.if.org Git - clang/commit
If a DeclContext's lookups need to be reconciled, and we're given external declaratio...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Mar 2014 00:34:21 +0000 (00:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Mar 2014 00:34:21 +0000 (00:34 +0000)
commitdad7449abdfca3473d9a9f327201ba883c1e2ef3
tree96aa5a9afe4808d934c1535fb39e7dc9414f5a16
parent8cd84a8f322a40a69fed9629c810cabd554cf154
If a DeclContext's lookups need to be reconciled, and we're given external declarations for a name, reconcile first. Otherwise, when we come to reconcile, we'll ask for external declarations for that name again. No functionality change intended.

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