Skip to content

A query language based on Clang's ASTMatcher library, to provide the programmers with a more efficient way to navigate in huge codebases than simple text searches.

License

Notifications You must be signed in to change notification settings

Xazax-hun/CppQuery

Repository files navigation

CppQuery

A query language based on Clang's ASTMatcher library, to provide the programmers with a more efficient way to navigate in huge codebases than simple text searches.

Technology

The Query itself is based on clang-query found in clang-tools-extra repository. The typesafe autocomplete feature is generated via template metaprograms. The syntax highlighted GUI is supported by the Qt framework. The make system is CMake. The testing suit is Google Test. The documentation is generated by Doxygen.

License

The code is released under BSD license.

About

A query language based on Clang's ASTMatcher library, to provide the programmers with a more efficient way to navigate in huge codebases than simple text searches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages