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. llvm-svn: 112095
This commit is contained in:
@@ -582,6 +582,8 @@ namespace {
|
||||
AllocatedResults.Results[I].CompletionString = StoredCompletion;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: Add ProcessOverloadCandidates?
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user