]> granicus.if.org Git - clang/commit
Give the Objective-C _cmd an "unlikely" code completion priority; it's
authorDouglas Gregor <dgregor@apple.com>
Sat, 18 Sep 2010 15:16:27 +0000 (15:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 18 Sep 2010 15:16:27 +0000 (15:16 +0000)
commit97fe61ca1749110c28eb4570a710c8983711c7b3
treed633ec7ae41ad70f3d18638d2c302e6595d2b1a1
parent38c9b1765c56406e97510889b465b7885ccb59f3
Give the Objective-C _cmd an "unlikely" code completion priority; it's
very rarely used.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114286 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
test/Index/complete-exprs.m [new file with mode: 0644]