]> granicus.if.org Git - clang/commit
Don't perform name lookup into a given declaration context more than once during...
authorDouglas Gregor <dgregor@apple.com>
Fri, 18 Sep 2009 18:07:23 +0000 (18:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 18 Sep 2009 18:07:23 +0000 (18:07 +0000)
commit5836b010d0a74c8b7be3f2616332cd70d3c87f83
treed200d9f9739d6aa5c28c8523159ffae974524da1
parent75b7128e93d736331bde659b05cd176f9dd6d047
Don't perform name lookup into a given declaration context more than once during code completion

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