diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-26 03:53:50 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-26 03:53:50 +0000 |
commit | 1cb237fbf9e52e17f1e03b6f80c1114f47f93781 (patch) | |
tree | c554dbc456a878d2b8280d89a47ea4b50881494f /include/clang-c/Index.h | |
parent | 12f740f4cd86c1e948f004437e6b47df8e75daff (diff) |
Revert r112149, "Move the sorting of code-completion results out of the main
path and ...", it is failing tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r-- | include/clang-c/Index.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 9abaa516a0..9b80d9f3a5 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -2350,17 +2350,6 @@ CXCodeCompleteResults *clang_codeCompleteAt(CXTranslationUnit TU, unsigned options); /** - * \brief Sort the code-completion results in case-insensitive alphabetical - * order. - * - * \param Results The set of results to sort. - * \param NumResults The number of results in \p Results. - */ -CINDEX_LINKAGE -void clang_sortCodeCompletionResults(CXCompletionResult *Results, - unsigned NumResults); - -/** * \brief Free the given set of code-completion results. */ CINDEX_LINKAGE |