forked from OSchip/llvm-project
Teach clang_codeComplete to always sort its code-completion results
llvm-svn: 112292
This commit is contained in:
parent
25a198e72b
commit
9704c75b1f
|
@ -553,6 +553,7 @@ CXCodeCompleteResults *clang_codeComplete(CXIndex CIdx,
|
|||
}
|
||||
#endif
|
||||
#endif
|
||||
clang_sortCodeCompletionResults(Results->Results, Results->NumResults);
|
||||
return Results;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue