]> granicus.if.org Git - clang/commit
Don't bother reconciling external visible decls against our current set of
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 Feb 2013 22:02:16 +0000 (22:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 Feb 2013 22:02:16 +0000 (22:02 +0000)
commit8896339a3c654dc44877d52a926eb89ab3ef30b5
tree736197d9101bd25aa84f775b87684ec828bb661f
parenta09cd8103a6a719cb2628cdf0c91682250a17bd2
Don't bother reconciling external visible decls against our current set of
declarations if we didn't have a lookup map when the external decls were added.

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