]> granicus.if.org Git - clang/commit
Introduce priorities into the code-completion results.
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 May 2010 22:00:08 +0000 (22:00 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 May 2010 22:00:08 +0000 (22:00 +0000)
commit12e131385e892e3723483a1081a89bcad29c8a84
tree7f7a0d67b0fc6df10efe93ee5247587d2435c80d
parent77561e584ac4dc4041cc8ff65fbb92dcb1a8f2ec
Introduce priorities into the code-completion results.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104751 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-exprs.c
test/Index/complete-member-access.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports