Package Details: cquery-git 1942.3ac1ff24-2

Git Clone URL: https://aur.archlinux.org/cquery-git.git (read-only, click to copy)
Package Base: cquery-git
Description: Low-latency vscode language server for large C++ code-bases, powered by libclang.
Upstream URL: https://github.com/cquery-project/cquery/
Keywords: c++ language-server libclang vscode
Licenses: MIT
Submitter: htfy96
Maintainer: htfy96 (MaskRay)
Last Packager: htfy96
Votes: 7
Popularity: 0.000000
First Submitted: 2017-11-18 06:11 (UTC)
Last Updated: 2018-08-03 08:25 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

htfy96 commented on 2017-11-20 01:50 (UTC)

If you are experiencing `Checking for header stdio.h : not found` error with `debug` enabled at `makepkg.conf`, that's because cquery forces to use `clang` to compile itself, while `clang` does not support `-fvar-tracking-assignment` defined in `DEBUG_CXX_FLAGS` at `makepkg.conf`. Removing this flags can fix this issue. I will post a patch ASAP.

htfy96 commented on 2017-11-18 07:20 (UTC)

Fixed rpath.

htfy96 commented on 2017-11-18 06:33 (UTC)

Currently this package is broken due to absolute link path to libclang. I'll fix it soon.