You are not logged in.

#1 2019-02-26 12:43:36

dunek
Member
Registered: 2010-05-15
Posts: 23

Where is clangd-indexer?

The clang package supposedly contains clang-tools-extra? Why not clangd-indexer?

Offline

#2 2019-02-26 17:44:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,376

Re: Where is clangd-indexer?

Open a bug/feature request on flyspray if a package is missing binaries you'd like to see, there's a good chance that the relevant packagers don't frequent the boards.

Offline

#3 2019-02-26 18:12:34

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: Where is clangd-indexer?

The number one reason I guess is because there is no such thing as clangd-indexer. Future versions of clang-tools-extra will rename global-symbol-builder to clangd-indexer.

As for why global-symbol-builder is not installed, I do not know. What I do know is that no tools are explicitly included, the build system is supposed to automatically install all tools.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#4 2019-02-26 19:02:46

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: Where is clangd-indexer?

Actually I've figured out why it is not installed, the clang developers have chosen to use the add_clang_executable macro instead of add_clang_tool, in order to specifically not set up an install rule.

(This is the case under both names.)

Last edited by eschwartz (2019-02-26 19:05:03)


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

Board footer

Powered by FluxBB