]> granicus.if.org Git - clang/commit
When code-completing inside an Objective-C method, give a slight
authorDouglas Gregor <dgregor@apple.com>
Fri, 27 Aug 2010 15:29:55 +0000 (15:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 27 Aug 2010 15:29:55 +0000 (15:29 +0000)
commit265f749edb28a80db517cc9051bd21092720d0f0
treef0ae980bdefd202114178010682b52bdfc63a094
parent03d8aec611380d30ddb0659bb61be9289c3871b3
When code-completing inside an Objective-C method, give a slight
priority boost to methods with the same selector.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112268 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-objc-message-id.m