ClangQL
ClangQL copied to clipboard
ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK
We can query information from any node kind with in the same `TranslationUnit` no need to re parse the files over and over so we should cashe it and only...
**Describe the bug** Built clangql from git on macOS Sonoma 14.4.1 with rust 1.71.1 and the resulting binary is crashing due to unset LC_RPATH, and hence the binary fails to...
Add support for templates info in functions table
Currently the DataProvider work with files one by one but we can change this to work in parallel so we can go faster - Read the DataProvider file and think...
After reading how ClangQL get function information it's time to add support for another node kind like classes, - Find what info we can read it using libclang. - Define...
After reading how ClangQL get function information it's time to add support for another node kind like an enum, - Find what info we can read it using libclang. -...
Extend the CI/CD pipeline actions from GitQL repo to add support for installing libclang and allow releasing for Windows, MacOS and Linux https://github.com/AmrDeveloper/GQL/tree/master/.github/workflows
Hi there, first off thanks to the developer for the very cool open source tool! At the moment, im trying use clangql for a project, and have this issue when...
Support using compile_commands.json to be able to perform a parallel query on all source files at the same time