Comment 2 for bug 785665

Revision history for this message
smlx (sml) wrote :

Well my use case is this popular vim script 'clang complete', which provides code completion in vim:
http://www.vim.org/scripts/script.php?script_id=3302

Using the library rather than the command-line tool apparently provides much faster completion.

Is there a specific reason not to provide the library?