ClangQL icon indicating copy to clipboard operation
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

Results 9 ClangQL issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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...

Has solution

Add support for templates info in functions table

enhancement

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...

enhancement

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...

enhancement

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. -...

enhancement

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

DevOps

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...

enhancement

Support using compile_commands.json to be able to perform a parallel query on all source files at the same time

enhancement