Extended Description
Using Ubuntu 16.04 with this repo:
deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
When I run clangd, I get this:
$ clangd-6.0
: CommandLine Error: Option 'help-list' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
This seems similar to bug 22543
Maybe something needs to be fixed on the Clangd side? But I do not get this error when I compile clangd from SVN trunk.