| commit | 49f67ce4b3ec401bbc3591dd7b4fd443fbced874 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Aug 26 13:48:20 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Aug 26 13:48:20 2010 +0000 |
| tree | d454c353c709bdee830f80badae89c3409f3822d | |
| parent | ddeeb1022f21b9a9fd5ed8a0daa9718e9a768216 [diff] |
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. Provide a libclang function that sorts the results. 3rd try. How embarrassing. llvm-svn: 112180