Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
/cqueryPublic archive

C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, semantic highlighting and more

License

NotificationsYou must be signed in to change notification settings

jacobdufault/cquery

Repository files navigation

cquery is no longer under development.clangd andccls are both good replacements.

cquery

Join the chat at https://gitter.im/cquery-project/Lobby

cquery is a highly-scalable, low-latency language server for C/C++/Objective-C. It is testedand designed for large code bases likeChromium. cquery providesaccurate and fast semantic analysis without interrupting workflow.

Demo

cquery implements almost the entire language server protocol and providessome extra features to boot:

>>>Getting started (CLICK HERE) <<<

Packaging status

Limitations

cquery is able to respond to queries quickly because it caches a huge amount ofinformation. When a request comes in, cquery just looks it up in the cachewithout running many computations. As a result, there's a large memory overhead.For example, a full index of Chrome will take about 10gb of memory. If youexclude v8, webkit, and third_party, it goes down to about 6.5gb.

License

MIT

About

C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, semantic highlighting and more

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp