]> granicus.if.org Git - clang/commit
Revert "Move the sorting of code-completion results out of the main path and
authorDouglas Gregor <dgregor@apple.com>
Thu, 26 Aug 2010 00:30:24 +0000 (00:30 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 26 Aug 2010 00:30:24 +0000 (00:30 +0000)
commit9214819c7d4b24fd1b38480d845d8e345d8f0196
tree375bbc435253d641b1b016c56d51db8d0d63992a
parent0ad8b4652aac01257c2b4d205b08c77ef4b16c35
Revert "Move the sorting of code-completion results out of the main path and
into the clients", because the C standard library sucks. Where's my
stable sort, huh?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112121 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