]> granicus.if.org Git - clang/commit
Move the sorting of code-completion results out of the main path and
authorDouglas Gregor <dgregor@apple.com>
Wed, 25 Aug 2010 22:15:42 +0000 (22:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 25 Aug 2010 22:15:42 +0000 (22:15 +0000)
commitc7ed372ec7b1c9be05d022e9bc23cd8641f2b28b
treebab207f2ea941a712608ad852a762d12a3e12db4
parent2d88708cbe4e4ec5e04e4acb6bd7f5be68557379
Move the sorting of code-completion results out of the main path and
into the clients, e.g., the printing code-completion consumer and
c-index-test. Clients may want to re-sort the results anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112095 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/code-completion.cpp
test/Index/complete-method-decls.m
test/Index/complete-objc-message.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndexCodeCompletion.cpp