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
Showing
- lib/Frontend/ASTUnit.cpp 1 addition, 3 deletionslib/Frontend/ASTUnit.cpp
- lib/Sema/CodeCompleteConsumer.cpp 8 additions, 1 deletionlib/Sema/CodeCompleteConsumer.cpp
- lib/Sema/SemaCodeComplete.cpp 0 additions, 2 deletionslib/Sema/SemaCodeComplete.cpp
- test/Index/code-completion.cpp 1 addition, 1 deletiontest/Index/code-completion.cpp
- test/Index/complete-method-decls.m 2 additions, 2 deletionstest/Index/complete-method-decls.m
- test/Index/complete-objc-message.m 17 additions, 14 deletionstest/Index/complete-objc-message.m
- tools/c-index-test/c-index-test.c 85 additions, 1 deletiontools/c-index-test/c-index-test.c
- tools/libclang/CIndexCodeCompletion.cpp 2 additions, 0 deletionstools/libclang/CIndexCodeCompletion.cpp
Loading
Please register or sign in to comment