jerrymarino / swiftyswiftvim

Swifty Swift Vim is a semantic editor backend for Vim and YouCompleteMe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider moving CompilationDatabase flag preparation logic into the server

jerrymarino opened this issue · comments

compile_commands.json has records which command's are compiler invocations for compilation.

For diagnostics and completion, we need to transform these invocations to the correct value for various semantic tasks.

Currently, this ability is implemented in the YCMD client. Consider moving this to the server to do less work on the client. This makes it easier to write clients.