ClangQL: A tool to run SQL-like query on C/C++ Code

ClangQL is a tool that allows SQL-like queries on C/C++ code using the GitQL SDK. It is case-insensitive, similar to SQL. You can query functions with various conditions like return type or argument count. To use ClangQL, download from Cargo.io or build from source. Run it on local files with options like pagination, output format, and query analysis. The author, Amr Hesham, provides the software under the MIT License, allowing various uses without warranty. ClangQL offers a unique way to analyze and query C/C++ code with a SQL-like interface, making it a valuable tool for developers.

https://github.com/AmrDeveloper/ClangQL

To top