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 | bef185c83515f2e874f4c12cbfd2c9b1f5dfaf00 (patch) | |
| tree | 3ef79c6d79fa8abaf6ad56cf7a46901012f3f225 /clang/include/clang-c | |
| parent | 60e37491815a11fbbe1adbffb812612e146de563 (diff) | |
| download | bcm5719-llvm-bef185c83515f2e874f4c12cbfd2c9b1f5dfaf00.tar.gz bcm5719-llvm-bef185c83515f2e874f4c12cbfd2c9b1f5dfaf00.zip | |
Revert r112149, "Move the sorting of code-completion results out of the main
path and ...", it is failing tests.
llvm-svn: 112161
Diffstat (limited to 'clang/include/clang-c')
| -rw-r--r-- | clang/include/clang-c/Index.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 9abaa516a07..9b80d9f3a55 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/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 |

